Thread Auto Reply System v2

Duuuhhude

New Member
Thread Auto Reply System v2

As a continuation for the success of the 1st version, I released this new version, considering all your ideas and suggestions..

Functionality
Use this mod to add an AUTOREPLY for threads added to your forums.

What's new in v2.0
1- An option to Auto Reply just for non-replied threads after a certain delay of time.
2- An option to add more than Member ID to post the autoreply RANDOMLY.
3- An option to add more then Guest Username to post the autoreply RANDOMLY.
4- An option to add more than one message for the autoreply.
5- An option to just include Forum IDs where you want the autoreply system to be active.
6- Including the replying member's signature in his post.
7- Optimizing 1 mysql query for better performance.


What was in the previous version
1- Set which member's id will add the Auto Reply.
2- Set the guest's username, If you want the reply to appear as been added from a guest. (for ex. to use as an ad bot)
3- Set the Auto Reply delay, or set it to 0 to add immediately.
4- Edit the Auto Reply text as you wich.
5- Exclude some forums from Auto Reply, as suggestions and administrators forums.
6- Exclude some members from Auto Reply for their threads.
7- Add "{username}" into Auto Reply text, to be translated into the thread sender's username.
8- Turn the Auto Reply on and off from the mod properties.

Install
1- If you previously installed the old version, please uninstall it first.
2- Import the attached product into your products.
 

Duuuhhude

New Member
Thread Auto Reply System v2

As a continuation for the success of the 1st version, I released this new version, considering all your ideas and suggestions..

Functionality
Use this mod to add an AUTOREPLY for threads added to your forums.

What's new in v2.0
1- An option to Auto Reply just for non-replied threads after a certain delay of time.
2- An option to add more than Member ID to post the autoreply RANDOMLY.
3- An option to add more then Guest Username to post the autoreply RANDOMLY.
4- An option to add more than one message for the autoreply.
5- An option to just include Forum IDs where you want the autoreply system to be active.
6- Including the replying member's signature in his post.
7- Optimizing 1 mysql query for better performance.


What was in the previous version
1- Set which member's id will add the Auto Reply.
2- Set the guest's username, If you want the reply to appear as been added from a guest. (for ex. to use as an ad bot)
3- Set the Auto Reply delay, or set it to 0 to add immediately.
4- Edit the Auto Reply text as you wich.
5- Exclude some forums from Auto Reply, as suggestions and administrators forums.
6- Exclude some members from Auto Reply for their threads.
7- Add "{username}" into Auto Reply text, to be translated into the thread sender's username.
8- Turn the Auto Reply on and off from the mod properties.

Install
1- If you previously installed the old version, please uninstall it first.
2- Import the attached product into your products.
 

Badsha

New Member
hi i am having a problem

after i installed your hack

something went wrong

every time i go to my forums

it says this:

vBulletin Message
The message you have entered is too short. Please lengthen your message to at least 10 characters.

i can't even login to my admincp

how do i delete and solve this problem now!
please tell me
 

TsuQi

New Member
Admin CP > VB Option > Message Posting and Editiong Option
change number on Minimum Character Per Post
 

Kn0XXvill3

New Member
Badsha said:
but i can't even login

To temporarily disable the plugin system, edit config.php and remove the // before :

PHP:
define('DISABLE_HOOKS', true);

if this line not into your config, search


and add under

PHP:
define('DISABLE_HOOKS', true);

save and upload again. Then you can login into your admincp.
 
Top