»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 12-23-2003, 04:58 PM   #1 (permalink)
Registered User
 
shawshank62's Avatar
 
Join Date: Oct 2002
Location: Southampton, PA
Posts: 2,279
shawshank62 is on a distinguished road
Send a message via ICQ to shawshank62 Send a message via AIM to shawshank62 Send a message via Yahoo to shawshank62
Systems sql...phpnuke...confusion....help

I am trying to install a calander on this site www.gamershdq.com/8ID/index.php

and i have done everything except the following.....my only problem is...what am i supposed to be doing? and where am i supposed to upload this?

Quote:
2- Create tables via thecalendar.sql file
the below is the sql....am i supposed to upload this somewhere?
Quote:
# Table structure for table 'nuke_4ncal'
#

CREATE TABLE nuke_4ncal (
eid bigint(20) NOT NULL auto_increment,
aid varchar(30) NOT NULL,
title varchar(150),
time datetime,
hometext blob,
comments int(11) DEFAULT '0',
counter mediumint(8) unsigned,
topic int(3) DEFAULT '1' NOT NULL,
informant varchar(20) NOT NULL,
eventDate date DEFAULT '0000-00-00' NOT NULL,
endDate date DEFAULT '0000-00-00' NOT NULL,
startTime time,
endTime time,
alldayevent int(1) DEFAULT '0' NOT NULL,
barcolor char(1),
PRIMARY KEY (eid)
);

#
# Dumping data for table 'nuke_4ncal'
#


# --------------------------------------------------------
#
# Table structure for table 'nuke_4ncal_wait'
#

CREATE TABLE nuke_4ncal_wait (
qid bigint(20) NOT NULL auto_increment,
uid mediumint(9) DEFAULT '0' NOT NULL,
uname varchar(40) NOT NULL,
title varchar(150) NOT NULL,
story blob,
timestamp datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
topic varchar(20) NOT NULL,
eventDate date DEFAULT '0000-00-00' NOT NULL,
endDate date DEFAULT '0000-00-00' NOT NULL,
startTime time,
endTime time,
alldayevent int(1) DEFAULT '0' NOT NULL,
barcolor char(1),
PRIMARY KEY (qid)
);

#
# Dumping data for table 'nuke_4ncal_wait'
#

shawshank62 is offline   Reply With Quote
Old 12-23-2003, 05:03 PM   #2 (permalink)
Registered User
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,527
crouse is on a distinguished road
Send a message via ICQ to crouse
You have to run this sql command in mysqladmin

This will create the table needed for the database to work correctly
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
crouse is offline   Reply With Quote
Old 12-23-2003, 06:32 PM   #3 (permalink)
Registered User
 
shawshank62's Avatar
 
Join Date: Oct 2002
Location: Southampton, PA
Posts: 2,279
shawshank62 is on a distinguished road
Send a message via ICQ to shawshank62 Send a message via AIM to shawshank62 Send a message via Yahoo to shawshank62
ygpm
shawshank62 is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 11:35 PM.