Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Coding Help Please; Unnable to work any code
Topic Started: Mar 16 2008, 06:55 AM (1,140 Views)
ebk forever
Member
[ * ]
i dunno what to do i am trying to add a money code to a zetaboard website but no matter where i put it, it just wont work the code is

Code:
 
<script type="text/javascript" src="http://www.seekond.com/scripts/LeM.js"></script>
<script type="text/javascript">
//////////////////////////////////////////////
Level/Experience/Money Hack
Edit the Following /////////////////////////////////////////////
lem.level=[0,50,100,200,500,1000,5000,10000,20000];
lem.exp=5;
lem.mon=[1.5,"$","before"];
lem.populate(1);

Edited by ebk forever, Mar 16 2008, 07:20 AM.
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
I havent checked the coding whether it would work or not, but you're missing a </script> at the bottom.
Offline Profile Quote Post Goto Top
 
ebk forever
Member
[ * ]
i do have the </script> thing at the end on my website its not working still
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
Code: HTML
 
<script type="text/javascript">
//////////////////////////////////////////////
Level/Experience/Money Hack
Edit the Following /////////////////////////////////////////////
lem.level=[0,50,100,200,500,1000,5000,10000,20000];
lem.exp=5;
lem.mon=[1.5,"$","before"];
lem.populate(1);
</script>
<script type="text/javascript" src="http://www.seekond.com/scripts/LeM.js"></script>


That might fix it.
Offline Profile Quote Post Goto Top
 
RyuraGS
Member Avatar
Member
[ *  *  * ]
Viral
Mar 16 2008, 08:53 AM
Code: HTML
 
<script type="text/javascript">
//////////////////////////////////////////////
Level/Experience/Money Hack
Edit the Following /////////////////////////////////////////////
lem.level=[0,50,100,200,500,1000,5000,10000,20000];
lem.exp=5;
lem.mon=[1.5,"$","before"];
lem.populate(1);
</script>
<script type="text/javascript" src="http://www.seekond.com/scripts/LeM.js"></script>


That might fix it.
Actually...

Quote:
 
<script type="text/javascript" src="http://www.seekond.com/scripts/LeM.js"></script>
<script type="text/javascript">
lem.level=[0,50,100,200,500,1000,5000,10000,20000];
lem.exp=5;
lem.mon=[1.5,"$","before"];
lem.populate(1);
</script>


That'll do it. Those lines weren't properly commented.

Regardless, it's a bad code so I suggest you use something different.
Offline Profile Quote Post Goto Top
 
ebk forever
Member
[ * ]
i do have the </script> thing at the end on my website its not working still
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
Didn't see the comments in there :-/ .

ebk, where did you get the code from?
Offline Profile Quote Post Goto Top
 
Zathros
Member
[ * ]
ebk forever
Mar 16 2008, 04:28 PM
i do have the </script> thing at the end on my website its not working still
website or forum?
Offline Profile Quote Post Goto Top
 
choco
SPORE
[ *  *  * ]
Ahh! People are using that code!

I suggest you take that off; that's totally screwed up. I have no idea why I forgot to remove the code from here. I'll post an updated version soon.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Theme & Code Help · Next Topic »
Add Reply