[ABD] Post Bot Mod - New Version 1.0.2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
poppertom69
Registered User
Posts: 383
Joined: Wed Jun 06, 2007 7:44 am
Location: Bucks, UK
Name: Tom Martin

Re: [Beta] Post Bot Mod

Post by poppertom69 »

Sorry everyone haven't updated you in a while, the next release of this mod should be available very soon, I have been very busy this week as i have been away snowboarding!

To confirm CPF are not included at the moment but if people would like them to be i will see what i can do.
Do one thing everyday, that scares you!
saaiberke
Registered User
Posts: 1126
Joined: Wed Jul 20, 2005 8:13 am
Location: Gent/Belgium
Contact:

Re: [Beta] Post Bot Mod

Post by saaiberke »

When I want to make a new posting in an existing topic but I don't check the topic title in the dropdownbox I get this error:

Code: Select all

Algemene fout
SQL ERROR [ mysql ]

You have an error in your SQL syntax near '' at line 1 [1064]

SQL

SELECT * FROM phpbb_topics WHERE topic_id =

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: anonymous.php
LINE: 91
CALL: dbal_mysql->sql_query()
Wouldn't it be better to get an error message instead of the mySQL error?

I also found another bug I think: I made an anonymous poster message in an existing topic. When I look at the indexpage afterwards and I tried to click on the little Image to go to that message, the link is not correct. I'm navigating towards a completely different topic.

The rest is working great, I really love this one.

Grtz,

Nic
poppertom69
Registered User
Posts: 383
Joined: Wed Jun 06, 2007 7:44 am
Location: Bucks, UK
Name: Tom Martin

Re: [Beta] Post Bot Mod

Post by poppertom69 »

Thank you for those bug reports, i will include the fixes in the next release.

Thank you all for reporting the bugs!
Do one thing everyday, that scares you!
moifest
Registered User
Posts: 251
Joined: Tue Nov 06, 2007 4:58 pm

Re: [Beta] Post Bot Mod

Post by moifest »

Not sure if i have missed something but I have installed this on my board and when I load the page in IE7 i get an error saying

document.postform.Category is null or not an object.

When I use the anonymouse poster on the navbar I get an error

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 32 bytes) in /home/sites/****removed******.com/public_html/board/includes/db/mysql.php on line 233


Any suggestions thanks
User avatar
PatPatten
Registered User
Posts: 56
Joined: Thu Dec 07, 2006 10:29 pm
Location: Sittard - Netherlands
Contact:

Re: [Beta] Post Bot Mod

Post by PatPatten »

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 32 bytes) in /home/sites/****removed******.com/public_html/board/includes/db/mysql.php on line 233

This is a Php error, try to increase the php memory:

open php.ini

look for
memory_limit = 8M

change this to

memory_limit = 16M

You'll find that a few things are memory intensive, rather than processor intensive. Increasing the limit and restart apache will fix this.

Note: You need to restart Apache after making any changes to php.ini.
StarTrekGuide Forum Moderation Team Member
phpBB3 MODs and Styles Development - Olympus MOD Database - phpBB programming Academy
User avatar
PatPatten
Registered User
Posts: 56
Joined: Thu Dec 07, 2006 10:29 pm
Location: Sittard - Netherlands
Contact:

Re: [Beta] Post Bot Mod

Post by PatPatten »

Hi poppertom69,

Great MOD. I have a feature request;

I find it kinda unpersonal that new members see a list in the welcoming forum of the same welcome and post messages, they are rarely replying to their welcome post.

Feature request;

Adding a X random Subjects and Messages to give the welcoming of new members a more personal touch.

Thanks.
StarTrekGuide Forum Moderation Team Member
phpBB3 MODs and Styles Development - Olympus MOD Database - phpBB programming Academy
braatje
Registered User
Posts: 3
Joined: Wed Nov 21, 2007 6:50 pm

Re: [Beta] Post Bot Mod

Post by braatje »

Hey Poppertom69,

When is the new release planned ( with the birthday option )
notsa
Registered User
Posts: 253
Joined: Sat Jul 28, 2007 7:37 pm

Re: [Beta] Post Bot Mod

Post by notsa »

bnice one thanks alot :D

edit: Excellent mod i just installed it. Thanks alot bro :) :) :)
Last edited by notsa on Sat Dec 15, 2007 5:45 am, edited 1 time in total.
User avatar
iyeru42
Registered User
Posts: 1120
Joined: Wed Feb 01, 2006 7:22 pm
Location: Madison, WI
Contact:

Re: [Beta] Post Bot Mod

Post by iyeru42 »

Sounds great, I hope it'll be finished. ^^
My Website | My MOD Requests | Foreign Key Docs (some topics are not requests)
"It's easy to rebel, but it's hard to be recognized."
notsa
Registered User
Posts: 253
Joined: Sat Jul 28, 2007 7:37 pm

Re: [Beta] Post Bot Mod

Post by notsa »

once again great mod bro but i have a suggestion for your next version. Instead of using javascript to load the options:

Code: Select all

function fillCategory(){ 
 // this function is used to fill the category list on load
addOption(document.postform.Category, "create", "{L_CREATE_NEW}", "");
addOption(document.postform.Category, "old", "{L_OLD_TOPIC}", "");
}
you could just input the options manually:

Code: Select all

<SELECT  NAME="Category" onChange="SelectSubCat();" >
<Option value="">{L_ACTION}</option>
<Option value="create">{L_CREATE_NEW}</option>
<Option value="old">{L_OLD_TOPIC}</option>
</select>
because for some reason when i try to fix the layout for my acidtech theme it wont load the options. The
SelectSubCat(); function works perfectly on acidtech if anyone wants to know. But htis works great on the prosilver. Thanks again for this great mod :) :) :D
poppertom69
Registered User
Posts: 383
Joined: Wed Jun 06, 2007 7:44 am
Location: Bucks, UK
Name: Tom Martin

Re: [Beta] Post Bot Mod

Post by poppertom69 »

The reason for using javascript is because its the only way it can send information to the other javascript i have tried it the other way but it doesn't work, should be getting around to this mod soon just been busy with uni work etc. but my computer with all the files on will be back with me in a week so hopefully will be able to release it then!
Do one thing everyday, that scares you!
kiran_n444
Registered User
Posts: 115
Joined: Mon May 21, 2007 9:42 pm

Re: [Beta] Post Bot Mod

Post by kiran_n444 »

Thank you been looking for something like this, So it's possible for the Bot to Post some "ADS" as the second post to every new topic? And just wondering, would this work for gold also without any file conflicts?
poppertom69
Registered User
Posts: 383
Joined: Wed Jun 06, 2007 7:44 am
Location: Bucks, UK
Name: Tom Martin

Re: [Beta] Post Bot Mod

Post by poppertom69 »

still need to check it against gold!
Do one thing everyday, that scares you!
User avatar
iyeru42
Registered User
Posts: 1120
Joined: Wed Feb 01, 2006 7:22 pm
Location: Madison, WI
Contact:

Re: [Beta] Post Bot Mod

Post by iyeru42 »

poppertom69 wrote:still need to check it against gold!
I'd test it, but I'm afraid it may do damage to my board. ;)
My Website | My MOD Requests | Foreign Key Docs (some topics are not requests)
"It's easy to rebel, but it's hard to be recognized."
poppertom69
Registered User
Posts: 383
Joined: Wed Jun 06, 2007 7:44 am
Location: Bucks, UK
Name: Tom Martin

Re: [Beta] Post Bot Mod

Post by poppertom69 »

don't test it until i have tested it on my localhost but that won't be until next saturday when i get my other pc back!
Do one thing everyday, that scares you!
Locked

Return to “[3.0.x] Abandoned MODs”