Jump to content

[SOLVED] Question


N-Bomb(Nerd)

Recommended Posts

Sorry I couldn't come up with a better subject for this post, but I honestly had no idea what to call it.

 

I've created a dynamic signature that is located at:

http://www.example.com/mysig.png/index.php

 

However, to get it to go into the forum I'm using it on correctly I have to make my signature like the following:

[iG]http://www.example.com/mysig.png[/ig]

 

So "mysig.png" is actually the directory name, and the index.php inside of the directory is actually creating the signature.

 

Now that's all covered I can move on to my question.

 

Is there any way I can retrieve actual information on the page my signature is getting included on so I can then use that in my script?

Link to comment
https://forums.phpfreaks.com/topic/162091-solved-question/
Share on other sites

Is there any way I can retrieve actual information on the page my signature is getting included on so I can then use that in my script?

You can get the data from the user viewing it like the browser type etc but NOT the page its on, this is due to the simple fact that the page isn't using it, its give the path to the end user who's using it

Link to comment
https://forums.phpfreaks.com/topic/162091-solved-question/#findComment-855335
Share on other sites

Is there any way I can retrieve actual information on the page my signature is getting included on so I can then use that in my script?

You can get the data from the user viewing it like the browser type etc but NOT the page its on, this is due to the simple fact that the page isn't using it, its give the path to the end user who's using it

 

Ok, thanks that's all I needed to know.

Link to comment
https://forums.phpfreaks.com/topic/162091-solved-question/#findComment-855339
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.