Page 1 of 1
Sending Data
Posted: Thu May 26, 2005 4:28 pm
by CMason
Does anyone know a script or where i can find a script that enables me to send data to a specific URL.
Posted: Thu May 26, 2005 4:32 pm
by John Cartwright
how would you like to send the data?
through the URL or POST?
Posted: Thu May 26, 2005 4:33 pm
by CMason
Through the URL because i have stats i want to change and i have to send false info to the URL
Posted: Thu May 26, 2005 4:37 pm
by John Cartwright
Code: Select all
$foo = 'bar';
echo '<a href="http://adifferentdomain.com/somepage.php?data='.$foo.'&false=false">Click here to send Data to different domain</a>';
You can now access $foo through $_GET['foo'] on 'adifferentdomain.com/somepage.php'
Am I missing something?
Posted: Thu May 26, 2005 4:39 pm
by CMason
Thanx man.
Posted: Thu May 26, 2005 4:47 pm
by CMason
The URL i want to send data to is
http://tracker.torrentbytes.net/announc ... ey=passkey here
Its a bittorrent tracker i want to send false data to any ideas?
Posted: Thu May 26, 2005 5:33 pm
by shiznatix
just use the $_GET array, and didnt you post here before under a diffrent name and get your topic locked or am i just going insaine?
Posted: Thu May 26, 2005 9:49 pm
by John Cartwright
shiznatix wrote:just use the $_GET array, and didnt you post here before under a diffrent name and get your topic locked or am i just going insaine?
I believe your insane. Atleast no other account has been created under the same IP.
Posted: Fri May 27, 2005 3:29 am
by phpScott
jCart you should know that IP address aren't a relaible way of recording unique users.
check out
viewtopic.php?t=33716&highlight=bittorrent which was locked by Pimptastic regarding a very same subject.
shiznatix you can have some of your sanity back.
Posted: Fri May 27, 2005 3:44 am
by hongco
viewtopic.php?t=33716&highlight=
oops didn't realize phpscot already posted up the link
