Bit Che > Scripts & Development
[Script Request] MyAnonaMouse.Net
(1/1)
Kepis:
I could afford you with an invite.
Requisites:
You must have written scripts.
Your user in convivea.com must be completely unrelated with your new user in the tracker (I could get a ban in the tracker).
Note:
If a convivea high rank user is interested in other trackers where I am an user but I have no invites, I could let you use TeamViewer and create the script from my computer.
Bovski:
Well first off anyone running an elite site will use search engines to check for references to their url google has some cool tools for this as do some other engines.
They will already be aware of this post.
Using team viewer would give you the IP address of the person trying to create the script.
Actually creating a script isn't that difficult direct access to the site isn't always necessary they can normally be created from 3 html files saved from the site and the url's.
1) The login page.
2) A Bad login page (ie an incorrect password attempt)
3) a Search results page
These need to be accurate and not translated in any way so saving the page from the browser wont work.
Part of the MyAnonaMouse.Net login page saved with "Save As" in firefox.
--- Code: ---<p>Forgot Your Password? <a href="http://www.myanonamouse.net/recover.php">Recover Password</a></p>
<p>Don't have an account? <a href="http://www.myanonamouse.net/signup.php">Sign up</a> right now!</p>
--- End code ---
When viewing the actual source is
This was created by "View Page Source" in firefox and then Ctrl+A Ctrl+C then pasted into notepad.
--- Code: ---<p>Forgot Your Password? <a href="recover.php">Recover Password</a></p>
<p>Don't have an account? <a href="signup.php">Sign up</a> right now!</p>
--- End code ---
Kepis:
--- Quote from: Bovski on February 21, 2013, 11:10:36 pm ---Well first off anyone running an elite site will use search engines to check for references to their url google has some cool tools for this as do some other engines.
They will already be aware of this post.
Using team viewer would give you the IP address of the person trying to create the script.
Actually creating a script isn't that difficult direct access to the site isn't always necessary they can normally be created from 3 html files saved from the site and the url's.
1) The login page.
2) A Bad login page (ie an incorrect password attempt)
3) a Search results page
These need to be accurate and not translated in any way so saving the page from the browser wont work.
Part of the MyAnonaMouse.Net login page saved with "Save As" in firefox.
--- Code: ---<p>Forgot Your Password? <a href="http://www.myanonamouse.net/recover.php">Recover Password</a></p>
<p>Don't have an account? <a href="http://www.myanonamouse.net/signup.php">Sign up</a> right now!</p>
--- End code ---
When viewing the actual source is
This was created by "View Page Source" in firefox and then Ctrl+A Ctrl+C then pasted into notepad.
--- Code: ---<p>Forgot Your Password? <a href="recover.php">Recover Password</a></p>
<p>Don't have an account? <a href="signup.php">Sign up</a> right now!</p>
--- End code ---
--- End quote ---
Thanks Bovski. I think that it could be done safely, anyway.
Thanks for your help, I must start scripting!!!!!
Navigation
[0] Message Index
Go to full version