The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBengine Details »» | |||||||||||||||||||||||||
Latest Version: 1.1
Yesterday evening i wrote this hack instead of studying math . Actually the code is not really difficult, but the hack itself can make many things much easier. First feature: you can create new php-files thru your admin cp. You can choose if you wanna include the header and footer template and if you wanna create a new template for the content. Screenshot 1: http://partylife.ch/misc/vbengine1.jpg Second feature: The script reads all files in your forum and admin directory and you can choose one for editing. So you can edit every file thru the admin cp. This can be usefull for changing small things. You can also choose if you want a backup of the file you are editing. Screenshot 2: http://partylife.ch/misc/vbengine2.jpg Screenshot 3: http://partylife.ch/misc/vbengine3.jpg Installation Everything is clearly explained in the readme file. Download Voil?: http://partylife.ch/misc/vBengine1.1.zip Note! I'd really like to get every feedback you guys can give me. Also post bugreports and suggestions to improve this script. If you have installed this hack, pls click on the install button to receive updates thru email. Thank you . Show Your Support
|
Comments |
#52
|
|||
|
|||
wow! That is absolutely AWESOME! Thanks a million. I don't have FTP access at work where I have the time to do alot of my editing. It's nice to have this.
Sketch |
#53
|
||||
|
||||
Looks awesome!
I wondered if someone could explain the security issue of having write permissions enabled? I am not that advanced and I'd just like to know if it's risky before I install this Thanks! |
#54
|
||||
|
||||
this is a great hack .. sorry to bring an old post up again ...
but is there anyway to only allow one admin to do this... i only want myself to be able to use this and not the other admins... thanks in advance |
#55
|
|||
|
|||
I agree with Mist... another thing is can you make it to where we can upload like up to 5 files at a time... not mass, just 5 so we don't have to restart FTP each time.
|
#56
|
|||
|
|||
hey is there a way to add a mod dir
Code:
i added echo "<tr class='firstalt' valign='top'><td><p>Mod Directory:</p></td><td align=center><p>"; echo "\n<select size=15 name=\"filename\">\n\t<option>------------------------------------------------</option>\n"; $dir=opendir("./"); while ($file=readdir($dir)) { if (is_dir("./".$file)) { $file=""; } else { $file="\t<option value=\"$file\">$file</option>\n"; } echo $file; } echo "</select>"; echo "</p></td></tr>"; makehiddencode("dir","mod"); doformfooter("Edit"); under echo "<tr class='firstalt' valign='top'><td><p>Admin Directory:</p></td><td align=center><p>"; echo "\n<select size=15 name=\"filename\">\n\t<option>------------------------------------------------</option>\n"; $dir=opendir("./"); while ($file=readdir($dir)) { if (is_dir("./".$file)) { $file=""; } else { $file="\t<option value=\"$file\">$file</option>\n"; } echo $file; } echo "</select>"; echo "</p></td></tr>"; makehiddencode("dir","admin"); doformfooter("Edit"); and under that i replaced if ($action=='read') { if ($dir=="forum") { $dirname="../"; } elseif ($dir=="admin") { $dirname="./"; } with : if ($action=='read') { if ($dir=="forum") { $dirname="../"; } elseif ($dir=="admin") { $dirname="./"; } else { ($dir=="mod") { $dirname="./"; } |
#57
|
|||
|
|||
Sorry this is not my actual hack it is el3m3nt's
Click Here For Original VBengine First feature: you can create new php-files thru your admin cp. You can choose if you wanna include the header and footer template and if you wanna create a new template for the content. Screenshot 1: http://partylife.ch/misc/vbengine1.jpg Second feature: The script reads all files in your forum and admin directory and you can choose one for editing. So you can edit every file thru the admin cp. This can be usefull for changing small things. You can also choose if you want a backup of the file you are editing. Screenshot 2: http://partylife.ch/misc/vbengine2.jpg Screenshot 3: http://partylife.ch/misc/vbengine3.jpg What i have done UPDATES: I have added a extra bit of code so it shows the Mod Directory so now its even easier to add hacks to the Mod CP ALSO I WILL OFFER ALL SUPPORT. Click Here |
#58
|
|||
|
|||
Kewl, you think it would be possible to add in directories other than the /forums & /admin /mod etc?
|
#59
|
||||
|
||||
Seems very useful.
I will take a look at it -Arunan |
#60
|
|||
|
|||
yeah d00d just ask me and i will add them but i need to know exactly where they are like in forum/tmp or tmp etc etc
|
#61
|
|||
|
|||
need to know if it works prolly
some one test it out |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|