Clan Adverts

www.clanthemes.com :: View topic - Problem with clan module v1.0

 Welcome To Clan Themes 

As the board grows please remember the Search Option

We also monitor Private Messages to stop members from abusing our sites system.

Note!! Anyone thinking of spamming or posting senseless threads to make up their post count will be permanently banned we have a zero tolerance spamming policy here, you've been warned.

Problem with clan module v1.0
Goto page 1, 2  Next

16 Replies / 2813 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » General PhpNuke

View previous topic :: View next topic


OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

Post Problem with clan module v1.0 Posted: Tue Oct 30, 2007 12:54 am   

Today I downloaded Clan Module V1.0 and uploaded all files to my db. Well when I direct my browser to http://yoursite.com/nukedirectory/clanmod_install.php it come up with a page that has this.........Install Clan Module Install | UnInstall. When I hit install I get a HTTP 404Not found error. Am I doing something wrong? I love the look of this module and would love to have on my site. Any help PLEASE!!!!
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

Post Problem with clan module v1.0 Posted: Tue Oct 30, 2007 1:55 am   

The only thing that I see that is confusing is that it is looking for clan_modinstall.php and not clanmod_install.php that was supplied with the download. I changed the name of the clanmod_install.php supplied to clan_modinstall.php and then pointed to http://mysite.com/clan_modinstall.php and got the Install Clan Module Install | UnInstall. When I clicked on Install it gave me this: 25/home/mysite/public_html/clan_modinstall.php. Do I have the install file in the wrong place!

Last edited by OneShot on Tue Oct 30, 2007 4:34 pm; edited 1 time in total
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote




OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

Post Problem with clan module v1.0 Posted: Tue Oct 30, 2007 4:45 pm   

Thanks Trunks, That was the problem. You might want to pull the download in the downloads section or inform others that the install file name needs to be changed. Most users will just delete the files that they uploaded and forget about it. Thank you once again for your help!!
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

Post Problem with clan module v1.0 Posted: Tue Oct 30, 2007 5:33 pm   

Ok that problem is fixed, BUT...now while I was editing the index.php file I can not find the line:

$realname = check_html($realname, nohtml);

The best matched line would be:

$realname = filter($realname, "nohtml", 1);

Would this be the right line? Or is this another misprint? I have never had a problem like this with any of your downloads! This is exactly what is says in the Read Me file included:

FIND
/////////////////////////////////////////////
$realname = check_html($realname, nohtml);
/////////////////////////////////////////////
AFTER ADD
/////////////////////////////////////////////
$alias = $_POST['alias'];
$country = $_POST['country'];
$sex = $_POST['sex'];
$food = $_POST['food'];
$age = $_POST['age'];
$celb = $_POST['celb'];
$drink = $_POST['drink'];
$status = $_POST['status'];
$gun = $_POST['gun'];
$map = $_POST['map'];
$movie = $_POST['movie'];
$car = $_POST['car'];
$pic = $_POST['picture'];
$processor = $_POST['processor'];
$ram = $_POST['ram'];
$bestsessions = $_POST['bestssession'];
$favcountry = $_POST['favcountry'];
$mouse = $_POST['mouse'];
$keyboard = $_POST['keyboard'];
$videocard = $_POST['videocard'];
$soundcard = $_POST['soundcard'];
$motherboard = $_POST['motherboard'];
$monitor = $_POST['monitor'];
$resolution = $_POST['resolution'];
$quote = $_POST['quote'];
$connection = $_POST['connection'];
$bio = $_POST['cmod_bio'];
//html check
$alias = check_html($alias, nohtml);
$country = check_html($country, nohtml);
$sex = check_html($sex, nohtml);
$food = check_html($food, nohtml);
$age = check_html($age, nohtml);
$celb = check_html($celb, nohtml);
$drink = check_html($drink, nohtml);
$status = check_html($status, nohtml);
$gun = check_html($gun, nohtml);
$map = check_html($map, nohtml);
$movie = check_html($movie, nohtml);
$car = check_html($car, nohtml);
$pic = check_html($picture, nohtml);
$processor = check_html($processor, nohtml);
$ram = check_html($ram, nohtml);
$bestsessions = check_html($bestsessions, nohtml);
$favcountry = check_html($favcountry, nohtml);
$mouse = check_html($mouse, nohtml);
$keyboard = check_html($keyboard, nohtml);
$videocard = check_html($videocard, nohtml);
$soundcard = check_html($soundcard, nohtml);
$motherboard = check_html($motherboard, nohtml);
$monitor = check_html($monitor, nohtml);
$resolution = check_html($resolution, nohtml);
$quote = check_html($quote, nohtml);
$connection = check_html($connection, nohtml);
$bio = check_html($bio, nohtml);

I hate to be a pain but this is something I really want on my site. I have been looking for along time for something like this. I even made one myself which was not good at all, but this one has all the options that I want!
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

Post Problem with clan module v1.0 Posted: Tue Oct 30, 2007 6:55 pm   

Seems to be working ok!! An Admin really needs to update the read me file or remove the download itself!! This was the first time a had a problem with a download....Hopefully it will be my last!
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote




Soulast
Reputation: 404.5 Add RepSubtract Rep
Local time: 1:19 PM


Status: Offline
0.03 posts per day
Medals: 0

Joined: Oct 23, 2007
Last Visit: 04 May 2008
Posts: 29
Points: 100 

View user's profileSend private message Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

Post Problem with clan module v1.0 Posted: Fri Nov 02, 2007 4:37 am   

Sorry to be a pain but when I go to add a second member to a game it gives me this error: Duplicate entry '0' for key 1

Plus it is not saving the Module Settings that I input!!

Any help is much appreciated, I want to really get this working on my site!!
 

 
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote




OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 1:19 PM
Location: New York
usa.gif

Status: Offline
0.02 posts per day
Medals: 0

Joined: Aug 14, 2007
Last Visit: 30 Nov 2007
Posts: 16
Points: 300 

View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

Ped
Reputation: 1136.7 Add RepSubtract Rep
votes: 28
Local time: 7:19 PM
Location: Great British Empire
uk.gif

Status: Offline
2.04 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Clan Themes Theme Guru
Clan Themes Theme Guru
Joined: Nov 13, 2006
Last Visit: 15 Mar 2010
Posts: 2490
Points: 99155 

View user's profileSend private messageSend e-mail Reply with quote

entertom
Reputation: 461.3 Add RepSubtract Rep
Local time: 1:19 PM

blank.gif

Status: Offline
0.00 posts per day
Medals: 0

Joined: Jun 09, 2007
Last Visit: 01 May 2008
Posts: 3
Points: 100 

View user's profileSend private message Reply with quote



Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » General PhpNuke


 
16 Replies / 2813 Views
Page 1 of 2
All times are GMT
Goto page 1, 2  Next
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum