Jump to content
MakeWebGames

[mccode v2] Gym


Recommended Posts

  • Replies 109
  • Created
  • Last Reply

Top Posters In This Topic

  • 4 weeks later...
Posted

Re: Free 2 - Gym

i want to turn it into a donator gym how to do that ?? because atm all member's can enter it could you tell me what to add where and what to post under ect.. please and thx in advance

Posted

Re: Free 2 - Gym

Mu users and I love this mod, thanks Nyna!

One problem that I am having is that it works great in Firefox, but won't load in IE or Safari. When using Safari, it displays the top header image and that's it. I am assuming this is a header.php conflict, are there any differences I should be aware of between Firefox and IE scripting that may be causing this issue?

I've noticed on one or maybe two pages on my site that cuts the bottom footer image out as well. Is this a php issue/conflict? Has anyone been through this before?

Guest Anonymous
Posted

Re: Free 2 - Gym

 

Mu users and I love this mod' date=' thanks Nyna![/quote']

Thankies

 

One problem that I am having is that it works great in Firefox, but won't load in IE or Safari. When using Safari, it displays the top header image and that's it. I am assuming this is a header.php conflict, are there any differences I should be aware of between Firefox and IE scripting that may be causing this issue?

Out of the box, this mod has worked perfectly to my knowledge across browsers with only minor rendering differences - so you may well have some basic conflict.

 

Most people are using this mod as a Donator Gym

Personally, I saw this as a freebie - People making money from it... Well, lets just say that it makes me less likely to release any free mods. But, that's up to you guys and your conscience.

  • 3 weeks later...
Posted

Re: Free 2 - Gym

I finally got this script to work on Internet Explorer Nyna. It took me a while to figure it out as it was working fine on Firefox but the trouble was all over this comment in this line.

 

echo sprintf("<input type='hidden' name='formID' value='%s' />", $formID);

I removed and it works fine for Internet Explorer and Safari users. Funny how such a little thing such as that comment caused me so much grief and agony with IE.

Guest Anonymous
Posted

Re: Free 2 - Gym

HTML comments have the following syntax:

 

<!-- and so is this one,

which occupies more than one line -->

White space is not permitted between the markup declaration open delimiter("<!") and the comment open delimiter ("--"), but is permitted between the comment close delimiter ("--") and the markup declaration close delimiter (">"). A common error is to include a string of hyphens ("---") within a comment. Authors should avoid putting two or more adjacent hyphens inside comments.

Information that appears between comments has no special meaning (e.g., character references are not interpreted as such).

Note that comments are markup.

Posted

Re: Free 2 - Gym

It is another way to define that the mod is your's.

By making the

/*

-- blah

*/

tags ontop of the they can just take it away, but add <!- Blah -!> in side the code, they will think it is used for some thing so when ever you want to see that some one is using your mod illegaly, you just click view source and look for <!- Blah -!>

  • 2 weeks later...
Posted

Re: Free 2 - Gym

Hi, i was wondering how i would go about increasing the amount of will used per training session, i figured it would have something to do with the $will line, but when i try anything it just changes how many stats my users get.

i have tried muliplying the line by 10,

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and by 0.1, (effectively dividing)

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

What am i doing wrong?

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...