The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB-Bang! / vB Dos "Turn your quick reply into Command Prompt" Details »» | |||||||||||||||||||||||||||
vB-Bang! / vB Dos "Turn your quick reply into Command Prompt"
Developer Last Online: Aug 2013
You can use this hack to create commands that ar issued from your quick reply. Some of ro preprogrammed commands are things like Close thread or dump thread, and there are many more details in the install file about those. This hack also provides the ability to be a help bot, that detects when users say keywords, and it will reply underneith their post with the preprogrammed responce.
Currently you must add new commands via mysql admin or any other query running program, however in the future i plan to make an admin panel page for it. Enjoy ! Show Your Support
|
Comments |
#12
|
||||
|
||||
glad you guys like it, ill make the admin cp version of it when i can, and screenshots would be the same as showing a post with !closethread in it or something like that.
the great part about it is you can simply type in your reason for closing the thread then type in !closethread and it will close with your reply. im glad you guys find it useful though |
#13
|
|||
|
|||
Quote:
Plus the delete thread is severely flawed too. Instead of deleting from view which is probably desired you permanently delete. And delete only the thread entry, leaving all posts and their caches out for no reason. Neither are the forum counters updated with delete/hide/unhide. |
#14
|
||||
|
||||
Quote:
I never actualy perfected the vb3 commands, as i dont use it for vb3, it has drop down menus. The coding powering it however is really clean and to the point, if you think its messy, then you must not know how to read php >.> Sorry but people like you, are what pisses me off about this site. Insulting other peoples work, rather than being greatful somone like me takes the time to make something he does not use himself, to share with other people. If this were my site, i would ban every last person who instuled somone elses work >.> Grr i sometimes hate this site!!!! Good day to you all! |
#15
|
|||
|
|||
Quote:
Requesting to have a thread deleted on this site because you have an oppinion doens't really convince me and others about the quality of your arguments. |
#16
|
|||
|
|||
Quote:
Quote:
Dark Shogun |
#17
|
|||
|
|||
Quote:
It's simple, you don't like the hack? Don't use it! Simple, no? Good job Zaj, I'll be using this for sure! |
#18
|
|||
|
|||
Quote:
Quote:
Want me to be specific? -lack of spacing [readability] -lack of variable naming scheme, no camel/pascal/etc [readability] -integers in quotes [readability, effeciency] -double quotes where single quotes are more effecient, and which result in unnecessary escape characters [readability, effeciency] -improper indentation in several places [readability] -inconsistent use or AND, OR, &&, || [readability] -unptopimzied if statements, most likely case should go first and it is also more readable that way [effeciency] -use of functions which have better counterparts (ie rand(), mt_rand()) [effeciency] -unnecessary temp variables - but you may argue your way out of this one by the fact that they increase readability [effeciency] -use of slower functions without need for them (ie strstr(), strpos()) [effeciency] You are more then welcome to dislike this and ignore it, or you may try to take suggestions so you code better in the future. But if you don't want to improve yoru code, fine, but at least don't cry when suggestions come. As far as my comment about deletions go - that is is a rather large bug, but I don't see a comment on that. It does not delete the data completely (provided you wanted a complete delete, rather then vb3's "delete" of making it only visible to adminstration) and leaves garbage "lost" data in your database. You also need to delete the proper entries from the post table, postcache, and any other relevant tables I may not have on my mind at the moment too. [bug] Talking more about logic bugs: if(strstr($newpost['message'],$key[keyword])){ should be if ( substr($newpost['message'], $key['keyword'])!==false ) { Otherwise the command is not triggered if it's the first thing in the message body. (the position of the string will be 0, not 1; substr() vs strstr() is purely efficiency reasons) [bug] And please don't assume that someone can't read PHP without any factual knowledge about the person. Best wishes, Oleg |
#19
|
||||
|
||||
Quote:
See Ya |
#20
|
||||
|
||||
Zajako is kool i bet all his codes are awsome including the RCs wicth i belived stormed help and when you peopple post stuff like that i prob advise meaning on what your saying so people dont misunderstand each other Zajako good work nice forum go im goin to buy the Rcs soon ^_^
|
#21
|
||||
|
||||
Ya know, I really like this hack. I would really like to see it integrated with admin panel ( the bot settings ect, ) so if anyone else doe something like this, please tell me
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|