General Community > Chit Chat
odd request? ( 'php bug' )
Overseer:
emails?
but my 'goal' is that its undetectable, and i'd like to log everything possible.
i.e. it takes the information you draw onto your picture dynamically, but serves up a teeny 1x1 transparent gif.. undetectable unless they quote/ look at source.
I guess it'd could be delivered via email too. if using html.
surely someones thought of this before?
(i know some hit counters work kinda like this..)
not too complicated tho, might be a good learning exercise for me actually :)
Jeff Lewis:
The code above should work, needs to be a small 1X1 transparent PNG probably.
Overseer:
thanks... i've got it working and 'planted' - LOL
i have a problem with file permissions i thinj though, i had to play with them to be able to write to the file.. and i had to create the file myself.
any one have some good pointers on this?
--- Quote ---// code to get ip's and all info here
$client_ip = $_SERVER['HTTP_CLIENT_IP'];
$x_forwarded_for = $_SERVER['HTTP_X_FORWARDED_FOR'];
$remote_addr = $_SERVER['REMOTE_ADDR'];
$squidstr = 'Client IP : '.$client_ip.' Forwarded For : '.$x_forwarded_for.' Remote Addr : '.$remote_addr;
--- End quote ---
basically all i've added is this... for now :)
i can see it working for the ip yabb se shows (forward for) and the remote addr.. :)
just gotta get the bee to my honeypot.. mwahhaa
Nemesis:
Remind me not to ever visit your site. ;)
Big Brother is watching... :D
Overseer:
its in this post too ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version