Author Topic: [Script Request] MyAnonaMouse.Net  (Read 8722 times)

Offline Kepis

  • Jr. Member
  • **
  • Posts: 64
  • Karma: +11/-0
    • View Profile
[Script Request] MyAnonaMouse.Net
« on: February 20, 2013, 10:04:42 pm »

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.
« Last Edit: March 13, 2013, 06:37:00 am by Kepis »

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: [Scritp Request] MyAnonaMouse.Net
« Reply #1 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: [Select]
<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>

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: [Select]
<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>


Offline Kepis

  • Jr. Member
  • **
  • Posts: 64
  • Karma: +11/-0
    • View Profile
Re: [Scritp Request] MyAnonaMouse.Net
« Reply #2 on: February 22, 2013, 06:32:13 am »
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: [Select]
<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>

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: [Select]
<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>




Thanks Bovski. I think that it could be done safely, anyway.

Thanks for your help, I must start scripting!!!!!