Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
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 - Clan module.
Clan module.

7 Replies / 1185 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Modules

View previous topic :: View next topic


Cube
Reputation: 16.8 Add RepSubtract Rep
Local time: 5:53 PM

sweden.gif

Rocket Noob
Rocket Noob

0.03 posts per day
Medals: 0

Joined: Jan 19, 2010
Last Visit: 11 May 2011
Posts: 24
Points: 4669 

Post Clan module. Posted: Fri Jun 18, 2010 8:55 pm

Shop Purchases:
Modern Gamer Evo Xtreme Theme · Clan Roster 2.0

Hi all.

I'm trying to implement a module with the general name "Clan module" ( http://www.clanthemes.com/club-download-file-654-clan-module.html ).

According to the installation guide or the readme file there is one file that needs to be modified :

Code:
How To Install!
------------------------------------------------
1. Upload All files and folders.
2. Direct Your browser To http://yoursite.com/nukedirectory/clan_modinstall.php
3. Open File /modules/Your_Account/index.php
 
////////////////////////////////////////////////////////
FIND
////////////////////////////////////////////////////////
 ."<tr><td bgcolor='$bgcolor2'><b>"._YINTERESTS.":</b><br>"._OPTIONAL."</td>"
 ."<td bgcolor='$bgcolor3'><input type=\"text\" name=\"user_interests\" value=\"$userinfo[user_interests]\" size=\"30\" maxlength=\"100\"></td></tr>"
////////////////////////////////////////////////////////
AFTER ADD
////////////////////////////////////////////////////////
;$checkuserr = $db->sql_query("select clan_member from ".$prefix."_users where user_id='$userinfo[user_id]' and clan_member='1'");


Now the problem is that I cannot find these entries in the file ../modules/Your_Account/index.php. I believe that it is due to I'm using evo extreme 2.0.7, where this is probably different.

My question is has anyone implemented this module on evo extreme? If so which file should be modified?


Thanks,

Cube
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Snype
Reputation: 305.5 Add RepSubtract Rep
votes: 8
Local time: 4:53 PM
Location: lincolshire
uk.gif



0.60 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)
Respected Member
Respected Member
Joined: May 20, 2008
Last Visit: 06 Nov 2011
Posts: 812
Points: 60742 

Post Clan module. Posted: Fri Jun 18, 2010 9:57 pm

Shop Purchases:
Call of Duty 4 SAS Theme

Why not do a partial search of just INTERESTS and match the rest of the code??
 

WebSite > http://www.phpnukeblog.info Xfire > DDsnype MSN > ritchietaylor@live.co.uk Email > admin@phpnukeblog.info  
View user's profileSend private messageVisit poster's websiteMSN Messenger Reply with quote

oneunit
Reputation: 53.1 Add RepSubtract Rep
Local time: 10:53 AM

blank.gif

Spammer
Spammer

0.07 posts per day
Medals: 0

Joined: Feb 13, 2008
Last Visit: 07 Feb 2011
Posts: 108
Points: 3108 

Post Clan module. Posted: Sun Feb 06, 2011 11:50 pm

Shop Purchases:
Clan Themes Green PhpNuke Theme · Clan Roster v1.7 Php Nuke Module

I am having a problem with this install

2. Direct Your browser To http://yoursite.com/nukedirectory/clan_modinstall.php

When I try to install this I get a 404 page.
--404 - Not Found
The page you are trying to access does not exist.
If this error persists, please contact the website webmaster.
My question is am I supposed to upload it via php admin? Im uploading it through filezilla to my http folder


If I try to add a member this message shows:
Table 'c1unit94_nuke1.nuke_cmod_settings' doesn't exist
 

 
View user's profileSend private message Reply with quote


DreAdeDcoRpSE
Reputation: 2221.2 Add RepSubtract Rep
votes: 28
Local time: 11:53 AM
Location: Back of your Mind
usa.gif

Forums Moderator
Forums Moderator

1.53 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Site Admin
Site Admin
Joined: Sep 22, 2007
Last Visit: 09 Feb 2012
Posts: 2456
Points: 128754 

Post Re: Clan module. Posted: Mon Feb 07, 2011 12:52 am

Shop Purchases:
Enemy Territory Theme (Aviator) for PHP Nuke · Clan Roster 2.0 ·  · Modern Warfare 3 Xtreme Theme

oneunit wrote:
I am having a problem with this install

2. Direct Your browser To http://yoursite.com/nukedirectory/clan_modinstall.php

When I try to install this I get a 404 page.
--404 - Not Found
The page you are trying to access does not exist.
If this error persists, please contact the website webmaster.
My question is am I supposed to upload it via php admin? Im uploading it through filezilla to my http folder


If I try to add a member this message shows:
Table 'c1unit94_nuke1.nuke_cmod_settings' doesn't exist


Okay, the error your getting whe you try to add a member is because the SQL has not been installed. You directed your site to

http://www.yoursite.com/clan_modinstall.php

changing of course the "www.yoursite.com" to match your websites URL. Once you do that, you should have the install option. if not then can you anser if a .SQL file came with the module, if so then you can manually add the SQL file in by means of phpmyadmin.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

RELIC
Reputation: 549.3 Add RepSubtract Rep
votes: 2
Local time: 5:53 PM
Location: Louisville, Kentucky
usa.gif



0.19 posts per day
Medals: 0
Respected Member
Respected Member
Joined: Jan 29, 2007
Last Visit: 20 Jan 2012
Posts: 341
Points: 12261 

Post Clan module. Posted: Mon Feb 07, 2011 1:05 am

Just to expand on a previous statement;

Do note there are different versions out there and the code you are looking for may look like what you have and may not. First save a back up copy somewhere you will remember the location of. Once you find the code that looks either exact or similar to the code you are searching for, make sure you find the ending that paticular code or similar code, add your additional code.

If it does not work, then revert to your original saved copy.

As for the last part of the question, being in the right directory is paramount, these things wont take a guess at what you mean, you'll just get errors. The same goes for not adding the sql.. =)

You should be good to go from the guidence here.
 

 
View user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger Reply with quote

oneunit
Reputation: 53.1 Add RepSubtract Rep
Local time: 10:53 AM

blank.gif

Spammer
Spammer

0.07 posts per day
Medals: 0

Joined: Feb 13, 2008
Last Visit: 07 Feb 2011
Posts: 108
Points: 3108 

Post Clan module. Posted: Mon Feb 07, 2011 1:46 am

Shop Purchases:
Clan Themes Green PhpNuke Theme · Clan Roster v1.7 Php Nuke Module

No SQL came with the module. I uploaded clan_installmod.php to my site

I try running the install and it does give me options to install or uninstall. When I click install I get the 404 page.
 

 
View user's profileSend private message Reply with quote


Snype
Reputation: 305.5 Add RepSubtract Rep
votes: 8
Local time: 4:53 PM
Location: lincolshire
uk.gif



0.60 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)
Respected Member
Respected Member
Joined: May 20, 2008
Last Visit: 06 Nov 2011
Posts: 812
Points: 60742 

Post Clan module. Posted: Mon Feb 07, 2011 2:02 am

Shop Purchases:
Call of Duty 4 SAS Theme

Seems as though i dont have club access you can send me the zip via PM and i can take the sql out the install file and you can add it manually.
 

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

oneunit
Reputation: 53.1 Add RepSubtract Rep
Local time: 10:53 AM

blank.gif

Spammer
Spammer

0.07 posts per day
Medals: 0

Joined: Feb 13, 2008
Last Visit: 07 Feb 2011
Posts: 108
Points: 3108 

Post Clan module. Posted: Mon Feb 07, 2011 2:48 am

Shop Purchases:
Clan Themes Green PhpNuke Theme · Clan Roster v1.7 Php Nuke Module

Thanks Snype, I actually instead used a different module.
 

 
View user's profileSend private message Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Modules


 
7 Replies / 1185 Views
Page 1 of 1
All times are GMT
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