PDA

View Full Version : Problem with my portal


ales2cv
02-04-2012, 07:05 PM
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

kh99
02-04-2012, 10:25 PM
First have over year problem with two mysgl tabel.
Tabel are broke is now way to be repair over mysgl or other tools.

I exported these from my db:

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;


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;


NEXT:
I create new wiget in php (is partner code for backlink)

I'm not sure I follow all that, but it sounds like maybe there's an error in your custom php widget?