vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   adminlog (https://vborg.vbsupport.ru/showthread.php?t=57289)

ZiG 09-21-2003 07:30 PM

adminlog
 
im having trouble resetting my adminlog, starting it over. It has like, 2 years of logs in it and I want to reset it, start it over without having to go through phpmyadmin. Any way of doing this? I thought I knew a simple way before but I cant seem to find it again

filburt1 09-21-2003 08:23 PM

Quote:

Originally Posted by ZiG
im having trouble resetting my adminlog, starting it over. It has like, 2 years of logs in it and I want to reset it, start it over without having to go through phpmyadmin. Any way of doing this? I thought I knew a simple way before but I cant seem to find it again

[sql]
DELETE FROM adminlog;
[/sql]

ZiG 09-21-2003 10:37 PM

Quote:

Originally Posted by ZiG
without having to go through phpmyadmin


Alcar Lazuli 09-22-2003 05:31 AM

If you are using vB3, you can use the Query section.

However, if you have vB2, you'll either have to use PHPMyAdmin, or use the prune feature found in vB2.

Dean C 09-22-2003 10:01 AM

Just make a file with this content and run it ZiG.

PHP Code:

<?php
error_reporting
(7);
require(
"./global.php");

$query $DB_site->query("DELETE FROM adminlog");

if(
$query)
{
echo 
'Query ran successfully';
}
else
{
echo 
'This query could not be run';
}

?>



All times are GMT. The time now is 06:10 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.01050 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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