vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Toplist (https://vborg.vbsupport.ru/showthread.php?t=98646)

DementedMindz 09-11-2006 12:57 AM

if you had to use a backup from before you used then the it wouldnt show in sql since you didnt have it installed then. but if you have no important info for topsites erase the topsites tables.

DementedMindz 09-11-2006 12:58 AM

lmfao you beat me to it i was typing it the same time.

Chicago_VLNU_4s 09-11-2006 04:23 AM

where do i delete the topsite tables from?? **Still new to this by two months** :)

derekivey 09-13-2006 01:09 AM

Does your host give you some sort of control panel to use? If so, there should be a link to PHPMyAdmin in there, if not you will have to edit your vBulletin config to allow your userid to execute queries, then go to AdminCP -> Maintenance -> Execute Query, and enter these queries. Please note that doing this will delete all Toplist data from the tables, so if you have sites in the Toplist, they will be gone after doing this!

[sql]
DROP TABLE IF EXISTS toplist_categories;
DROP TABLE IF EXISTS toplist_clicks;
DROP TABLE IF EXISTS toplist_ratings;
DROP TABLE IF EXISTS toplist_reports;
DROP TABLE IF EXISTS toplist_sites;
[/sql]

Derek

Chicago_VLNU_4s 09-13-2006 01:37 AM

^^

I do have CPanel, but i did the second way, through Admin CP and here's the error I got

Quote:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
DROP TABLE IF EXISTS toplist_clicks;
DROP TABLE IF EXISTS toplist_ratings;
' at line 1

derekivey 09-13-2006 09:50 AM

hmm does this work?

[sql]
DROP TABLE IF EXISTS `toplist_categories`;
DROP TABLE IF EXISTS `toplist_clicks`;
DROP TABLE IF EXISTS `toplist_ratings`;
DROP TABLE IF EXISTS `toplist_reports`;
DROP TABLE IF EXISTS `toplist_sites`;
[/sql]

Chicago_VLNU_4s 09-14-2006 02:03 AM

nope..

Quote:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
DROP TABLE IF EXISTS `toplist_clicks`;
DROP TABLE IF EXISTS `toplist_ratings' at line 1

derekivey 09-14-2006 09:41 AM

Not sure then, your going to have to try that in PHPMyAdmin, I'm not sure why it's giving you errors in vB's system.

Derek

DementedMindz 09-14-2006 02:16 PM

I was just thinking of a feature. ok you know how you have a random site at the top maybe you can change it to a featured site. This is what I was thinking... Say you have a cron reset the stats at the begining of each month. Then the month starts and you get each sites votes at the end of the month who ever has the highest vote stays on the featured site for the month until the stats are reset then its on to the following month where the stats are checked again for a new featured site. I think it may bring more hits in and be a nicer feature then the random site. Let me know what you think???

derekivey 09-14-2006 07:13 PM

I'll see about adding it. Shouldn't be that hard to add, but the new stats feature isn't done yet, so I'll have to wait till then and add it then.

Derek


All times are GMT. The time now is 05:23 AM.

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.01918 seconds
  • Memory Usage 1,736KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete