inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Aug 30, 2008 11:26:44 GMT -8
Well, after the longest time ever, I've finally finished this code. I began it waaaay back in November 2006. I got bored and passed it to Scorp... and then to HP... and now I realized it's time to finish this code. So here it is, a code that can let you backup skins. Main Uses- Can backup your skin data easily incase your forum is hacked or you accidentally delete a skin - Backup skin before editing so you can log your changes - Can transfer a skin between forums - Can clone a skin so that you can make small edits easily - Can send a skin to a friend who may wish to use it - Can easily distribute premade templates using this and a .txt file So now that we've got that covered, let's get you guy some... previews! Here comes the Photoshop lag... I can feel it in my bones... I'm too lazy to create a list, so you can just look through this directory and find the previews you want to see. The code goes in your MAIN FOOTERS only. <script type="text/Javascript"> // Backup Skins v1 by Chris // Copyright Studio Zero (http://studiozero.proboards44.com/) // Do not redistribute without permission of the creator
function bsLoad(file){ document.write("<script type='text/Javascript' src='http://www.iycatacombs.com/codes/backup/"+file+".js'><\/script>"); } if(location.href.match(/action=(skins|boardimages)/i)) bsLoad("global"); </script> I hope you guys enjoy.
|
|