a couple things ^^

Status
Not open for further replies.

Twiglar

New Member
Messages
30
Reaction score
0
Points
0
ok i ahave about 2 or 3 problems

#1
----------------------------------------------
im running vbulletin 3.5.0 rc2 on my server

im trying to instal mods using querys, and no matter wnat happens, it always says that it already exists!

Code:
mySQL query error: CREATE TABLE games_scores (
		 		s_id int(11) NOT NULL auto_increment,
				 mid int(11) NOT NULL default '0',
				 gid int(11) NOT NULL default '0',
				    name text NOT NULL,
				 score FLOAT(11) NOT NULL default '0',
				    ip text NOT NULL,
				    comment text NOT NULL,
				    datescored int(10) NOT NULL,
				PRIMARY KEY (s_id)) TYPE=MyISAM

mySQL error: Table 'games_scores' already exists
mySQL error code: 
Date: Tuesday 06th of September 2005 09:58:49 AM

#2
------------------------------------------------------
i cant get to phpmyadmin, it says wrong username/password access denyed!








Edit: wow, am i ever blind /; sorry, i see the suport forum now ^^;
 
Last edited:

Twiglar

New Member
Messages
30
Reaction score
0
Points
0
awww, u dident answer my question :(

i have nother 1 ^^

#3
---------------------
what happenes when you get 50/50 logins? how do u reset it?
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Questions 1 & 2: We were having server problems, this might be why you couldnt do anything. Question 3: what are you talking about ??
 
Last edited:

Twiglar

New Member
Messages
30
Reaction score
0
Points
0
File Zilla said:
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 10 of 50 allowed.
Response: 220-Local time is now 17:38. Server port: 21.
Response: 220 You will be disconnected after 15 minutes of inactivity.

no1 else has ftp access ^^ y dose itsay 10, and i find, it gese up by 1 each time i log on /;
 
Last edited:

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
This looks like your logging in with a user account you created with ftp not your cpanel account.
 
Status
Not open for further replies.
Top