Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.220
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 s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
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 - Xfire mod
Xfire mod

7 Replies / 2164 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » General PhpNuke

View previous topic :: View next topic


COWW
Reputation: 456.5 Add RepSubtract Rep
Local time: 12:35 AM
Location: UK
uk.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: Apr 21, 2007
Last Visit: 25 Nov 2008
Posts: 16
Points: 64 

Post Xfire mod Posted: Mon Apr 28, 2008 9:18 pm

Shop Purchases:
Multi-T3 Evo Gaming Theme

Hi , i have searched but couldnt find the answer
have a nuke evo site .. trying to install the xfire mod .. have done it before, had to reinstall our site tried adding the mod but when doing the install.php get an error and get kicked from site ? am logged in as admin when i do it .
should i do the sql first then do the install.php? any help appreciated ,thanks Dont Know
 

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

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:35 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.37 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 24 May 2012
Posts: 2331
Points: 136106 

Post Xfire mod Posted: Mon Apr 28, 2008 9:28 pm

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

Well, if you do the SQL, that is found on the xfire-sql.sql file, then you don't have to run any installer file. Just delete that file. I would recommend using mySQL and do the SQL manually the trying to rely on that install-xfire.php.

Once you get the SQL on, then activate the module in the ACP...

Also, one other thing. You may want to delete the Xfire table that is there befor trying to re-run the SQL.
 

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

Tool360
Reputation: 0.7 Add RepSubtract Rep
Local time: 1:35 AM


Noob
Noob

0.00 posts per day
Medals: 0

Joined: Dec 17, 2007
Last Visit: 05 May 2008
Posts: 5
Points: 100 

Post Xfire mod Posted: Tue Apr 29, 2008 12:33 am

thanks for the info i was looking for the same thing
 

 
View user's profileSend private message Reply with quote


DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:35 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.37 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 24 May 2012
Posts: 2331
Points: 136106 

Post Xfire mod Posted: Tue Apr 29, 2008 1:14 am

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

did it work for you guy's?
 

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

COWW
Reputation: 456.5 Add RepSubtract Rep
Local time: 12:35 AM
Location: UK
uk.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: Apr 21, 2007
Last Visit: 25 Nov 2008
Posts: 16
Points: 64 

Post Xfire mod Posted: Tue Apr 29, 2008 6:40 am

Shop Purchases:
Multi-T3 Evo Gaming Theme

ok thanks , so when u say do the sql manually do i open up the xfire - sql and copy and paste that ? (pretty sure i get what u mean) Dont Know
 

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

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:35 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.37 posts per day
Medals: 3 (View more...)
Super Dedicated User (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 24 May 2012
Posts: 2331
Points: 136106 

Post Xfire mod Posted: Tue Apr 29, 2008 10:18 am

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

Open up phpMyadmin and drop this into the SQL section

Code:
CREATE TABLE `xfire` (
  `id` int(11) NOT NULL auto_increment,
  `Name` varchar(25) NOT NULL default '',
  `XFire` varchar(25) NOT NULL default '',
  UNIQUE KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

INSERT INTO `xfire` VALUES ('', 'MP', 'dmemp');


CREATE TABLE `xfirecfg` (
  `id` int(11) NOT NULL auto_increment,
  `Perpage` int(11) NOT NULL default '0',
  `Style` varchar(10) NOT NULL default '',
  `Size` varchar(10) NOT NULL default '',
  `Sort` varchar(10) NOT NULL default '',
  UNIQUE KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

INSERT INTO `xfirecfg` VALUES ('', '10', 'bg', '0', 'id');



This is found inside the file named xfire-sql.sql
 

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


COWW
Reputation: 456.5 Add RepSubtract Rep
Local time: 12:35 AM
Location: UK
uk.gif

Noob
Noob

0.01 posts per day
Medals: 0

Joined: Apr 21, 2007
Last Visit: 25 Nov 2008
Posts: 16
Points: 64 

Post Xfire mod Posted: Tue Apr 29, 2008 11:32 am

Shop Purchases:
Multi-T3 Evo Gaming Theme

Thank very much, working great Angel
 

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

DreAdeDcoRpSE
Reputation: 2572.3 Add RepSubtract Rep
votes: 28
Local time: 2:35 AM
Location: Back of your Mind
usa.gif

Site Admin
Site Admin

1.37 posts per day
Medals: 3 (View more...)
Dedication (Amount: 1)
Forums Moderator
Forums Moderator
Joined: Sep 22, 2007
Last Visit: 24 May 2012
Posts: 2331
Points: 136106 

Post Xfire mod Posted: Tue Apr 29, 2008 4:31 pm

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

good to hear.
 

 
View user's profileSend private messageVisit poster's website Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » General PhpNuke


 
7 Replies / 2164 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