Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.216
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ?This sh...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriousl...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Problem with clan module v1.0
Problem with clan module v1.0
Goto page 1, 2  Next

16 Replies / 3894 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: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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 2:10 am

Do I edit the files as stated before I install? Or Install and then edit the files?
 

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


OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: 4:25 AM


Rocket Noob
Rocket Noob

0.02 posts per day
Medals: 0

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

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

Always config before u upload..
 

 
View user's profileSend private message Reply with quote

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: Wed Oct 31, 2007 1:39 am

Still having a problem with adding more than two members to the game roster. This is turning out to more trouble than it's worth!!
 

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

OneShot
Reputation: 461.6 Add RepSubtract Rep
Local time: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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: 4:25 AM
Location: New York
usa.gif

Noob
Noob

0.01 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 6:45 pm

Well I guess my post is dead....Well thanks to Trunks for the help early on!!
 

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

Ped
Reputation: 61.1 Add RepSubtract Rep
votes: 35
Local time: 10:25 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

2.32 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 07 Feb 2012
Posts: 4438
Points: 180311 

Post Re: Problem with clan module v1.0 Posted: Fri Nov 02, 2007 9:39 pm

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

Some one told me this clan module is no good, or should be removed from the downloads, cant recall who told me though
 

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

entertom
Reputation: 461.3 Add RepSubtract Rep
Local time: 4:25 AM

blank.gif

Noob
Noob

0.00 posts per day
Medals: 0

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

Post Problem with clan module v1.0 Posted: Sat Nov 03, 2007 12:34 am

Dont Know
 

 
View user's profileSend private message Reply with quote

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


 
16 Replies / 3894 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