PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
AwwYouDead
Hangin' Around


Joined: Apr 02, 2006
Posts: 38

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

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 Back to top

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;
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:54 pm Reply with quote Back to top

You don't have backups? Shocked
View user's profile Send private message
testy1
Involved
Involved


Joined: Apr 06, 2008
Posts: 483

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

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
Hangin' Around


Joined: Apr 02, 2006
Posts: 38

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

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.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum