
Results 1 to 10 of 76
Hybrid View
-
17-10-13, 07:33 AM #1
It might be à stupid question, but hiw do i exécute it? I just put it in somewhere or....
-
17-10-13, 11:06 AM #2
right click desktop --> create new .txt ---> open it
copy paste
CREATE TABLE `autobroadcast` (`realmid` INT(10) NOT NULL,
`id` INT(11) NOT NULL AUTO_INCREMENT,
`weight` TINYINT(3) NULL DEFAULT '1',
`text` LONGTEXT NOT NULL,
PRIMARY KEY (`id`, `realmid`)
)
COLLATE='utf8_general_ci'
ENGINE=MyISAM
AUTO_INCREMENT=1;
save it as an .sql ( windows is going to blah bah just click yes ) ( also make sure you have the option hide extensions for know file types "OFF" not "ON" or else you cant change extensions )
how to change extensions
click start ---> control panel ---> folder option ---> click tab view ---> search for hide extensions for know file types and disable it ....
open Heidysql or which you have installed go to the authtable and inject that .sql you created ...
have funnLast edited by swubu; 17-10-13 at 11:09 AM.
-
17-10-13, 11:31 AM #3
-
17-10-13, 11:50 AM #4
delete the autobroadcast in your auth *
than retry
my en i snot so good
http://www.mediafire.com/download/vz...obroadcast.sqlLast edited by swubu; 17-10-13 at 11:58 AM.
-
17-10-13, 12:02 PM #5
but the real problem is that i just don't find it in my folder.
and then to be honest... i'm not sure how to correctly add it in... :/