vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Problem with my portal (https://vborg.vbsupport.ru/showthread.php?t=278058)

ales2cv 02-04-2012 07:05 PM

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

kh99 02-04-2012 10:25 PM

Quote:

Originally Posted by ales2cv (Post 2296191)
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:

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:

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?


All times are GMT. The time now is 12:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01062 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete