http://www.hotscripts.com/Detailed/15047.html
I believe it does/has everything you requested, I've used it in the past, not bad.
Mike
If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!Anyone know a good (free) banner exchange script?
I don't care whether it's written in PHP or CGI, but it must be robust, and allow users to set up their own accounts, and login to check their credits and click through rates. Does anyone know of such a script?
Thanks,
Neil
★ Neil Hillman - Web Developer, Pixel Pusher...
http://www.hotscripts.com/Detailed/15047.html
I believe it does/has everything you requested, I've used it in the past, not bad.
Mike
Hi Tippy,
Thanks for the tip. I have downloaded and installed the script you suggested, and it looks the business, except for that fact that I get errors when I try to upload a banner. It's says that:
Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid/gid is 1752/1752 is not allowed to access / owned by uid/gid 0/0 in /home/sc10784/www/banners/client/uploadbanner.php on line 65
Basically, this is the line that checks that the file was uploaded via PHP's HTTP POST, before moving it to the destination directory:
if(move_uploaded_file($_FILES['userfile']['tmp_name'], $filename)){
//validate the image...
I think either my variables or permissions are wrong, but I was hoping that either you, or someone else here could help me out...
Any PHP gurus?
★ Neil Hillman - Web Developer, Pixel Pusher...
is your php running with SAFE MODE on?
use the following to check your php setting.
<?php
phpinfo();
?>
Yes, but is that not a good thing?
★ Neil Hillman - Web Developer, Pixel Pusher...
Bookmarks