PDA

View Full Version : PHP myspace adder


Apple_D
09-21-2006, 12:12 PM
Anyone know how to code a myspace adder using php? That way I can run it form any computer by uploaing the script.

Do you use the the 'get' option and then 'post' to a text file?

illusion
09-21-2006, 04:43 PM
You would probably just substitute the proper values in the URL to add friends, which is a friend id if my memory serves me. Then just look for the form and where the inputs are parsed to with file_get_contents, once you have done that it is only a matter of building up a list of friends which you could possibly do with another PHP file