vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Talkerbot V2.2.3 (AI Posting Bot) (https://vborg.vbsupport.ru/showthread.php?t=126386)

eXtremeTim 10-12-2006 02:28 AM

I am going to release 2.2.4 tommorrow.

Whats coming bug fixes that somehow i managed to remove from 2.2.3 before i took it public. PHP 5 compatibility issues (will hopefully nail them all). Other minor fixes and improvements.

dobbs 10-12-2006 11:28 AM

has 2.2.4 been tested on 3.6.2 ?

eXtremeTim 10-12-2006 12:11 PM

I have to make 2.2.4 first. ;)

Nandakal 10-12-2006 02:56 PM

Quote:

Originally Posted by hotwheels
PHP Code:

Invalid SQL:
INSERT INTO session (userid,lastactivity,hostVALUE ('5431',1160595332,'127.0.0.1'); 

It's missing the "S" in values

PHP Code:

Invalid SQL:
INSERT INTO session (userid,lastactivity,hostVALUES ('5431',1160595332,'127.0.0.1'); 


Didnt work for me, in addition I get this :

Unable to add cookies, header already sent.
File: */htdocs/forums/includes/class_core.php
Line: 3023

hotwheels 10-12-2006 04:18 PM

This change is in the actual ewt.talkerbot.php itself..........If you open the file in your computer, then locate the actual ewt.talkerbot.php...

Right click on the php, and just under where it say open, click on open with, find your wordpad then scroll down to the bottom of the php file and look for: $ip = "127.0.0.1";
$vbulletin->db->query_write("INSERT INTO ".TABLE_PREFIX."session (userid,lastactivity,host) VALUES ('".$vbulletin->options['ewt_talkerbot_botuid']."',".TIMENOW.",'$ip')");

There are 2 call's for this that you need to change inside the php.....

Or just use the one below........

Nandakal 10-12-2006 07:03 PM

Thanks, that helped alot :)

Now to figure out why her answers are so bogus :)

hotwheels 10-12-2006 09:32 PM

That really can't be fixed yet...........but it is kind of fun nontheless....

asawr10 10-12-2006 10:23 PM

thank

basskiller 10-12-2006 10:29 PM

Tim I think this is an excellent hack.. but I have a question??

Quote:

Edit to meet your folder setup and it will auto grab your database information for you.
I'm not sure if I'm being overcautious, but if this thing learns from your database and your database contains everything that is ever typed into your forums, couldn't someone possible pull information out of this bot that you don't want out?

eXtremeTim 10-12-2006 11:04 PM

You just told them to look for VALUES ;) which is fixed. ;)

eXtremeTim 10-12-2006 11:06 PM

I see what i did in 2.2.3. I only fixed one of the queries. That would explain why its fixed for some and not for others lol.

eXtremeTim 10-12-2006 11:07 PM

It learns from new posts as they are made only in forums you allow it to. It needs the database connection info becuase it is also stored in the database and has to be able to access the database to update its info.

40oz 10-13-2006 01:00 AM

hows that bot fix dealy coming?

eXtremeTim 10-13-2006 01:15 AM

still working on it and a bit behind schedule.

hotwheels 10-13-2006 01:33 AM

Quote:

Originally Posted by eXtremeTim
You just told them to look for VALUES ;) which is fixed. ;)

Sorry man, just trying to help a brother out man.............I will not offer help anymore on this one.......I found the very last query to have an error in the recent update, and i reported the find to you that same day.......Then with all of your recent mod's being released, i figured i would just help get people's goin in the right direction, so your other mod's could be taken care of.......


Peace, doug

40oz 10-13-2006 02:15 AM

Quote:

Originally Posted by eXtremeTim
still working on it and a bit behind schedule.

okie dokie :classic:

eXtremeTim 10-13-2006 05:45 AM

doug calm down will ya. I was just trying to help you help them. ;) By letting you know you accidentally added in the S there. ;) Not trying to offend ya.

Nandakal 10-13-2006 08:30 AM

Quote:

I'm not feeling very well at the moment, try again later.
I'm getting ALOT of those, tho not everything but still atleast 95% of the answers..

I guess thats for the aiml files not properly loaded am I correct?

However, loading boodloader.php = Fatal error: Maximum execution time of 30 seconds exceeded in /*/forums/alice/src/admin/botloaderfuncs.php on line 94 (on W file), ive shrunk all files down to 250ish k just to try that.


and bootloaderinc.php = Fatal error: Call to undefined function: loadstartupinc() in /*/forums/alice/src/admin/botloaderinc.php on line 60

Any way at all to get it in?

If I can get a SQL file that would own :)

*edit*
Tried just changing the functino to just loadstartup and run half the files etc, didnt work to well either.

http://www.stormrage-eu.net/forums/f...splay.php?f=41 (is the forum), if you look at the replies etc, i think its something wrong somewhere, way to much of that im not feeling well......

-N.

Gizmo5h1t3 10-13-2006 10:06 AM

Quote:

Originally Posted by hotwheels
Sorry man, just trying to help a brother out man.............I will not offer help anymore on this one.......I found the very last query to have an error in the recent update, and i reported the find to you that same day.......Then with all of your recent mod's being released, i figured i would just help get people's goin in the right direction, so your other mod's could be taken care of.......


Peace, doug

hotwheels, u really need to chill out, dont keep thinkin the worlds out to get ya....your co operation in this hack is really appreciated, but your constant comments about pullin out your help isnt.

...and its not the first time either..

Scarazi 10-13-2006 10:26 AM

Quote:

Originally Posted by Nandakal
I'm getting ALOT of those, tho not everything but still atleast 95% of the answers..

I guess thats for the aiml files not properly loaded am I correct?

However, loading boodloader.php = Fatal error: Maximum execution time of 30 seconds exceeded in /*/forums/alice/src/admin/botloaderfuncs.php on line 94 (on W file), ive shrunk all files down to 250ish k just to try that.


and bootloaderinc.php = Fatal error: Call to undefined function: loadstartupinc() in /*/forums/alice/src/admin/botloaderinc.php on line 60

Any way at all to get it in?

If I can get a SQL file that would own :)

-N.


I get excactly the same thing :( any help much appreciated

EDIT
on page 33 theres a fix for this, just need to edit a bit on code

but still seems to timout or something, only getting as far as

Loading data aiml file: B.aiml

then just stops :(

Jimandbob 10-13-2006 10:48 PM

Every time I post to the forum I get;

Quote:

Warning: file_get_contents(http://********/forum/alice/src/talk...42&input=hello) [function.file-get-contents]: failed to open stream: Connection refused in /ewt_talkerbot.php on line 54

Can you help please?

Wheels 10-14-2006 02:59 PM

Quote:

Originally Posted by AMD_Warrior
im having probs i get this


Warning: require(home/djze/public_html/includes/config.php) [function.require]: failed to open stream: No such file or directory in /home/djze/public_html/alice/src/admin/dbprefs.php on line 49

Warning: require(home/djze/public_html/includes/config.php) [function.require]: failed to open stream: No such file or directory in /home/djze/public_html/alice/src/admin/dbprefs.php on line 49

Fatal error: require() [function.require]: Failed opening required 'home/djze/public_html/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/djze/public_html/alice/src/admin/dbprefs.php on line 49


I having simular issues too and can't figure it out. Chmoding to 777, etc. didn't help.

dakar 10-14-2006 10:23 PM

Quote:

Originally Posted by Jimandbob
Every time I post to the forum I get;




Can you help please?

Check your phpinfo, I'd bet your host (like many) has likely has compiled PHP disabling the allow_url_fopen function. The host for my vB site as well...

I'm trying to rewrite that line using CURL instead (which is generally allowed). But need to brush up on the syntax a bit first...



Also TIM, in the attached code for some reason the .xml file did not perform the ALTER TABLE to add the 'mimicbotrop' column on import... I just made the edit by hand for now... haven't had time to look at the xml code for a reason as yet, just a heads up it might or might not be an issue at some point.

Now a Q? what should the 'bots' table be populated with? Mine ended up empty, though the 'bot' table has a populated row.

dakar 10-14-2006 10:30 PM

Quote:

Originally Posted by Wheels
Originally Posted by AMD_Warrior
im having probs i get this


Warning: require(home/djze/public_html/includes/config.php) [function.require]: failed to open stream: No such file or directory in /home/djze/public_html/alice/src/admin/dbprefs.php on line 49

Warning: require(home/djze/public_html/includes/config.php) [function.require]: failed to open stream: No such file or directory in /home/djze/public_html/alice/src/admin/dbprefs.php on line 49

Fatal error: require() [function.require]: Failed opening required 'home/djze/public_html/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/djze/public_html/alice/src/admin/dbprefs.php on line 49I having simular issues too and can't figure it out. Chmoding to 777, etc. didn't help.


Check lines #47 and 49 in your dbprefs.php, make sure they point to your forum's config.php and that it starts with a /

Wheels 10-15-2006 01:50 AM

Quote:

Originally Posted by dakar
Check lines #47 and 49 in your dbprefs.php, make sure they point to your forum's config.php and that it starts with a /

Thanks, that fixed it. :)

wolfyman 10-16-2006 10:51 AM

Ok, I just added all my aiml files 4 at a time and reran botloader.php - my bot is worse than before, now all he says is "I'm sory, I'm not feeling well..."

What happened?

h_kakashi 10-16-2006 02:28 PM

Keep up the good work Tim :) Donation sent your way.

Cueball 10-17-2006 01:09 AM

Quote:

Originally Posted by XeroSolution
I keep getting this error Warning: mysql_connect(): Access denied for user 'geek'@'localhost' (using password: NO) in /home/geek/public_html/alice/src/admin/dbprefs.php on line 57

I have checked the forum path in both fields in dbprefs.
I thought it could have been my pwd making use of the ['s so I tried a trick with that and ended up changing the whole db pwd to just alpha and numerics and still getting this.

$rootdir= "/home/geek/public_html/alice/aiml/";

require('/home/geek/public_html/includes/config.php');

$DB_HOST=$config['MasterServer']['localhost'];
$DB_UNAME=$config['MasterServer']['geek_vForum'];
$DB_PWORD=$config['MasterServer']['***********'];
$DB_DB=$config['Database']['geek_vForum'];

Any help with this please?



hehe ... I did the same thing. Found your post and it is now working for me ;)

Thanks to the author for such a great product !!

wolfyman 10-17-2006 01:36 AM

I can't believe how many posts I have in this thread that have been ignored. I'm obviously a retarded polygendered redheaded stepchild and I should go play in traffic.

Anyone got any bb's I can stack on the freeway?


By the way, after you get done spitting in my water dish and sticking my chewtoy in the garbage disposal, all my bot says is
Quote:

"I'm not feeling so well at the moment..."

Cueball 10-17-2006 01:49 AM

Quote:

Originally Posted by wolfyman
I can't believe how many posts I have in this thread that have been ignored. I'm obviously a retarded polygendered redheaded stepchild and I should go play in traffic.

Anyone got any bb's I can stack on the freeway?


By the way, after you get done spitting in my water dish and sticking my chewtoy in the garbage disposal, all my bot says is

Damn dude! Sounds a little harsh to me .... Funny, but harsh ;)

Cueball 10-17-2006 01:53 AM

CRAP! New problem. While testing the bot I get this.

Fatal error: Cannot redeclare make_seed() (previously declared in /hsphere/local/home2/kudos/forum/global.php(356) : eval()'d code:5) in /hsphere/local/home2/kudos/forum/alice/src/util.php on line 42

Any advice would be appreciated.

wolfyman 10-17-2006 02:23 AM

Quote:

Originally Posted by Cueball
Damn dude! Sounds a little harsh to me .... Funny, but harsh ;)

I'm not feeling so well at the moment

Gizmo5h1t3 10-17-2006 08:26 AM

Quote:

Originally Posted by wolfyman
I'm not feeling so well at the moment

ask about yer probs on the authors website, your strike rate at catchin him on there is better than on here.

wolfyman 10-17-2006 11:35 AM

I'm registered there but have no permission to post anywhere. I sent him an email via the contact form and never heard back. Apparently my email went into the "retarded polygendered redheaded stepchildren" pile.

Thanks for the effort though :)

eXtremeTim 10-17-2006 12:38 PM

Whats your name on there since you must be non email verified. Right now I havent been checking the contact form's email since its been getting like 300+ emails a day.

wolfyman 10-17-2006 03:46 PM

I just got that confirmation email, thanks Tim :)

Shazz 10-17-2006 10:14 PM

Had errors, Couldn't get this modification working, Did all the instructions, somehow my folder and the file aren't communicating

Cueball 10-18-2006 03:45 AM

Quote:

Originally Posted by wolfyman
I'm not feeling so well at the moment


LOL, you are a riot !!!! :)

eXtremeTim 10-19-2006 12:09 PM

Sorry everybody im still trying to work on everything but my dads been in the hospital last few days so have no fear the updates and fixes will be coming. I just have a few more important issues that are stealing time from me.

feverwilly 10-19-2006 01:56 PM

I get the following errors;

Warning: main(http://360leagues.com/forums/includes/config.php) [function.main]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/league/public_html/forums/alice/src/admin/dbprefs.php on line 49

Warning: main(http://360leagues.com/forums/includes/config.php) [function.main]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/league/public_html/forums/alice/src/admin/dbprefs.php on line 49

Fatal error: main() [function.require]: Failed opening required 'http://360leagues.com/forums/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/league/public_html/forums/alice/src/admin/dbprefs.php on line 49


I am running on a linux server..


All times are GMT. The time now is 11: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.03055 seconds
  • Memory Usage 1,845KB
  • 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_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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