J
jianmingyong
Guest
hmm...?!
Code:
Dim site As New Site("http://pokemon3d.net/wiki/", "username", "password")
Dim p As New Page(site, "DebugPage")
p.text = "Nothing"
site.defaultEditComment = "Testing"
site.minorEditByDefault = True
p.Save()
Once I fill up the username and password and run a vb.net script, it will edit the page DebugPage into "Nothing" and you can see the changes in wiki
Since my original wiki editor tools already have the data grabber script coded, I could even made it create new page fast.
