The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
vB Bash will be a modification that lets you do various things by posting a command in your post (on its own line). I started making this hack last year, but it was later abandoned. I plan on resurrecting it on vB 3.5 now.
Here's basically how a post would look like followed by how the vB Bash code sees it. Code:
You useless spammer.
#useroptions -username Stupid User -o usertitle -v Useless Spammer --enable_ct
Time to finish this job.
#banuser -username Stupid User
#deletethread --keepattach -r This thread sucks.
Matches:
Array
(
[useroptions] => Array
(
[param] => Array
(
[username] => Stupid User
[o] => usertitle
[v] => Useless Spammer
)
[option] => Array
(
[enable_ct] => 1
)
)
[banuser] => Array
(
[param] => Array
(
[username] => Stupid User
)
)
[deletethread] => Array
(
[param] => Array
(
[r] => This thread sucks.
)
[option] => Array
(
[keepattach] => 1
)
)
)
|
|
#2
|
||||
|
||||
|
If I recall correctly, the old version used/ intended to use the quick reply box for this? If your gearing this for vb 3.5 maybe have a seperate prompt line like area for this to be used in w/ ajax?
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
|||
|
|||
|
could you have a key word of the day(only you know it) if someone gets it they get something special that day/week/year(admin definable)? thinking forum access, promotion to another usergroup, etc. just an ider for you to chew on
|
|
#5
|
||||
|
||||
|
Honestly that wouldn't have anything to do with this hack. This hack is for letting you close/delete threads, change options, etc, from within a post. And of course it's fun ++++.
|
|
#6
|
|||
|
|||
|
didnt know which way you were taking it. i could see it being used both ways but thats just me decyphering psudocode
|
|
#7
|
||||
|
||||
|
I've been thinking of emote users system like you can do in YIM, something like /hug Link = deathemperor hugs Link badly and /hug = deathemperor hug everyone in the room
|
|
#8
|
||||
|
||||
|
Quote:
Code:
#hug vB Bash -t badly
[hug] => Array
(
[param] => Array
(
[main] => vB Bash
[t] => badly
)
)
|
|
#9
|
||||
|
||||
|
it would be great if you can let us create more command in ACP through some options
|
|
#10
|
||||
|
||||
|
Yes, you will be able to add commands through the Admin CP with some PHP code.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|