Support Forums

Full Version: 1x1 pixel IP Logger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Thanks for the share, very useful Smile
Very nice dude! Thanks for sharing. Smile

I might try this. Smile
This is a really useful example, i remember using this for other useful ideas, ill let your mind wander.
this worked with me

Code:
RewriteEngine on
RewriteCond %{ENV:REDIRECT_STATUS} =""
RewriteRule ^(line_sheets/[a-z0-9]+\.jpg)$ jpg.php?file=$1 [L,NC]
RewriteRule ^line_sheets/r\.([a-z0-9]+\.jpg)$ /line_sheets/$1 [L,NC]

but thanks for sharing
(03-26-2010, 07:16 AM)iebo Wrote: [ -> ]this worked with me

Code:
RewriteEngine on
RewriteCond %{ENV:REDIRECT_STATUS} =""
RewriteRule ^(line_sheets/[a-z0-9]+\.jpg)$ jpg.php?file=$1 [L,NC]
RewriteRule ^line_sheets/r\.([a-z0-9]+\.jpg)$ /line_sheets/$1 [L,NC]

but thanks for sharing

lol nice well if you know how to do the rewrite rules better then me, by all means do Thumbsup
It's very interesting. I like this, thanks.
thanks For Sharing Nyx-
(01-22-2010, 04:58 PM)Extasey Wrote: [ -> ]I don't understand...
How do you get "sup.txt"?

You're opening that current file using "fopen". Once that file is open, you can insert data just like it shows.
(01-22-2010, 04:37 PM)Nyx- Wrote: [ -> ]I was only able to make this because of all the tutorials Master of the Universe has posted here ^__^
Make a 10x10 image and make it respond(light/dark) to the last subrange in your IP. That would be even funner, haha
Hey thanks for this mate =D i could put it to my site =D
Pages: 1 2 3