SonicsShadow
03-17-2006, 10:31 PM
/*
Delta [Beta 7]
Created by Webworldx
For use on all InvisionFree Boards
An iFusion Product: http://forum.ifcode.com
*/
/*
Thanks for viewing this file! It's nice to know some people are interested in the way this hack is coded, so i've taken a few moments to comment things
for everyone, in the hope it'll help you with your invisionFree coding. Most of the coding used is quite basic, although if you're having any problems
creating your own hacks, feel free to give me an e-mail at: <script>
/* ------------------------------------------------------------------------------- *\
| RPG Inferno v3.0 - Leave Copyright Intact Wherever Used |
| Created For Invision Free |
| An Inferno Productions Product |
| Author: Zero Tolerance � Game Zone | Evolution 2004 [http://gzevolution.net] |
| This Copyright May Not Be Edited Or Additional Copyright Added Without Permission |
\* ------------------------------------------------------------------------------- */
MoneyName = "USD"
MoneyPerThread = 25
MoneyPerPoll = 30
MoneyPerReply = 18
MoneyPerQuote = 16
NavDn = "http://img260.imageshack.us/img260/7941/atbauction4qh.gif"
NavBank = "http://img33.imageshack.us/img33/8819/shop13qm.gif"
NavImage = "http://img33.imageshack.us/img33/3872/atbbank7dc.gif"
Class = []
Class[Class.length] = ["Forum member"]
<!-- NOTE: You're not allowed to get these items and use them on your board because they're copyrighted and strictly prohibited to copy -->
Items = []
Items[Items.length] = [0,"http://67.18.37.15/1183/88/upload/p4096211.gif","Knife",5,"Basic Tool used to murder people"]
Items[Items.length] = [0,"http://content2.us.porsche.com/prod/911/gt3.nsf/Resources/gt3_gallery_exterior03/$file/btn_3.gif","Porsche 911 GT3",35,"Porsche 911 GT3 (Only suitable for children older than 3, make sure they won't swallow this car)"]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/xedap.jpg","Bike",79,"A HighSpeed vehicle."]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/bg.jpg","The three guardian brothers",15000,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/ferrari.jpg","2003 Ferrari Enzo",630330,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/jaguar%20xkp%20coupe.JPG","JAGUAR xkr Coupe",81330,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/bmw%20z8.JPG","BMW z8",88900,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/cadillac_xlr_convertible_2005_385x192.jpg","2006 Cadillac XRL Convertible",77295,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/061.JPG","EPIC 1 iD",99,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/062.JPG","GYMSACK 180 iD",75,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/SCH-B200.jpg","SPH-B200",700,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/es_v4.0_prod_info_img_cases_comparison_cases_a51m_7700_new_back_big.jpg","Alienware: MJ-12m 7700 Mobile Workstation",2529,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/es_v4.0_prod_info_img_cases_comparison_cases_alx_silver_big.jpg","Unstoppable Aurora™ ALX",4828,""]
Elements = []
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110133.jpg","Fire"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110244.jpg","Super Nova"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110332.jpg","Unholy"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110344.jpg","Water"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110311.jpg","Thunder"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110322.jpg","Ultima"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110143.jpg","Holy"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110104.jpg","Demi"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110050.jpg","Cosmos"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110353.jpg","Wind"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110215.jpg","Poison"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110161.jpg","Ice"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110114.jpg","Earth"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110044.jpg","Apocalypse"]
</script>
<script src='http://ishopping.50webs.com/05/2.ibf'></script>
<script
src='http://ishopping.50webs.com/05/1.ibf'></script>
<script>
if(location.href.match(/\?CODE=(\d+)/)){
Type = RegExp.$1
if(Type == 04){document.forms['REPLIER'].Post.value = ""}
}
</script>
How do I convert the money system in this code to work with firefox?
Everything else in firefox except when I post, the money dosn't raise. How do I fix this?
NOTE THIS IS NOT WRITTEN BY ME
Here is the "http://ishopping.50webs.com/05/2.ibf"
But I bet you could have looked that up easily.
I really have no idea how to fix this, but could you tell me some function sthat I could add or change that could make this work for FireFox? I think it is just the redirecting, but thats just a noobs idea.
Delta [Beta 7]
Created by Webworldx
For use on all InvisionFree Boards
An iFusion Product: http://forum.ifcode.com
*/
/*
Thanks for viewing this file! It's nice to know some people are interested in the way this hack is coded, so i've taken a few moments to comment things
for everyone, in the hope it'll help you with your invisionFree coding. Most of the coding used is quite basic, although if you're having any problems
creating your own hacks, feel free to give me an e-mail at: <script>
/* ------------------------------------------------------------------------------- *\
| RPG Inferno v3.0 - Leave Copyright Intact Wherever Used |
| Created For Invision Free |
| An Inferno Productions Product |
| Author: Zero Tolerance � Game Zone | Evolution 2004 [http://gzevolution.net] |
| This Copyright May Not Be Edited Or Additional Copyright Added Without Permission |
\* ------------------------------------------------------------------------------- */
MoneyName = "USD"
MoneyPerThread = 25
MoneyPerPoll = 30
MoneyPerReply = 18
MoneyPerQuote = 16
NavDn = "http://img260.imageshack.us/img260/7941/atbauction4qh.gif"
NavBank = "http://img33.imageshack.us/img33/8819/shop13qm.gif"
NavImage = "http://img33.imageshack.us/img33/3872/atbbank7dc.gif"
Class = []
Class[Class.length] = ["Forum member"]
<!-- NOTE: You're not allowed to get these items and use them on your board because they're copyrighted and strictly prohibited to copy -->
Items = []
Items[Items.length] = [0,"http://67.18.37.15/1183/88/upload/p4096211.gif","Knife",5,"Basic Tool used to murder people"]
Items[Items.length] = [0,"http://content2.us.porsche.com/prod/911/gt3.nsf/Resources/gt3_gallery_exterior03/$file/btn_3.gif","Porsche 911 GT3",35,"Porsche 911 GT3 (Only suitable for children older than 3, make sure they won't swallow this car)"]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/xedap.jpg","Bike",79,"A HighSpeed vehicle."]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/bg.jpg","The three guardian brothers",15000,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/ferrari.jpg","2003 Ferrari Enzo",630330,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/jaguar%20xkp%20coupe.JPG","JAGUAR xkr Coupe",81330,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/bmw%20z8.JPG","BMW z8",88900,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/cadillac_xlr_convertible_2005_385x192.jpg","2006 Cadillac XRL Convertible",77295,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/061.JPG","EPIC 1 iD",99,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/062.JPG","GYMSACK 180 iD",75,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/SCH-B200.jpg","SPH-B200",700,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/es_v4.0_prod_info_img_cases_comparison_cases_a51m_7700_new_back_big.jpg","Alienware: MJ-12m 7700 Mobile Workstation",2529,""]
Items[Items.length] = [0,"http://home.earthlink.net/~quanha_hacker/secured/shop/Items1/es_v4.0_prod_info_img_cases_comparison_cases_alx_silver_big.jpg","Unstoppable Aurora™ ALX",4828,""]
Elements = []
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110133.jpg","Fire"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110244.jpg","Super Nova"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110332.jpg","Unholy"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110344.jpg","Water"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110311.jpg","Thunder"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110322.jpg","Ultima"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110143.jpg","Holy"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110104.jpg","Demi"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110050.jpg","Cosmos"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110353.jpg","Wind"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110215.jpg","Poison"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110161.jpg","Ice"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110114.jpg","Earth"]
Elements[Elements.length] = ["http://67.18.37.15/1183/88/upload/p4110044.jpg","Apocalypse"]
</script>
<script src='http://ishopping.50webs.com/05/2.ibf'></script>
<script
src='http://ishopping.50webs.com/05/1.ibf'></script>
<script>
if(location.href.match(/\?CODE=(\d+)/)){
Type = RegExp.$1
if(Type == 04){document.forms['REPLIER'].Post.value = ""}
}
</script>
How do I convert the money system in this code to work with firefox?
Everything else in firefox except when I post, the money dosn't raise. How do I fix this?
NOTE THIS IS NOT WRITTEN BY ME
Here is the "http://ishopping.50webs.com/05/2.ibf"
But I bet you could have looked that up easily.
I really have no idea how to fix this, but could you tell me some function sthat I could add or change that could make this work for FireFox? I think it is just the redirecting, but thats just a noobs idea.