Can someone help me out with this code...

Bizzman27

Junior Member
Joined
Jul 20, 2009
Messages
177
Reaction score
50
Hey,

Thanks for taking a look at this for me.

I'm trying to mess around with top sites and find out what makes the vote trigger.

They provide me with a link that takes me to a small land page that says click to vote for the site.

I'm looking for a for a way to bypass this, so the when some one clicks the link it directly counts as a vote.

Code:
</center></td></tr></table></center><br><br><font face=verdana size=2> <center><b><font size=4>Watch Weeds Online</font></b><br> <i>The only place to watch weeds online for free.</i><br> <br><br> <form method=post action=forward.php> <input type=hidden name=list value=onlinemovies> <input type=hidden name=user value=7307> <input type=hidden name=code value=19617> <input type=submit value=">>>    Click to VOTE for Watch Weeds Online    <<<"> </form> <br><img src=[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://onlinemovies.top-site-list.com/images/at.gif"]/images/at.gif[/URL]><br><br> <b><font size=4>Top Free Online Movie Sites</font></b> <br><a href='[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://onlinemovies.top-site-list.com/"]hxxp://onlinemovies.top-site-list.com[/URL]'><img src='[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://onlinemovies.top-site-list.com/images/banners/onlinemovies.jpg"]hxxp://onlinemovies.top-site-list.com/images/banners/onlinemovies.jpg[/URL]' border=0 alt='Top Free Online Movie Sites top site list'></a><br> <img src=[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://onlinemovies.top-site-list.com/images/tsltxt.gif"]/images/tsltxt.gif[/URL]> <br><br><hr width=70%><br><i>Top Free Online Movie Sites is a <a href="[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://www.top-site-list.com/"]hxxp://www.top-site-list.com[/URL]">Top Site List</a> <b>Planet</b> List </i> <br><br><br><br> <br> </center></font> </td></tr></table> </td></tr></table> </td></tr></table><br><br><br> <br><br><br><br><br><br> <br><br><br><br><br><br> <br><br><br><br><br><br> <br><br><br><br><br><br> </td></tr></table> </center></body></html>
If you could help me figure this out that would be a big help.

Thanks in advance.
 
I might be able to help, private message me the code and reexplain what you are trying to accomplish, I will see if I can help you :)
 
PHP and Javascript can do this quote easily. Try posting the variables directly in the URL. I'd have to see the site to get more details but it would be something like this:

Code:
yoursite.com/forward.php&list=onlinemovies&user=7307&code=19617...
 
Back
Top