PDA

View Full Version : $25 to add the top 50 trains to my script


TripleX
January 2nd, 2007, 05:59 PM
$25 to add the top 50 trains to my script
you must have vast knowledge of trains, php and scripts but the job is very simple

here are the full instructions to add new trains

Go to the train's website and the page where the join form is at. Choose 'View Source' for that page and look for the <form action> tag.. jot down the URL in it.. if it's just a filename, like <form action=addconfirm.php> then switch to your browser view again and add the filename to the end of the URL in your addressbar.. You'll have to use some common sense here because the content of the <form> tag varies a lot.

OK, now you just need to collect the names of the form variables.. Look for all <input> fields you can find between the <form> </form> tags.. Typically, they'll be:

The ID field (ex: <input type=text name=friendID>)
The Name field (ex: <input type=text name=display_name>)
The Quote field (ex: <input type=text name=quote>)

So now that you have the variable names, friendID display_name and quote, you'll append the appropriate script variable to each, like so:

friendID=$myid&display_name=$myname&quote=$mycomment

Ok now you have the form submit URL & the fields the trainsite requires for submission .. that's all you need! Go to the script in the browser and click "Add trains"..

1. Train title is only for your viewing pleasure.. it's what the script uses to name all trains in the admin section.
2. Here you enter the submission URL you picked up from the <form> tag
3. Here you can enter the URL for the train homepage.. useful since it allows you to easily reach it from the admin linklist.
4. Here you enter the fields list you compiled.. example: input_id=$myid&input_quote=$mycomment&profileisband=0
5. Count the number of variables in the above field and enter the number here.. in the example above there are 3 variables..
DONE!

When it's added, head back to the main page and scroll down to your newly added train.. and click "Test train" on the right, to make sure everything works smoothly. After submission, the script should 'pull' the train page into your browser with the appropriate results, ex. "You've been added to the train".. if you don't see any sort of verification of your submission on the page, whether it be a verbal thank you or the existence of your Name/ID in the trainlist, then something's gone wrong.


here is the site

http://www.whoretrain.info/xtrain/
to add
http://www.whoretrain.info/xtrain/addtrains.php

now the person i choose for the job will be requiered to add at least 5 working trains before being accepted.
those 5 trains will count towards the 50 to be added.

these also must be the most popular trains.