[RC] Post Bot - New Version

Viewtopic, viewforum, posting related hacks and MODs.
Viewing topics, forums, or posting add-ons.

Re: [RC] Post Bot - New Version

Postby cisco007 » 22 Jul 2009, 14:07

cisco007
Supporter
Supporter
 
Posts: 64
Joined: 19 Jul 2008, 13:59
Favorite Team: Florida Gators
Gender: Male
phpBB Knowledge: 5


Re: [RC] Post Bot - New Version

Postby aurquiel » 04 Aug 2009, 13:04

I needed the code sql of this mod, i drop the table and i have one error sql in my page, please i need the code sql for create the table.
aurquiel    
Borg Drone
Borg Drone
 
Posts: 2
Joined: 07 Jan 2009, 00:05
Gender: Male
phpBB Knowledge: 4

Re: [RC] Post Bot - New Version

Postby cedrain » 11 Aug 2009, 23:48

can you add this function sir?

Bot post when the thread is closed by the thread starter. sample after TS locked his forum, the bot post a message "This post is already closed".

or can someone help me or some1 knew about this or is there a MOD that looks like this? :cool:
cedrain    
Crewman
Crewman
 
Posts: 1
Joined: 29 Jul 2009, 20:25
Gender: Male
phpBB Knowledge: 8

Re: [RC] Post Bot - New Version

Postby NovaArgon » 24 Aug 2009, 12:37

I would love to see a feature where the post bot can be linked to a blog or rss feed and post new topics in a defined forum.

Thanks for the great mod!

Cheers!
My current project http://www.gamerunion.com Any and all help is welcome!
NovaArgon    
Supporter
Supporter
 
Posts: 37
Joined: 21 Nov 2007, 21:50
Location: South Carolina
Favorite Team: UGA
Gender: Male
phpBB Knowledge: 4

Re: [RC] Post Bot - New Version

Postby psm » 25 Sep 2009, 15:58

I have two problem:

After installing (manually), I started the aninstall.php. All worked fine. Then I wanted to go the the admin index and got:

Code: Select all
Fatal error: Call to undefined method cache::obtain_post_bot() in /www/htdocs/w008e702/forum/common.php on line 221

The line it refers to is
Code: Select all
   $post_bot = $cache->obtain_post_bot();

in
Code: Select all
// Grab global variables, re-cache if necessary
$config = $cache->obtain_config();

if(pb::check_extension_status('post_bot_installed'))
{
   $post_bot = $cache->obtain_post_bot();
}

I tried to commented the lines out, because I wanted to see if I needed to purge the cache. Didn't help.
I also tried adding it with the AutoMod because I thought it might check that, but that didn't seem to help either...
But while it was commented out, I could at least access the board. So I went to the Post Mod and wanted to check it's settings and got:
Code: Select all

SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 [1064]

SQL

SELECT username FROM phpbb_users WHERE user_id =

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/acp/acp_post_bot.php
LINE: 231
CALL: dbal_mysql->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_post_bot->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()

tried it with the old umil and the newer version.
(checked the Database too, the _post_bot table does exist)

Please help!
psm    
Crewman
Crewman
 
Posts: 7
Joined: 12 May 2008, 04:32
Gender: Male
phpBB Knowledge: 5

Re: [RC] Post Bot - New Version

Postby majic » 18 Mar 2010, 20:12

any way i can get this mod to copy post from my 1 phpbb forum to my other phpbb forum both are the same site just diffrent domains.
i need to post announcements from 1 site to the other ?? :coffee:
majic
Crewman
Crewman
 
Posts: 4
Joined: 11 May 2009, 14:20
Gender: Male
phpBB Knowledge: 1

Re: [RC] Post Bot - New Version

Postby topspeed » 05 Apr 2010, 15:28

Right i have updated all the files to RC7 do you want me to release it now or do you want to wait abit longer until i have the new topic feature and permissions added in? which should be later on tonight. http://methoo.com
topspeed    
Crewman
Crewman
 
Posts: 1
Joined: 05 Apr 2010, 15:25
Gender: Male

Re: [RC] Post Bot - New Version

Postby Freeman » 06 Apr 2010, 07:28

topspeed wrote:Right i have updated all the files to RC7 do you want me to release it now or do you want to wait abit longer until i have the new topic feature and permissions added in? which should be later on tonight. http://methoo.com


is there a possibility that you are releasing it soon?
Freeman
Crewman
Crewman
 
Posts: 1
Joined: 06 Apr 2010, 07:26
Gender: Male

Re: [RC] Post Bot - New Version

Postby artikkk » 04 May 2010, 10:22

in ACP => .MODS => Post Bot => Welcome post..

Code: Select all
template->_tpl_load_file(): File ./style/../../styles/prosilver/template/posting_buttons.html does not exist or is empty


i use Absolution style and not prosilver!!!! :shock:
artikkk    
Crewman
Crewman
 
Posts: 2
Joined: 30 Mar 2010, 02:53
Gender: Male
phpBB Knowledge: 6

Re: [RC] Post Bot - New Version

Postby Terr0r » 23 Jun 2011, 13:28

I have install this MOD but I get a error

Code: Select all
SQL ERROR [ mysqli ]

Table 'testtest_test.POST_BOT_TABLE' doesn't exist [1146]

SQL

UPDATE POST_BOT_TABLE SET post_bot_value = '2' WHERE post_bot_config = 'welcome_forum'

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/functions_post_bot.php
LINE: 77
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_post_bot.php
LINE: 136
CALL: pb::set_post_bot()

FILE: aninstall.php
LINE: 157
CALL: pb::install_post_bot_extension()

FILE:
LINE:
CALL: install_extensions()

FILE: umil/umil.php
LINE: 490
CALL: call_user_func()

FILE: umil/umil.php
LINE: 378
CALL: umil->_call_custom_function()

FILE: umil/umil_auto.php
LINE: 184
CALL: umil->run_actions()

FILE: aninstall.php
LINE: 139
CALL: include('umil/umil_auto.php')


how can I fix this error

Greest Terr0r :hello:
User avatar
Terr0r    
Cadet III
Cadet III
 
Posts: 31
Joined: 16 May 2011, 06:37
Gender: Male
phpBB Knowledge: 3

PreviousNext

Return to Topic, Forum, Posting MOD Downloads

Who is online

Users browsing this forum: No registered users and 7 guests

cron