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)

kaliyuga 01-15-2005 11:52 PM

Admin Bot ???
 
Hi, i have a question. Is there a possibility, to have a bot in a Forum that has the same Name like the Administrator ??? this bot should be always online...so always to see in the currently only users list.

Thanks a lot

Zachery 01-16-2005 12:32 AM

Quote:

Originally Posted by kaliyuga
Hi, i have a question. Is there a possibility, to have a bot in a Forum that has the same Name like the Administrator ??? this bot should be always online...so always to see in the currently only users list.

Thanks a lot

If you just want to freak people out just manually add him to the template.. but besides that what good would it do?

mfk_1868 01-16-2005 12:36 AM

if you add from template it will be a duplicate when he is really online so he need to write some if cases.

kaliyuga 01-16-2005 11:11 AM

Quote:

Originally Posted by Zachery
If you just want to freak people out just manually add him to the template.. but besides that what good would it do?

Hi,

it?s just for the case, that i have some people in the forums, who need to see always an admin online...if not, they start go go crazy. I know, it sounds stupid, but that?s not the discussion.

thanks

Marco van Herwaarden 01-16-2005 12:29 PM

Hmm if you have more then 1 admin on your board, you should make that the "fake online" admin changes all the time. Everyone will understand that 1 person can't be online 24/7.

kaliyuga 01-16-2005 01:14 PM

Quote:

Originally Posted by MarcoH64
Hmm if you have more then 1 admin on your board, you should make that the "fake online" admin changes all the time. Everyone will understand that 1 person can't be online 24/7.

Good Idea yes, but how ? :)

mholtum 01-16-2005 01:37 PM

Instally your bot as normal. With bots you have to create a new member or use an existing member name for the bot. Just make a new member and make it an admin. Not real smart if you ask me. I have a bot at my site.

kaliyuga 01-16-2005 04:13 PM

Hi, yes ok this is my question: How do I install a bot ? how does this work ? it should sty 24 hours online until i turn it off.

Tanks you

mholtum 01-16-2005 04:27 PM

A bot hack is not different than any other hack. My bot is set up to reply in certain defined threads whenever someone posts. I have it set to 80% of a certain thread. What this means is that when someone posts in this thread, there is an 80% chance that the bot will reply.

kaliyuga 01-16-2005 07:30 PM

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 ?

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 09:01 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.01230 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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