PDA

View Full Version : Add-On Releases - Thread Auto Reply System (v2.0)


coderphp
01-03-2007, 10:00 PM
Hi all

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.

If u like the product
Please click install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=135555) to support me
also rating would be great :)

Regards

coderphp
01-04-2007, 09:12 PM
added some screenshots...

Stop
01-04-2007, 09:44 PM
Works like a charm. Thanks

But, can you enable the use of codes so we can insert some colorful messages ?

Evil Dave
01-04-2007, 10:02 PM
Works Perfectly!!!!
Thanks!!

coderphp
01-04-2007, 10:54 PM
Works like a charm. Thanks

But, can you enable the use of codes so we can insert some colorful messages ?
if u mean bb codes it is enabled.. but to enable HTML you must enable HTML from forum properties..

Works Perfectly!!!!
Thanks!!
thanx for feedback

SCRIPT3R
01-04-2007, 10:59 PM
why not just update the original thread?

b6gm6n
01-04-2007, 11:15 PM
nice, maybe a usergroup exclude from auto reply for the next version ;)

=b6

TTG
01-04-2007, 11:35 PM
Had to uninstall original or overwriting with latest version created database error, but after removing original all seems to be working fine .. thanks coderphp

dsotmoon
01-04-2007, 11:38 PM
thank you, thank you, thank you, will install this weekend

dsotmoon
01-04-2007, 11:42 PM
thank you, thank you, thank you, will install this weekend

oh wait, will this just auto reply once in a thread after the first post?

coderphp
01-04-2007, 11:45 PM
nice, maybe a usergroup exclude from auto reply for the next version ;)

=b6
:)
sure..

Had to uninstall original or overwriting with latest version created database error, but after removing original all seems to be working fine .. thanks coderphp
yes u must uninstall the old one b4 installing this.. i added a notice 4 that..
click install plz :)

thank you, thank you, thank you, will install this weekend
thank u..

coderphp
01-04-2007, 11:50 PM
oh wait, will this just auto reply once in a thread after the first post?

exactly

dsotmoon
01-05-2007, 12:06 AM
i am having a problem, i think

no matter what i put into the "auto reply messages" box...
58511

it only shows whatever the last line is...
58512


????

coderphp
01-05-2007, 12:26 AM
i am having a problem, i think

no matter what i put into the "auto reply messages" box...
58511

it only shows whatever the last line is...
58512


????

It should select one line randomly...

give it another try.. for say 3 or 4 threads and tell me the result

dsotmoon
01-05-2007, 12:29 AM
also i cant get bb code to work in it and after posting the first post in a thread and then trying to click on the forum link i get this screen randomly

this on a fresh install test board with no other hacks

dsotmoon
01-05-2007, 12:31 AM
It should select one line randomly...

give it another try.. for say 3 or 4 threads and tell me the result

oh i see, i want to use it to type up a long welcome message in our introductions forum that would have spaces, bb code, paragraphs, links, etc

this will not do that?

coderphp
01-05-2007, 12:44 AM
also i cant get bb code to work in it and after posting the first post in a thread and then trying to click on the forum link i get this screen randomly

this on a fresh install test board with no other hacks

about BB codes it should worke fine..

and about the error message, it is because ur autoreply message is too short, make it 10 characters at least

question: what version do u use?



oh i see, i want to use it to type up a long welcome message in our introductions forum that would have spaces, bb code, paragraphs, links, etc

this will not do that?
please don flood the thread.. post ur questions in one post
the product is supposed to work fine.. please tell me how can i help you

dsotmoon
01-05-2007, 01:00 AM
please don flood the thread.. post ur questions in one post
the product is supposed to work fine.. please tell me how can i help you


ok, sorry i was having problems because i was testing with less than 10 characters, it should say beside the "Auto Reply Messages" box that it is 10 characters minimum

last question, is there something i can change in the hack so that in the "Auto Reply Messages" text box i can type multiple spaced sentences and/or spaced paragraphs instead of simple messages that appear randomly in the auto reply?

example:

Hello welcome to our forums, we hope you enjoy your stay!

Please read the rules and faq pages to aquaint yourself with our forums.

Your moderating team is:
mod1
mod2
mod3

I would like something formatted like the above to show in the auto reply each time. Hope that makes sense. Didnt mean to flood your thread.

coderphp
01-05-2007, 01:20 AM
ok, sorry i was having problems because i was testing with less than 10 characters, it should say beside the "Auto Reply Messages" box that it is 10 characters minimum

ok that is simply a post and must be as normal posts in ur forum..
maybe i add this notice in the future.....


last question, is there something i can change in the hack so that in the "Auto Reply Messages" text box i can type multiple spaced sentences and/or spaced paragraphs instead of simple messages that appear randomly in the auto reply?

example:



I would like something formatted like the above to show in the auto reply each time. Hope that makes sense. Didnt mean to flood your thread.

yes you can turn the product to use only one message..
and u can put as many line breaks, paragraphs & sentences in this message as u like..

u will need to edit the plugin named "Thread Auto Reply - Part 2" as follows:
search for:

$msgs = @explode("\n", $vbulletin->options['coder_autoreply_text']);
$msg = $msgs[@array_rand($msgs)];

replace it with:

$msg = $vbulletin->options['coder_autoreply_text'];

then save the plugin.....

Hornstar
01-05-2007, 01:44 AM
cool to see you have updated it, however it would have been better to just update your other thread.

DPSR
01-05-2007, 05:17 AM
Thanks for the update, i had to remove version 1 and then had to install version 2... updating was giving mysql error :(

and version2 is still showing version 1 on Installed Products page ;)

BigJimTheLug
01-05-2007, 05:17 AM
Is there a way to make so that it replies to all threads, past and present, that have 0 replies?

Thanks.

sensimilla
01-05-2007, 05:28 AM
Any chance for the vb 3.5 version ?

mediax
01-05-2007, 08:05 AM
thx great mod!

coderphp
01-05-2007, 11:58 AM
cool to see you have updated it, however it would have been better to just update your other thread.
yes you are right..

Thanks for the update, i had to remove version 1 and then had to install version 2... updating was giving mysql error :(

and version2 is still showing version 1 on Installed Products page ;)
ill update the product to add upgrade code to those who have version 1 installed..

Is there a way to make so that it replies to all threads, past and present, that have 0 replies?


Thanks.
it will be a big load to query the database for 0 replies threads..
maybe ill add another file tonight for that purpose.. so check back soon :)

Any chance for the vb 3.5 version ?
it will be available tonight.. check the 3.5 modifications forum

thx great mod!
thanx :)

fly
01-05-2007, 03:33 PM
hmmm, this could be fun for April Fools.

Luke Brown256
01-05-2007, 06:40 PM
I basically want to use this mod for two separate public forums, which an individual message for each forum, is there a way to do a custom message per included forum?

b6gm6n
01-06-2007, 03:16 PM
It works, but i can only print text, BB codes are not functional, im sure the forum i have this in is fine for BB...

Out of the code below only > ( Auto Posted by xxx ) is printed


[I MG]http://www.xxx/forums/signaturepics/sigpic1_17.gif[/I MG]
( Auto Posted by xxx )

Thank you for your post {username} and welcome to xxx!

Please check some of the links below for information and help, enjoy your stay.

{ xxxFAQ (http://www.xxx/faq.php) :eye-poppi }-{ Memory Lane (http://www.xxx/memorylane/) :heart: }-{ Subscribe (http://www.xxx/forums/gateway.php) :key: }-{ Arcade (http://www.xxx/forums/arcade.php) :inky: }

would be nice to enter a FULL message (with formating and tags) in there rather than this mod choosing a line to print

BigJimTheLug
01-07-2007, 02:37 AM
Wow, this is nice!

Thanks!

mrahul
01-08-2007, 07:58 AM
does it run any queries ?

coderphp
01-08-2007, 10:25 PM
I basically want to use this mod for two separate public forums, which an individual message for each forum, is there a way to do a custom message per included forum?
the current version doesnt support forum specific messages...

It works, but i can only print text, BB codes are not functional, im sure the forum i have this in is fine for BB...

Out of the code below only > ( Auto Posted by xxx ) is printed


[I MG]http://www.xxx/forums/signaturepics/sigpic1_17.gif[/I MG]
( Auto Posted by xxx )

Thank you for your post {username} and welcome to xxx!

Please check some of the links below for information and help, enjoy your stay.

{ xxxFAQ (http://www.xxx/faq.php) :eye-poppi }-{ Memory Lane (http://www.xxx/memorylane/) :heart: }-{ Subscribe (http://www.xxx/forums/gateway.php) :key: }-{ Arcade (http://www.xxx/forums/arcade.php) :inky: }

would be nice to enter a FULL message (with formating and tags) in there rather than this mod choosing a line to print
the mod works fine with bb codes please try again...
and please read the instructions for every setting in the setting page..

Wow, this is nice!

Thanks!
thank you

does it run any queries ?
yes it runs 4 queries

b6gm6n
01-08-2007, 10:49 PM
Thanx coderphp i'll look again, cheers

-b6

coderphp
01-08-2007, 10:53 PM
Thanx coderphp i'll look again, cheers

-b6

ok.. keep me updated... :)

Universal
01-09-2007, 11:29 AM
Is there a way to have all the staff (say 2 or 3) in the 'Auto Reply Sender's IDs' reply to every new thread instead of the hack randomly choosing one of them? A change of the code or adding to the code etc?

coderphp
01-09-2007, 09:54 PM
Is there a way to have all the staff (say 2 or 3) in the 'Auto Reply Sender's IDs' reply to every new thread instead of the hack randomly choosing one of them? A change of the code or adding to the code etc?
the current version doesnt support that...

Universal
01-09-2007, 11:09 PM
the current version doesnt support that...

Oh ok thankyou, I was wondering if it would be easy to add that with the current version, maybe something to think about in the future as an option if there is another version.

Very nice hack by the way.

mrahul
01-10-2007, 05:54 AM
the current version doesnt support forum specific messages...


the mod works fine with bb codes please try again...
and please read the instructions for every setting in the setting page..


thank you


yes it runs 4 queries

do you mean 4 queries per page or 4 queries while installation. As having more no.of queries in a page causes slower loading of pages I guess.

coderphp
01-10-2007, 10:55 AM
Oh ok thankyou, I was wondering if it would be easy to add that with the current version, maybe something to think about in the future as an option if there is another version.

Very nice hack by the way.
thank you...

do you mean 4 queries per page or 4 queries while installation. As having more no.of queries in a page causes slower loading of pages I guess.
no.. queries runs when adding new thread.. so it dont affect ur forum's speed

Apoco
01-10-2007, 01:32 PM
BB Codes are not working. I have tested it on a live environment and in a test localhost w/ a clean install.

this is my Auto Reply

omg test this kthx

all that shows up is

[b][color=blue]omg test this kthx

Apoco
01-10-2007, 02:09 PM
Actually, I just got it to work. It was an error in my typing in both cases. I did a soft return, thinking it wouldn't break it into two different answers, however it did. ~_~;

Apoco
01-10-2007, 02:11 PM
Also, is there a way you could make this work with Abe's Form Product? It hooks into newthread_start, but does not do newthread_post_complete

coderphp
01-10-2007, 08:01 PM
BB Codes are not working. I have tested it on a live environment and in a test localhost w/ a clean install.

this is my Auto Reply

omg test this kthx

all that shows up is

[b][color=blue]omg test this kthx


Actually, I just got it to work. It was an error in my typing in both cases. I did a soft return, thinking it wouldn't break it into two different answers, however it did. ~_~;
glad to hear it worked...

Also, is there a way you could make this work with Abe's Form Product? It hooks into newthread_start, but does not do newthread_post_complete
i know nothing about that product.. if u give me more info maybe i could help

dc pringle
01-11-2007, 10:15 AM
will this work on 3.6.0?

Cheers :)

nasser71
01-11-2007, 10:17 AM
thanks m8
nice mode indeed

coderphp
01-11-2007, 09:12 PM
will this work on 3.6.0?

Cheers :)
of course it will...

thanks m8
nice mode indeed
thanx :)

coderphp
01-12-2007, 11:35 AM
<font color="Red">the product works on all 3.6 versions</font>

Apoco
01-12-2007, 01:57 PM
glad to hear it worked...


i know nothing about that product.. if u give me more info maybe i could help

What it does is allow you to create a form via the newthread.php file.

ie: you do: www.yoursite.com/newthread.php?do=form

and it takes you to a pre-designed form for people to fill out. After the submit button is clicked, it then posts the form into a thread in a specified form.

You can find it here:
https://vborg.vbsupport.ru/showthread.php?t=126676

coderphp
01-12-2007, 06:25 PM
What it does is allow you to create a form via the newthread.php file.

ie: you do: www.yoursite.com/newthread.php?do=form (http://www.yoursite.com/newthread.php?do=form)

and it takes you to a pre-designed form for people to fill out. After the submit button is clicked, it then posts the form into a thread in a specified form.

You can find it here:
https://vborg.vbsupport.ru/showthread.php?t=126676

thank you for the info..

ill see if we could use it here

Artificial_Alex
01-13-2007, 09:23 AM
vBulletin Message
That username is already in use. If you are Ryan and you have forgotten your password, click here.



It comes up with that like the previous error message on this thread about the "comment is too short" with white page and all, but it says this instead x.x

coderphp
01-13-2007, 11:32 AM
It comes up with that like the previous error message on this thread about the "comment is too short" with white page and all, but it says this instead x.x

what settings did u enter in hack settings' page?

stwilson
01-13-2007, 05:20 PM
Installed and tested on 3.6.4. Appears to be working nicely!! Thank you. I can see how this will help my forums.

ST

coderphp
01-13-2007, 07:53 PM
Installed and tested on 3.6.4. Appears to be working nicely!! Thank you. I can see how this will help my forums.

ST

thank you...

Apoco
01-13-2007, 09:37 PM
Any update on you being able to make this work for it? >< I'll pay for it too! :)

coderphp
01-13-2007, 11:04 PM
Any update on you being able to make this work for it? >< I'll pay for it too! :)

to get support and updates.. please click install ;)
btw it is free product, but if u want to donate u welcome

Apoco
01-16-2007, 03:42 PM
I thought I had it set to installed.

I was curious as to if you had a chance to take a look at the formhack, so this can work with it.

Refer to:
https://vborg.vbsupport.ru/showpost.php?p=1157042&postcount=47

roger.kore
01-18-2007, 06:56 AM
Help me. how can I turn off the auto reply using phpmy admin? I did something wrong and no one can access my forum.

coderphp
01-18-2007, 09:47 AM
I thought I had it set to installed.

I was curious as to if you had a chance to take a look at the formhack, so this can work with it.

Refer to:
https://vborg.vbsupport.ru/showpost.php?p=1157042&postcount=47

ill see...

coderphp
01-18-2007, 09:48 AM
Help me. how can I turn off the auto reply using phpmy admin? I did something wrong and no one can access my forum.

you can disable plugins system by:
edit your config.php file and add this line of code to the first line
define('DISABLE_HOOKS', true);

roger.kore
01-18-2007, 11:54 PM
Thanks a lot.
I think I found a problem om 3.6.4

Goto admin->user>create a user.
Create a user and set him to autoReply. Post a new topico and you will get a message on a blank page like: user already existis, click here if you forgot you password and after that you will no able to go anywhere

coderphp
01-19-2007, 12:08 AM
Thanks a lot.
I think I found a problem om 3.6.4

Goto admin->user>create a user.
Create a user and set him to autoReply. Post a new topico and you will get a message on a blank page like: user already existis, click here if you forgot you password and after that you will no able to go anywhere

ill test that & let u know soon :)

BigJimTheLug
01-19-2007, 05:29 AM
Hey,

Is there a way to program this code so that different user names respond with different messages?

If so, how?

How do you set up different messages at the moment?

Any help is appreciated. Thank you.

TheComputerGuy
01-19-2007, 10:57 AM
If you have a medium to large forum, this will add a load to the server.

coderphp
01-19-2007, 12:29 PM
Hey,

Is there a way to program this code so that different user names respond with different messages?

If so, how?

How do you set up different messages at the moment?

Any help is appreciated. Thank you.

you can make differnet users reply by joinint their user ids with a comma...

you can also make multiple reply msgs by joining them with a new line..

one out of the users and msgs will be chosen randomly

coderphp
01-19-2007, 12:31 PM
If you have a medium to large forum, this will add a load to the server.

of course any addition to the original script will add a certain load..

but in this hack it isnot even a noticable load..

and there will be a new version depending on crons and causing No load

thanx for ur comments anyway

Apoco
01-22-2007, 01:03 PM
ill see...

Thanks! You are awsome ^_^;

TheComputerGuy
01-22-2007, 01:09 PM
I didn't mean anything negative about this hack. I do love the idea, but for some reason mysql was being brought to it's knees when I ran this.
I will look forward to the future version of the hack.

Apoco
01-24-2007, 12:42 PM
If you have it set to auto-reply instantly, it probably will if there are tons of new threads being created. Try to up the auto-reply time and see if that helps.

UaeStar
02-03-2007, 09:54 AM
i love you man ^^ good product

dutchbb
02-07-2007, 10:40 AM
Nice mod. However I have one problem: sometimes I got the autoreply post posted 5 times in a row, how can I prevent that?

bada_bing
02-07-2007, 03:28 PM
Has anyone tested this in vb 3.5.3 this sounds like a great product and would love to use it on my other site...

bada_bing
02-07-2007, 03:51 PM
Just installed this and error right off the bat! Once I post a thread and 60 seconds later I hit refresh and this is what I get

vBulletin Message
Your username can not be longer than 14 characters.

Whats this about?

bada_bing
02-07-2007, 03:53 PM
Great now I cant even login to my site as admin anymore:mad:

Unistalling this until all these issues are resolved!


How can I uninstall this hack now that I cant even get into my admincp or login to my site? I am running vb 3.6.4 !

bada_bing
02-07-2007, 04:25 PM
I have tried to manually remove the coder_autoreply query from my database but now I get a page cant be displayed telling me there is a problem with my database.. Please please can someone help be remove this hack as my site is down..

bada_bing
02-07-2007, 06:45 PM
coderphp

Can you please help, I need to get my site back online

coderphp
02-07-2007, 06:51 PM
coderphp

Can you please help, I need to get my site back online

1- what is ur forum version?
2- what is the error u have ? (right click >> choose shopw source to get the error text)
3- can u login to the admincp now?

bada_bing
02-07-2007, 07:10 PM
1- what is ur forum version?
Version 3.6.4

2- what is the error u have ? (right click >> choose shopw source to get the error text)
Here is the error I get when viewing the source
<!--
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT `threadid` FROM `coder_autoreply` WHERE dateline &lt; 1170882546;

MySQL Error : Table 'cpets.coder_autoreply' doesn't exist
Error Number : 1146
Date : Wednesday, February 7th 2007 @ 03:09:06 PM
Script : http://www.captivepets.com/forums/index.php
Referrer :
IP Address : 67.59.x.x
Username : Unregistered
Classname : vb_database
-->


3- can u login to the admincp now? NO

coderphp
02-07-2007, 07:19 PM
1- what is ur forum version?
Version 3.6.4

2- what is the error u have ? (right click >> choose shopw source to get the error text)
Here is the error I get when viewing the source
<!--
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT `threadid` FROM `coder_autoreply` WHERE dateline &lt; 1170882546;

MySQL Error : Table 'cpets.coder_autoreply' doesn't exist
Error Number : 1146
Date : Wednesday, February 7th 2007 @ 03:09:06 PM
Script : http://www.captivepets.com/forums/index.php
Referrer :
IP Address : 67.59.x.x
Username : Unregistered
Classname : vb_database
-->


3- can u login to the admincp now? NO

it is because u tried to uninstall the product in a wrong way by deleting the table...

solution:
disable the plugins system by following these steps:

To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory

Just below

Code:
<?php
enter

Code:
define('DISABLE_HOOKS', true);
and save the file.


then go uninstall the product from the admincp
then remove the line to enable the plugins again

bada_bing
02-07-2007, 07:31 PM
it is because u tried to uninstall the product in a wrong way by deleting the table...

solution:
disable the plugins system by following these steps:


then go uninstall the product from the admincp
then remove the line to enable the plugins again
Excellant that worked except since the table was missing I could not uninstall it I had to reinstall the plugin so that the tables were added again then I uninstall it and took care of my issues. Yes I did try to manually remove the tables after I was locked out of my forum and kept getting this error

vBulletin Message
Your username can not be longer than 14 characters.

Any idea why was getting this error? Like the hack but need to figure this issue.

coderphp
02-07-2007, 07:36 PM
Excellant that worked except since the table was missing I could not uninstall it I had to reinstall the plugin so that the tables were added again then I uninstall it and took care of my issues. Yes I did try to manually remove the tables after I was locked out of my forum and kept getting this error

vBulletin Message
Your username can not be longer than 14 characters.

Any idea why was getting this error? Like the hack but need to figure this issue.

great :)
now after the forum is up again, please tell me what was the setting u entered in the hack settings?

dutchbb
02-09-2007, 03:24 PM
coderphp: why is it posting 3 to 5 times in some threads? How can I prevent these doubleposts or is it a bug? Thanks.

coderphp
02-09-2007, 06:46 PM
Nice mod. However I have one problem: sometimes I got the autoreply post posted 5 times in a row, how can I prevent that?

coderphp: why is it posting 3 to 5 times in some threads? How can I prevent these doubleposts or is it a bug? Thanks.

Please tell me what are the settings entered in the hack properties page?

roger.kore
02-09-2007, 11:13 PM
ill test that & let u know soon :)
Any news about?

dutchbb
02-10-2007, 10:08 AM
Please tell me what are the settings entered in the hack properties page?
I have attached a screen of settings, ty.

The Realist
02-12-2007, 05:29 AM
Didnt work for me, cause a white page throughout the forum.

Removed.

roger.kore
02-12-2007, 06:38 AM
Didnt work for me, cause a white page throughout the forum.

Removed.

Ah. it's related to my problem. did use used a registred user to auto reply?

The Realist
02-12-2007, 07:42 AM
Yes me admin, user ID 1.

Regards.

dutchbb
02-14-2007, 02:11 PM
I have attached a screen of settings, ty.
coderphp? You still here ?

zooman
02-14-2007, 06:47 PM
I have a simple question, does this make a reply once per thread, or each time a reply is made in the thread?

coderphp
02-15-2007, 12:56 PM
Any news about?

sorry for being late...

i tested that many times and i didnt find that error...

do u still find it?

coderphp
02-15-2007, 12:58 PM
I have attached a screen of settings, ty.

finally found it..

it seems that sometimes on big forums this errors occurs as multiple queries executed at the same time same thread... looking forward to release version 3 depending on crons to solve this problem...

coderphp
02-15-2007, 12:59 PM
I have a simple question, does this make a reply once per thread, or each time a reply is made in the thread?

the reply is only once per thread..

zooman
02-15-2007, 06:40 PM
lovely

Eagle Creek
02-16-2007, 03:20 AM
I guess it's nice but how does it work? I mean; does it replies EVERY thread or something or what?

coderphp
02-16-2007, 03:30 AM
lovely
thank you...

I guess it's nice but how does it work? I mean; does it replies EVERY thread or something or what?
yes it replies simply for every thread...
but u can make an exception of threads sent in a certain forum, or sent by a certain user
regards

Eagle Creek
02-16-2007, 04:43 AM
I only have one forum where this would be usefull for me. So that's possible?

coderphp
02-16-2007, 04:48 AM
I only have one forum where this would be usefull for me. So that's possible?

of course.. u can set the hack to only autoreply in certian forums by entering forum id(s) into the property called "Included forums" ;)

Eagle Creek
02-16-2007, 04:49 AM
Very interesting :-).

spy90000
02-17-2007, 06:03 AM
hello coderphp,

1st of all, thanx 4 this great mod I like't very much :up: , but I got replys twice or 3 times per thread.

And referring to this:

finally found it..

it seems that sometimes on big forums this errors occurs as multiple queries executed at the same time same thread... looking forward to release version 3 depending on crons to solve this problem...

I have small forum and I got this error. so any temporary solution before u release next version. cuz no one know how long it will takes to be released :p :D :rolleyes:

BigJimTheLug
02-19-2007, 02:18 AM
Hello, there is a slight problem

I currently have my forum set so that guest can also reply and when I activate the autoreply hack, it creates a username designated as "unregistered" eventhough I have not programmed it to reply with a username "unregistered."

Can this be fixed or do I have to switch my forum so that guest cannot reply?

Thank you.

coderphp
02-19-2007, 02:35 AM
hello coderphp,

1st of all, thanx 4 this great mod I like't very much :up: , but I got replys twice or 3 times per thread.

And referring to this:



I have small forum and I got this error. so any temporary solution before u release next version. cuz no one know how long it will takes to be released :p :D :rolleyes:

thanx for ur feedback :)

& about the duplication problem i found no solution but crons, so the new version will be available soon, be sure to click Install to be notified when it is released :)

coderphp
02-19-2007, 02:44 AM
Hello, there is a slight problem

I currently have my forum set so that guest can also reply and when I activate the autoreply hack, it creates a username designated as "unregistered" eventhough I have not programmed it to reply with a username "unregistered."


Can this be fixed or do I have to switch my forum so that guest cannot reply?

Thank you.

As i understood it autoreplies with "Thank you unregistered" or "Thank you for your thread unregistered", so if it is the problem you can edit the Autoreply Text removing the code "{username}" so the the reply appears without writing the username

regards

BigJimTheLug
02-19-2007, 05:53 AM
But replying without a username robs a user of the personalization process involved in the forum environment.

Oh well, I'll figure out another way to swoon guests and members.

BTW, is there any way you can do some work on this mod:
https://vborg.vbsupport.ru/showthread.php?t=139402&page=2&highlight=fake+users

Anywho, thanks for your help.

Eagle Creek
02-19-2007, 06:29 AM
Can it reply 2 times? (1 after 2 days, 1 after 3 days)
Can it reply in closed threads?

coderphp
02-19-2007, 07:01 AM
But replying without a username robs a user of the personalization process involved in the forum environment.

Oh well, I'll figure out another way to swoon guests and members.


sorry but i didnt understand u.. please be clear :)


BTW, is there any way you can do some work on this mod:
https://vborg.vbsupport.ru/showthread.php?t=139402&page=2&highlight=fake+users

you can ask the hack author for that...


Anywho, thanks for your help.

u welcome :)

coderphp
02-19-2007, 07:02 AM
Can it reply 2 times? (1 after 2 days, 1 after 3 days)
Can it reply in closed threads?

it can reply only one time.. & for anythreads after the passing of this period

spy90000
02-20-2007, 09:21 AM
I have a feedback for your concern in next release habibi,

The 2 or 3 times reply ( which I faces ) occur only for 1st time the mod works in specific forum then it works ok.

e.g :

If the mod doesn't worked before in forum (id: 1) , it posts 2 or 3 times replies to the new thread . while it works ok in forum (id: 2) which already there more than one new thread.

I hope this will be avoided in next release, especially for 1st time installation users.

And again many thanx for your great mod .

coderphp
02-20-2007, 09:47 AM
I have a feedback for your concern in next release habibi,

The 2 or 3 times reply ( which I faces ) occur only for 1st time the mod works in specific forum then it works ok.

e.g :

If the mod doesn't worked before in forum (id: 1) , it posts 2 or 3 times replies to the new thread . while it works ok in forum (id: 2) which already there more than one new thread.

I hope this will be avoided in next release, especially for 1st time installation users.

And again many thanx for your great mod .

many thanx for ur feedback which is allllllllllllways welcomed

salam :)

b6gm6n
02-23-2007, 12:53 PM
ANother bit of feedback then.... everyone who posts in my welcome forums regardless of how many posts they have get my auto-reply... which is cool... but not for those who have already posted...would be nice to see the mod stop itself if the user has more than one post!

-b6

coderphp
02-23-2007, 11:21 PM
ANother bit of feedback then.... everyone who posts in my welcome forums regardless of how many posts they have get my auto-reply... which is cool... but not for those who have already posted...would be nice to see the mod stop itself if the user has more than one post!

-b6

im not sure that will be useful

b6gm6n
02-24-2007, 01:48 AM
well i used your mod as an introductory feature for new members, they post and it's great to see the forum-bot post a useful & informative reply as a welcome.... but to have members posts in this usergroup replied to in this way everytime is wrong...

-b6

stwilson
02-24-2007, 02:11 AM
Coder,

I love this mod. A feature request I believe that would really add some value would be for the inclusion of an option (checkbox) to include the member signature (pulled from member account) with the autoreply. I want the posts that are added to look like they came from one of our admin accounts, signature and all (keeping the same format as a message posted that includes the signature). Please consider this in your next upgrade.

coderphp
02-24-2007, 06:27 AM
well i used your mod as an introductory feature for new members, they post and it's great to see the forum-bot post a useful & informative reply as a welcome.... but to have members posts in this usergroup replied to in this way everytime is wrong...

-b6


ok ill put the edit for u today

coderphp
02-24-2007, 06:29 AM
Coder,

I love this mod. A feature request I believe that would really add some value would be for the inclusion of an option (checkbox) to include the member signature (pulled from member account) with the autoreply. I want the posts that are added to look like they came from one of our admin accounts, signature and all (keeping the same format as a message posted that includes the signature). Please consider this in your next upgrade.

signature is already included :)

stwilson
02-24-2007, 07:17 PM
As far as I could tell, this mod does not pull the signature associated to the accounts you identify but rather it posts whatever you enter in the MOD as the signature. I was looking for it to pull the entire signature from the account IDs listed in the mod that would be posting. I do not want the user to know it is coming from a BOT and most, if not all, of our signatures are multiple lines. I don't see how I can enter a multiple line signature in this MOD. What am I missing?

coderphp
02-24-2007, 07:43 PM
As far as I could tell, this mod does not pull the signature associated to the accounts you identify but rather it posts whatever you enter in the MOD as the signature. I was looking for it to pull the entire signature from the account IDs listed in the mod that would be posting. I do not want the user to know it is coming from a BOT and most, if not all, of our signatures are multiple lines. I don't see how I can enter a multiple line signature in this MOD. What am I missing?

I dont know what are u talking about

The product AUTOMATICALLY attaches the autoreplier's signature as entered in his profile

stwilson
02-24-2007, 08:08 PM
I dont know what are u talking about


I guess I don't either. :confused: I will try it again, cause it looks like I messed something up. Thank you for the quick reply.

coderphp
02-24-2007, 08:11 PM
I guess I don't either. :confused: I will try it again, cause it looks like I messed something up. Thank you for the quick reply.

u welcome & let me know how it is

stwilson
02-25-2007, 01:57 PM
Ahhh Coder...it worked as you described. I somehow blasted the signature on the account I was using to test with. My bad! Once I added the signature back it works as you described. Great mod!!! Thank you.

coderphp
02-25-2007, 02:03 PM
Ahhh Coder...it worked as you described. I somehow blasted the signature on the account I was using to test with. My bad! Once I added the signature back it works as you described. Great mod!!! Thank you.
u welcome ;)

tonyph33r
02-25-2007, 04:16 PM
Database error in vBulletin 3.6.4:

Invalid SQL:
DELETE FROM cron WHERE product = 'coder_autoreply' AND volatile = 1;

MySQL Error : Can't open file: 'cron.MYI' (errno: 145)
Error Number : 1016
Date : Sunday, February 25th 2007 @ 01:13:31 PM
Script : ****************/admincp/plugin.php?do=productimport
Referrer : **********/admincp/plugin.php?do=productadd
IP Address : 69.138.234.249
Username : ******
Classname : vB_Database

anyone know why it show me that error msg or did i do something wrong

coderphp
02-25-2007, 06:49 PM
Database error in vBulletin 3.6.4:

Invalid SQL:
DELETE FROM cron WHERE product = 'coder_autoreply' AND volatile = 1;

MySQL Error : Can't open file: 'cron.MYI' (errno: 145)
Error Number : 1016
Date : Sunday, February 25th 2007 @ 01:13:31 PM
Script : ****************/admincp/plugin.php?do=productimport
Referrer : **********/admincp/plugin.php?do=productadd
IP Address : 69.138.234.249
Username : ******
Classname : vB_Database

anyone know why it show me that error msg or did i do something wrong

this error doesnt belong to the hack anyhow...

it is because the table "cron" is damaged

repair this table from phpmyadmin

redstaing.net
03-04-2007, 09:20 PM
sokran thx man cool

coderphp
03-06-2007, 11:47 AM
sokran thx man cool

:)
ya mar7ab

we anytime

BigJimTheLug
03-06-2007, 11:49 AM
Database error in vBulletin 3.6.4:

Invalid SQL:
DELETE FROM cron WHERE product = 'coder_autoreply' AND volatile = 1;

MySQL Error : Can't open file: 'cron.MYI' (errno: 145)
Error Number : 1016
Date : Sunday, February 25th 2007 @ 01:13:31 PM
Script : ****************/admincp/plugin.php?do=productimport
Referrer : **********/admincp/plugin.php?do=productadd
IP Address : 69.138.234.249
Username : ******
Classname : vB_Database

anyone know why it show me that error msg or did i do something wrong

Please remove your DB name and IP address. You are facing a serious security risk by doing otherwise.

GruntHalo
03-06-2007, 10:34 PM
It gave me a weird error saying that username is already in use....

coderphp
03-09-2007, 04:45 PM
It gave me a weird error saying that username is already in use....

did u choose to answer as a guest or as a member??

dsotmoon
03-22-2007, 11:11 PM
hello, this mod worked great for awhile, all of a sudden a person will reply in another thread, in a totally different forum and it will show up in the auto reply thread, which i was using only in one forum

it is also auto reply sometimes 1 time, sometimes 2 times, sometimes 3 times

any suggestions

dutchbb
03-23-2007, 02:04 PM
it is also auto reply sometimes 1 time, sometimes 2 times, sometimes 3 times


any suggestions
Yep same issue here, this needs to be solved.

dsotmoon
03-30-2007, 10:24 PM
Yep same issue here, this needs to be solved.


hello? is this thing on?

Supported

is this hack no longer supported? its a great and needed hack but no longer works

YabbaDabba
04-23-2007, 03:19 PM
coderphp has not been online in over 6 weeks, but hope springs eternal...

SUGGESTION:
1 - Excluded Members is a nice idea, but it would be more useful if it was Excluded UserGroups. I don't want Admins, Super Mods, and Mods auto-replied. If I exclude these user goups, I'm done. If I can only exclude by individual member ID, I have to revise this list everytime the membership of these groups change. Double work.

ERRORS?
1 - Installed, but the first auto-reply went off at 300 seconds (5 mins), even though I had set it to 7200 (2 hours). Is there a max value for this parameter?

2 - If (a) two threads are created just a few seconds apart (less than the flood check setting) and (b) both are being auto-replied, this hack seriously breaks the display of the forum in question. It appears that the auto-response tries to execute on the second thread before the flood-check limit has passed. I'm also guessing the auto-reply event trigger is the display of the forum specified in this hack's admin settings and that is why there is an error in the display of the forum page. I assume this situation could be avoided by increasing the Auto Reply Delay by the flood check amount for each reply that is to be made within the current flood check limit. If "time since last response" > "flood check", then "Auto Reply Delay" = "Auto Reply Delay"; else "Auto Reply Delay" = "Auto Reply Delay" + "flood check" (or something like that).

INSTRUCTIONS:
Part of the explanation for "Auto Reply Sender's IDs" reads:
Caution: to avoid flood errors, these members must be at least Moderators in the posting forum, Or you must set Auto Reply delay to a value less than the flood time check .

I think it should read:
Caution: to completely avoid "flood" errors, these members must be at least Moderators in the posting forum. Otherwise you must set Auto Reply delay to a value greater than the flood time check.

QUESTION:
What happens to auto-replies when new admin settings for this mod are saved? Does this hack apply to new threads only at that point? Or do the old setting apply to old threads and new settings apply to new threads? Or do the new settings apply to all threads? Or do the new settings apply to only those threads created after the installation of the hack?

ymy
04-26-2007, 08:16 AM
Great mod!!! Thank you

@ Clicked Install @

One Q please...


2- An option to add more than Member ID to post the autoreply RANDOMLY.



autoreply RANDOMLY!!

In one new thread the mod will certain all post RANDOMLY!! by delay of time

OR

In each new thread RANDOMLY one post

Thanks


.

b6gm6n
04-26-2007, 11:04 AM
YabbaDabba, don't waste anymore time on this...it's been abandoned, i suggest you ask another coder to reproduce this system with the needed features added and supported

-b6

titorevolu
05-23-2007, 11:53 PM
this mod ruin my forum very bad.

ElChancho
05-27-2007, 07:52 AM
is there any way to set different autoreplys for different forums?

coderphp
05-30-2007, 09:48 PM
hello thanx all for ur feed back
indeed i didnt login for too long time but i was tracking replies by email

anyway the new version will be available soon... cheers :)

FreshFroot
06-09-2007, 07:13 AM
can't wait for it! and good 2 see you back coderphp :D

b6gm6n
06-09-2007, 01:20 PM
good on ya coderphp!

dsotmoon
06-09-2007, 02:39 PM
hello thanx all for ur feed back
indeed i didnt login for too long time but i was tracking replies by email

anyway the new version will be available soon... cheers :)


great to hear , thanks

bigcurt
06-19-2007, 01:19 AM
It would be much appreciated :).

dutchbb
06-19-2007, 10:17 AM
Hopefully the double/triple reply bug can be solved:)

dsotmoon
07-21-2007, 06:42 PM
Hopefully the double/triple reply bug can be solved:)

agreed, any expected timeframe on the update?

thanks!

mrahul
07-23-2007, 06:10 AM
does this add up as a post count, I mean the auto reply also adds on the total post count ?

SCRIPT3R
07-23-2007, 04:04 PM
hello thanx all for ur feed back
indeed i didnt login for too long time but i was tracking replies by email

anyway the new version will be available soon... cheers :)

ok... that reply was 30. May 2007, 15:48 - still tracking these replies by emails? your Last Activity: Today 09:23; still working on that new version "available soon" or abandoned?

Invalid ID
07-24-2007, 09:02 AM
It's working great. But is it possible that instead of only one member posting in one thread, all the members set up in the auto reply setting reply one after another?

Thanks

coderphp
07-24-2007, 06:53 PM
Hopefully the double/triple reply bug can be solved:)
ok

agreed, any expected timeframe on the update?

thanks!
during this weekend

does this add up as a post count, I mean the auto reply also adds on the total post count ?
of course it is counted

It's working great. But is it possible that instead of only one member posting in one thread, all the members set up in the auto reply setting reply one after another?

Thanks
it is not available in the current version.. who knows maybe it will be added to the next one

Invalid ID
07-25-2007, 02:12 PM
I will wait for that day :)

I have also noticed that though I have set it up to work even on the topics having more than 0 posts, yet it's working only in the topics that have 0 posts. Why?

mrahul
07-26-2007, 06:30 AM
so this automatically adds post count such as a user .
Is there a possibility to add few more replies to this so tht it can satisfy more needs.

Invalid ID
07-27-2007, 05:13 PM
Still waiting for the reply of my last question...

dsotmoon
07-27-2007, 11:25 PM
during this weekend


great, looking forward to it

raiderlax
07-31-2007, 05:02 AM
great to hear , thanks

How much longer to the new version that has less bugs?

dsotmoon
08-07-2007, 02:31 AM
How much longer to the new version that has less bugs?


i think coder said it would release last weekend, still patiently waiting :)

nnjj.net
08-08-2007, 07:22 AM
waiting for the new release as well :)

COBRAws
08-09-2007, 05:51 PM
Excelent hack mate, cant wait for that gorgeus update. Keep it up!

coderphp
08-12-2007, 01:47 AM
i think coder said it would release last weekend, still patiently waiting :)

waiting for the new release as well :)

Excelent hack mate, cant wait for that gorgeus update. Keep it up!

soon :)

Techno05
08-15-2007, 05:05 AM
I get this....

SigRequest ยป vBulletin Message

vBulletin Message
That username is already in use or does not meet the administrator's standards. If you are The CEO and you have forgotten your password, click here.

Forum Jump

I know my welcome is long enough.

Techno05
08-15-2007, 05:09 AM
Forget what I just posted...lol

bela-meaad
08-17-2007, 03:01 PM
yahoo

any updates?

lol

bigcurt
08-18-2007, 09:14 PM
I am waiting as well - good luck.

SuperTaz
08-27-2007, 03:02 AM
I had this hack installed, but it conflicted with another mod somewhere and made my site go down for a few hours until I found out this hack was the one that caused the problem. Uninstalled.

Robi_Kenobi
08-30-2007, 11:20 AM
Hi CoderPHP,

I am searching vor a "Semi-Auto-Reply". Perhaps you can add this feature in your next version.

The idea is, that a moderator of the forum, can choose from a list of "standard answers" that will be postet as answer to a post.

Example. Lets say someone posted a question wich is not understandable, or he forgot to post a Link etc. Instead of allways typing "please rewrite your question, i do not unterstand, add link please etc.", he just klicks on the "Semi-Auto-Answer-Button" select the propper Answer, and it will be postet by some "Forum-Bot" with a nice Post.

Is it possible to add this to your mod? Would be very usefull to any kind of support forum etc.

bigcurt
09-15-2007, 01:08 AM
I am going to cry if I don't see some kind of update on this haha.

jluerken
09-20-2007, 05:31 AM
Will you update your product to allow multiple message in multiple forums?

Great hack!

nnjj.net
09-21-2007, 07:09 PM
:( still!

toucan42
09-24-2007, 12:41 PM
I get this....


SigRequest ? vBulletin Message


vBulletin Message
That username is already in use or does not meet the administrator's standards. If you are The CEO and you have forgotten your password, click here.

Forum Jump

I know my welcome is long enough.

I know you found the solution to this but what was the answer?

yahoooh
09-24-2007, 12:47 PM
wait

dsotmoon
09-28-2007, 10:13 PM
i contacted coder as i need this hack updated also, he is very busy in life which is understandable, but coder, we do look forward to this update, thank you for your consideration

War_force
11-14-2007, 08:50 PM
3.6.8 good working thanks a lot

Derek Chai
12-01-2007, 05:30 PM
I installed Auto Reply v2. I have a site error can someone help me resolve this. My URL is habboard.com.

Thanks

I've cleared my cookies by accident now I can't access my adminCP.

rmxs
12-05-2007, 06:51 PM
hello i have one question!

its possible to reply to threads that someone already have post...for example the auto reply reply every 5 mins to different threads byt not only one time.

now reply only to new threads one time after x seconts i wont all this useraccount reply to the same threads after x seconts (not only one time after thread creation)

its possible?

stwilson
12-15-2007, 05:44 AM
Installed on 3.6.8 PL2 without any problems. Thanks for the mod. One quick question, is it possible to include the thread starter's name in the auto replies? It would be nice to be able to include the person's username in your auto reply. I think that would go a long way in making the replies look less automatic. Has anyone done this?

rmxs
12-16-2007, 04:57 PM
add this {username}

walhan
10-16-2008, 02:23 PM
it is working in my 3.7.3

for the next release i would really appreciate to see the following feature:
- possibility of more than the one reply in a thread bydifferent auto-user
- users wont autoreply on a thread posted by her/him (or itself )
- auto post on members profile pages and auto friendship request (woow)

thanks again to coderphp

proudgreenyin
10-26-2008, 05:21 PM
yep works great on 3.7.3, thanks m8

jluerken
12-12-2008, 05:16 AM
I have problems with this under 3.7.3
It only replies one line of the auto reply text and not more.

jluerken
12-12-2008, 05:34 AM
Problem solved. I forgot to edit a plugin again after reinstalling the product

u will need to edit the plugin named "Thread Auto Reply - Part 2" as follows:
search for:

$msgs = @explode("\n", $vbulletin->options['coder_autoreply_text']);
$msg = $msgs[@array_rand($msgs)];

replace it with:
$msg = $vbulletin->options['coder_autoreply_text'];

zero5854
12-22-2008, 05:16 AM
this doesnt work this code u gave as all it does is list all of your replies in each reply thanks though

jluerken
12-23-2008, 10:44 AM
this doesnt work this code u gave as all it does is list all of your replies in each reply thanks though

Yes and that was the intention of the code. Instead of sending random one line answers it send the complete text given in the product settings.
Its exactly what I wanted for my board. Sure it does not meet everyones requirement but for me this fits perfect.

Dj Smuggla
10-02-2009, 07:11 PM
Great this just f%%%ed my site up,
I loged in with a test account to see if it worked, but now all i get is a white screen saying
"vBulletin Message
That username is already in use or does not meet the administrator's standards. If you are Dj Smuggla and you have forgotten your password, click here."

I cant log in to the site or the acp, to remove the mod...

Wajow-community
10-02-2013, 11:41 PM
update this mod pleasse!