PDA

View Full Version : 2 Problems


TheSaint-AeD
09-16-2002, 04:50 PM
1. Problem with a fully released Hack (Lesser Admin CP)

https://vborg.vbsupport.ru/showthread.php?s=&postid=299837#post299837

2. What does this meen?

ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT;

I opened the table bbcode with MySQLAdmin. In bbcode I found bbcodereplacement, but what do CHANGE and TEXT mean?

If I change it to TEXT i get:

SQL-Befehl : [?ndern]

ALTER TABLE `cea`.`bbcode` CHANGE `bbcodereplacement` `bbcodereplacement` TEXT (200) not null
MySQL meldet: You have an error in your SQL syntax near '(200) not null ' at line 1

Vile
09-20-2002, 10:11 PM
Originally posted by TheSaint-AeD
1. Problem with a fully released Hack (Lesser Admin CP)

2. What does this meen?

ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT;



That's a query you need to run on your database.

IMO, the easiest way to do it, is by using PhpMyAdmin.
That way, you can just copy/paste + run the query.
Remember to backup your database though.

TheSaint-AeD
09-21-2002, 11:47 AM
Thx for the answer, I found it out myself until now. Some installation-Guides are more confusing then explaining ;) , but I'm making my way through.