Version: 1.00, by C.Birch
Developer Last Online: Jan 2016
Version: 2.2.x
Rating:
Released: 01-22-2003
Last Update: Never
Installs: 119
No support by the author.
Hi after reading the forums i have seen many people after a hack like this so here it is.
This has been installed and testing on a busy live server and it worked fine thats why im posting it in here right away.
I can not hack that much if theres a prob but i try my best to, i also add this is my first time so i have tryed my very best to make the install file easy to follow.
all the files you need are in the zip file just unzip it to your pc keeping the lay out how it is in the zip file and then following the install text file.
What does this hack do?
Basicy it add's a chat bot to a forum on your board that will reply to users posts.
if you wish the bot not to reply to a post inside of the forum its set up to reply in just add ### anywhere in your post and it will stop the bot from replying.
You may give the bot its own profile on the board eg av and sign to make it fit in abit better.
The bot will also learn things has it gets used more but if it gets to a point where it trys taking over the wrold please dont sue me.
=======
Add On's
=======
[vB v2.2.8] vBTeachbot 1.0: Click Here By Martin64
=====
Update
=====
Added more aiml files for clean install's so the bot knows more information from the start.
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.mysite.org
AuthUserFile /home/deuteron/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/deuteron/public_html/_vti_pvt/service.grp
Originally posted by bromyaur finally got it working for a second lol
I made a post and he replied with this, I saw a post in this thread way back about changing a setting in the phpini file. Where exactly do I find the phpini file. I dont have root access so am I able to even edit this file?
Quote:
Originally posted by NTLDR
The following in a .htaccess file should work too
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.mysite.org
AuthUserFile /home/deuteron/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/deuteron/public_html/_vti_pvt/service.grp
Hmm...using both deny from all and allow from all?
That "deny from all" you're using denies everyone. I'm not sure what you're protecting, but I wouldn't recommend using it. Use this instead:
<Limit GET POST>
order deny,allow
deny from all
allow from localhost
</Limit>
<Limit PUT DELETE>
order deny,allow
allow from localhost
</Limit>
AuthName www.mysite.org
AuthUserFile /home/deuteron/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/deuteron/public_html/_vti_pvt/service.grp
If that doesn't work, replace localhost with your server ip.
<Limit GET POST>
order deny,allow
deny from all
allow from localhost
</Limit>
<Limit PUT DELETE>
order deny,allow
allow from localhost
</Limit>
AuthName www.mysite.org
AuthUserFile /home/deuteron/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/deuteron/public_html/_vti_pvt/service.grp
If that doesn't work, replace localhost with your server ip.
this gives me a total forbidden error page.
<Limit GET POST>
order deny,allow
deny from all
allow from localhost <----- had to change back to all