The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with my portal
First have over year problem with two mysgl tabel.
Tabel are broke is now way to be repair over mysgl or other tools. So i neer to crete that two tabel again .. but i cant find stucture ( iam not programer) so i need some were to finte that thing CREATE tabel and so on for that two tabel in vbulletin mysql vb_blog_usercss Check Error: Corrupt and vb_usercss Check Error: Corrupt NEXT: I create new wiget in php (is partner code for backlink) My site is come corrupet but only when i visit it with IE. Opera safari croma firefox dont do that so try to see if you wist my first page http://www.citroenbilten.com/ with internet exploer MS The page is corrupt some times get that error Parse error: syntax error, unexpected T_STRING in /home/citroen/public_html/forum/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 120 Ther resen i find in php add widet If you go visti that page error is not here any more http://www.citroenbilten.com/content.php so i go and try other wiget and see almost all not works (working wiget you could see on page) No of that wiget not works in no error to se yust not works Users online Related forum post Recent blog post Recent Articels Poll When add User Online Parse error: syntax error, unexpected T_STRING in /home/citroen/public_html/forum/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 120 again get same error like for that my custm php widet but no page corrupt |
#2
|
|||
|
|||
Quote:
Code:
CREATE TABLE vb_usercss ( userid int(10) unsigned NOT NULL DEFAULT '0', selector varchar(30) NOT NULL DEFAULT '', property varchar(30) NOT NULL DEFAULT '', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (userid,selector,property), KEY property (property,userid,`value`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Code:
CREATE TABLE vb_blog_usercss ( userid int(10) unsigned NOT NULL DEFAULT '0', selector varchar(30) NOT NULL DEFAULT '', property varchar(30) NOT NULL DEFAULT '', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (userid,selector,property), KEY property (property,userid,`value`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|