| Author |
Message |
|
|
capebretoner
Joined: 18 May 2006 Posts: 167
|
Posted: Mon Jun 26, 2006 1:04 pm Post subject: PHP question |
|
|
I have a picture that I want people to use via hotlinking, however I don't want them to know the direct path so I have written a script that will output it.
so the URL to teh pic is mysite.com/pic.php
Now I want to do something more, I want to log the URL of the sites that are grabbing the pic. Is there any code that I can use to do this? I am on a shared server if it makes a difference.
Thanks _________________ Webmaster Blog | Free forums | Free Hit Counter |
|
| Back to top |
|
 |
|
|
frankcow
Joined: 26 Jun 2006 Posts: 166
|
|
| Back to top |
|
 |
scolls
Joined: 31 May 2006 Posts: 242
|
Posted: Tue Jun 27, 2006 6:08 pm Post subject: Re: PHP question |
|
|
| capebretoner wrote: | I have a picture that I want people to use via hotlinking, however I don't want them to know the direct path so I have written a script that will output it.
so the URL to teh pic is mysite.com/pic.php
Now I want to do something more, I want to log the URL of the sites that are grabbing the pic. Is there any code that I can use to do this? I am on a shared server if it makes a difference.
Thanks |
Doesn't matter that you're on shared hosting. Try using:
$referer=@$HTTP_REFERER;
Hope this helps. _________________ WebWobot Search Engine & Forums | WebWobot PageTrade Multi-Exchange |
|
| Back to top |
|
 |
capebretoner
Joined: 18 May 2006 Posts: 167
|
Posted: Tue Jun 27, 2006 11:03 pm Post subject: |
|
|
Thanks there scolls
I have added that to the script and everything is working great.
I was making a VERY simple hit counter and now it is ready for the world.
I am going to be adding more to it in the near future like new background pics, and an easier way for people to customize the colour scheme
http://www.bluenoser.net/webmaster-tools/counter/ _________________ Webmaster Blog | Free forums | Free Hit Counter |
|
| Back to top |
|
 |
scolls
Joined: 31 May 2006 Posts: 242
|
|
| Back to top |
|
 |
GlobalFusion
Joined: 18 Aug 2006 Posts: 7
|
Posted: Fri Aug 18, 2006 8:39 am Post subject: |
|
|
Keep us informed of any updates.  _________________ [:: DesignerFusion.com ::] |
|
| Back to top |
|
 |
|
|
|
|
|