The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Signature Image System Hack - Version 3.0+... Details »» | |||||||||||||||||||||||||||
Signature Image System Hack - Version 3.0+...
Developer Last Online: Feb 2013
This hack is now a Full Release!!!...You can visit the BETA thread here - I will still be using that thread to test out upcoming versions!
Please do the following before attempting to install: 1.) Backup your Files & Database before doing anything 2.) Be aware that although I have tested this myself, there may still be problems...If you do not backup your files & database, I cannot condone your install of this hack... The files you should have are: In the main folder modifications.php templates.php queries.php 3.0 - Show Signatures.php 3.0 - Usergroup override - permissions.php NEW INSTALL.php In the root folder signature.php In the admin folder signature.php *================================================= ================================================== ==================* Please Note: The install files are in the ".php" format, as vBulletin.org Parses all "{ imagesfolder }" and other replacment variables used in the code - With .php extensions, it does not. *================================================= ================================================== ==================* Install Info: Hack Version: 3.0+ Files to edit: 9 (admin/functions.php, admin/user.php, root/member.php, root/showthread.php, root/register.php, root/online.php, root/global.php, root/usercp.php, admin/index.php) Templates to add: 19 Templates to edit: 5 Time to install: Approx 10-15 Minutes Thanks Special thanks should go to the following people: N9ne - For providing template modifications, and for being a BETA tester Minifreunde - For requesting this hack, and for being a BETA tester DrkFusion - For being a BETA tester NTLDR - For helping with a few errors during the BETA testing stage... mADmAX`- For providing the missing code to the root/usercp.php file...You can find his manual change here Support - I am offering support, but only in THIS THREAD...I unfortunately cannot be here during the coming weeks (Mon-Fri), so therefore you will have to rely on others for assitance, should it be urgent...If you do require assitance, please - Only reply in this thread Screenshots Screenshots will be coming in the next post in a .zip file of their own... Updating from BETA Depending on what version you are updating from, I recommend the following: Version 1.0Beta - 2.1Beta - Complete re-install Version 2.2Beta - Follow the instructions for the .php files starting "3.0", and there is one register.php modification and one usercp.php modification in the "modifications.php" file Version 3.0Beta - There is one register.php modification and one usercp.php modification in the "modifications.php" file v3+ comes out! v3+ is really just the following: Converting of all install files to .php format (to prevent code parsing) Creation of an extra folder (root) to house the root/signature.php file (so you dont get confused with the install .php files) The root/usercp.php modifcation I forgot to include Enjoy! Satan Show Your Support
|
Comments |
#182
|
||||
|
||||
This is what I have...
Code:
// draw cp nav bar $cpnav[1]="{secondaltcolor}"; $cpnav[2]="{secondaltcolor}"; $cpnav[3]="{firstaltcolor}"; $cpmenu[3]="class=\"fjsel\" selected"; $cpnav[4]="{secondaltcolor}"; $cpnav[5]="{secondaltcolor}"; $cpnav[6]="{secondaltcolor}"; $cpnav[7]="{secondaltcolor}"; eval("\$cpnav = \"".gettemplate("usercpnav")."\";"); eval("dooutput(\"".gettemplate("modifyoptions")."\");"); } // ############################### start update options ############################### if ($HTTP_POST_VARS['action']=="updateoptions") { $templatesused = 'redirect_updatethanks'; include("./global.php"); if ($bbuserinfo[userid]==0 or $permissions['canmodifyprofile']==0) { show_nopermission(); } $adminemail=iif($allowmail=="yes",1,0); $emailnotification=iif($emailnotification=="yes",1,0); $options=iif($showsignatures=="yes",1,0); $options+=iif($showavatars=="yes",2,0); $options+=iif($showimages=="yes",4,0); $options+=iif($vbcode=="yes",8,0); $showemail=iif($showemail=="yes",1,0); $invisible=iif($invisible=="yes",1,0); $cookieuser=iif($cookieuser=="yes",1,0); $nosessionhash=iif($nosessionhash=="yes",1,0); $receivepm=iif($receivepm=="yes",1,0); $emailonpm=iif($emailonpm=="yes",1,0); $pmpopup=iif($pmpopup=="yes",1,0); Satan |
#183
|
|||
|
|||
same error
|
#184
|
||||
|
||||
Hmm...
I'm not sure...Perhaps someone else can help? Satan |
#185
|
||||
|
||||
WOW!!! THATS A TON OF CODE TO ADD! lol expected time 10-15 mins... took me more than an hour....
never the less.. GREAT HACK!!! I installed without any problems at all |
#186
|
|||
|
|||
Quote:
|
#187
|
||||
|
||||
Well...I am not totally sure, but I believe Herman/Herman Nation's (cant remember his username) Signature Limit hack may be what you are looking for
@Xelation - Good news Hmmm....an hour eh I know it took me a little while longer than the estimated time...Ah well - Will update it eventually Satan |
#188
|
|||
|
|||
ummm i dont have any of the code in my member.php your instructions say to look for. any suggestions?
|
#189
|
|||
|
|||
if someone says
run the install file in admin cp? that will add the necessary tables... how do i do that? |
#190
|
||||
|
||||
@S1R1US - Upload the file to your /admin/ directory...
Then call that file via http://www.yoursite.tld/path-to-forum/admin/file.php:) Satan |
#191
|
|||
|
|||
thanks, that worked. Now at the end of the instructions there are query's to do. I've looked everywhere in the adminCP and see nowhere to do a query. What is it, how can i do it, and where.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|