Ben-Nasha Posted July 19, 2011 Posted July 19, 2011 (edited) You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Edited July 27, 2011 by Ben-Nasha Quote
sniko Posted July 19, 2011 Posted July 19, 2011 Hmmm. It's a start, but not really a modification that will help users play the game, or increase play time or help staff manage the game. Maybe expand a little more on it? Sorry if that sounded insulting. -sniko Quote
Ben-Nasha Posted July 19, 2011 Author Posted July 19, 2011 Wasnt really meant to help the user play the game. Quote
sniko Posted July 19, 2011 Posted July 19, 2011 True. So, what's the point of it? Again, sorry if that sounds insulting. Not my intention. -sniko Quote
Ben-Nasha Posted July 19, 2011 Author Posted July 19, 2011 Just some fun asking the stupid bot questions. It was just some pratice aswell... Quote
Daron Posted July 20, 2011 Posted July 20, 2011 way to expand if you could get it to respond based on keywords that would be really EPIC & useful. Quote
Ben-Nasha Posted July 21, 2011 Author Posted July 21, 2011 Thanks for your feedback. if you have any ideas please reply here and ill have a go at making it and post it up on here. Quote
The Bonded Game Posted July 22, 2011 Posted July 22, 2011 This is very similar to the magic 8 ball mod. Quote
Coly010 Posted July 23, 2011 Posted July 23, 2011 I haven't really used it and when I think about it would take a really long time to code and might not even work( unless you set a word limit on how many words can be in the question) and would probably be difficult to code but if you were to use the php function explode you might just be able expand on this modification to have answers that refer to specific keywords. To have this respond to specific questions however you would need to know the frequently asked questions (could easily be done by having the form create a log:P) and then recode the original file, add a few if statements then include specific answers. Then any question that does not contain the keywords or any questions you could have just respond one of the original set of answers I shall look into trying to recode to find keywords using explode. Another method would be to use ajax to link a keyword or many keywords to a separate file. :P :D Just a few things to think about Quote
sniko Posted July 23, 2011 Posted July 23, 2011 Or; - Look into LIKE - Scan the database for LIKE records from a user input - If not found, ask the user if they want to send it to be answered by staff - Create a staff section to display requested questions to be answered - If multiple records are found, show them paginated with answers (or show the questions, and they click on the question to view the answer) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.