vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Admin Bot ??? (https://vborg.vbsupport.ru/showthread.php?t=74429)

mholtum 01-16-2005 07:52 PM

Quote:

Originally Posted by kaliyuga
hi again. Ok i am honestly a noob about hacks and vbulletin custom scripting. What do i have to do, to setup a bot, that stays always online ?

First you need to either A: Create this hack or B: Find this hack
Second you need to follow the instructions that accompany it to install it.

90% of the hacks out there are pretty straight forward it you take your time. As always backup your site and database BEFORE installing any hack incase you beef it. I learned this the hardway.

My bot doesn't show that it is online. I guess I could sign in as the bot and then it would. I personally dont see the point.

kaliyuga 01-16-2005 08:41 PM

ok, so i have to search for a bot script that is doing this...if someone know a script like this, please post a link. Thanks for help

kaliyuga 01-18-2005 01:26 PM

I can?t find anything plz help :(

Getox 01-18-2005 01:29 PM

When i have some time ill try todo this, im not sure how, but ill try ;)

Colin F 01-18-2005 01:51 PM

If you have a PC that's on 24/7 you could use opera to surf to your forum and auto reload the page every 10 minutes or so (depending on your cookie timeout).

Otherwise I would also suggest adding it to the template and just setting that user to invisible.

Thug 01-18-2005 01:52 PM

whats this hack do

mholtum 01-18-2005 02:32 PM

replies to posts in designated threads automatically. Here is the one I use https://vborg.vbsupport.ru/showthrea...&highlight=bot

kaliyuga 01-19-2005 04:42 PM

Quote:

Originally Posted by Getox
When i have some time ill try todo this, im not sure how, but ill try ;)

would be great, because i don?t have a 24 hours pc running here

THX a lot

Carnage 01-19-2005 08:13 PM

i've got a nice messy way to do this if you like...

Code:

$time = time();
$DB_site->query("UPDATE `session` set lastactivity = '" . $time . "' Where userid = <userid of online admin>");

drop that somewhere that it will get called alot... perhaps global.php (note its untested so may need some playing with... i've also no idea on teh best place to put it.


All times are GMT. The time now is 08:01 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.01032 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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