Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke
Author Message
AwwYouDead
Hangin' Around



Joined: Apr 02, 2006
Posts: 38

PostPosted: Sat Aug 09, 2008 5:58 pm Reply with quote

My genius admin tried to fix a session error while I was away. Instead of waiting for me he assumed "DROP" ment "empty"
... Anyhow I have browsed around a bit trying to find the info i need to create a new nuke_bbsessions Table. version is .23
 
View user's profile Send private message
Gremmie
Former Moderator in Good Standing



Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Sat Aug 09, 2008 6:53 pm Reply with quote

You can download phpBB or bb2nuke again and look at the install script.

But I have it right here:

Code:


CREATE TABLE `nuke_bbsessions` (
  `session_id` char(32) character set latin1 NOT NULL default '',
  `session_user_id` mediumint(8) NOT NULL default '0',
  `session_start` int(11) NOT NULL default '0',
  `session_time` int(11) NOT NULL default '0',
  `session_ip` char(8) character set latin1 NOT NULL default '0',
  `session_page` int(11) NOT NULL default '0',
  `session_logged_in` tinyint(1) NOT NULL default '0',
  `session_admin` tinyint(2) NOT NULL default '0',
  KEY `session_user_id` (`session_user_id`),
  KEY `session_ip` (`session_ip`),
  KEY `session_id` (`session_id`)
) ENGINE=MyISAM;

_________________
Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module 
View user's profile Send private message
Gremmie







PostPosted: Sat Aug 09, 2008 6:54 pm Reply with quote

You don't have backups? Shocked
 
testy1
Involved
Involved



Joined: Apr 06, 2008
Posts: 484

PostPosted: Sun Aug 10, 2008 12:00 am Reply with quote

Gremmie wrote:
You don't have backups? Shocked


i dont know why but i nearly fell off my chair lol
 
View user's profile Send private message
AwwYouDead







PostPosted: Sun Aug 10, 2008 2:28 pm Reply with quote

Gremmie wrote:
You don't have backups? Shocked


yeah actually i thought i did but apparently they are blank... Thats a different problem all together. useually my backups are fine. but with my last 4 being empty files my most recent back up is like 6 months old.


And thank you for the Table.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©