• Welcome to DNForum.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
    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 oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Wanted: Service Banner Exchange script?

Status
Not open for further replies.

Mr.Domains

DNF Addict
The Originals
Legacy Exclusive Member
Joined
Sep 29, 2004
Messages
1,417
Reaction score
29
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
 
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?
 
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?
 
Status
Not open for further replies.
Back
Top Bottom