I currently have an image upload script at this site: http://uploadem.com I want to be able to modify the output page to have a link to my site along with a nice banner and possibly some ads. Is there anyone here that can help me accomplish this? Thank you in advance.
This needs to b fixed first : Warning: exec() has been disabled for security reasons in /home/val1558/public_html/index.php on line 140 Warning: Cannot modify header information - headers already sent by (output started at /home/val1558/public_html/index.php:140) in /home/val1558/public_html/index.php on line 97 Get in touch with the author of the script....
Actually what I want it to do when I use the link either for BB code or the direct image link, I want it to display some links and or advertisements. I believe I just fixed that error message.
ok but first you need to get the errors fixed, and second there are thousands of image hosts that allow direct linking without the use of adverts what makes you think it's a good idea ?
It is not for ad revenue at all. What I want is when I give a link to an image, on the image display page, it shows a little banner with my site on it. I will look into the error. DO you have any idea what it could mean?
your host has disabled exec, which is a php native function to make calls to system binaries, and it's clearly pretty important else it wouldnt be there, so before you make any additions to a script that is to all intent and purposes broken you wanna make sure you're not wasting yours or anyone elses time....