-
Posts
110 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by rednspirited
-
Still happening lol but heres a better idea of whats up. when you click the address bar it gives the wrong id if you get the players id and plug it in the bar you can heal them.
- 17 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
thanks ill test it :) no problems with that :) let ya know what happens thanks so much ok the only bug im finding is when you click heal it shows the name of a different player and says they are not in the hospital but its amazing thank you first pic it when you click hospital second pic is what i got when i clicked heal. i have looked it over and cant see where its wrong at .
- 17 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
ok than it is good i was out of it last night :) will try putting it first thanks :) got at least on to change lol but its a work in progress :)
-
i can try it :) but tomorrow when my mind isnt squashed :) ty for the help and idea :)
-
heres what i got } if ($r['donatordays']) { $r['username'] = "<font color=red>{$r['username']}</font>"; $d = "<img src='donator.gif' alt='Donator: {$r['donatordays']} Days Left' title='Donator: {$r['donatordays']} Days Left' />"; } else if ($r['user_level'] == 2) { $r['username'] = "<font color=blue>{$r['username']}</font>"; $d = } if ($r['laston'] >= time() - 15 * 60) { $on = "<font color=green><b>Online</b></font>"; } else { $on = "<font color=red><b>Offline</b></font>"; }
-
I want to change the color of staff names by the staff level how would I go about coding that so it out ranks the donor colored names?
-
So would you be volunteering to help me then ? cant blame me for asking :P
- 17 replies
-
- 1
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
ok thank you for looking :)
-
Been looking for a couple days now hard to find exactly what I'm looking for. Is there a hospital mod for allowing people to either heal themselves or others out of the hospital for cash or crystals? Thanks for helping in advance. And sorry if I posted this in the wrong spot.
-
Now on to the next ? thanks
-
Got it up and running thank you so much for the help I couldn't have figured it out with out your help
-
That's how it reads but they dont work
-
if my dataase is named battlefo_battlefo************* and my line reads like this php /home/battlefo/public_html/crons/cron_fivemins.php in my cornsjob Should it read battlefo_battlefo************ in the code line?
-
thanks i will try that and see what happens still didnt work is there somethingelse i should add?
-
i have been searching the site for info but after hours of reading i decided to make this post. i have tried different ways but cant seem to make my cron files to work. i am only posting the minute file cause its the shortest and the code line is pretty much the same for each. any help i will be greatful for . thank you require_once(dirname(__FILE__) . "/../mysqli.php"); $cron_code = '* * * * * curl public_html/cron_minute.php?code=672bb9f5a0b168da99fbbf74980175ecd'; if ($argc == 2) { if ($argv[1] != $cron_code) { exit; } } else if (!isset($_GET['code']) || $_GET['code'] !== $cron_code) { exit; } mysqli_query("UPDATE users SET hospital=hospital-1 WHERE hospital>0", $c);
-
is this for v1 or v2 i would very much like to try it if it is for v1 :)
-
I am new here been thinking of a game for a long time finally found mccodes after months of searching. havent programmed in years doubt some would even know the langue i learned lol. anyways just need pointed in the right direction of help for v1 mccodes. got it first but as soon as i get all set up i wanna upgrade to v2. my crons are my maor issue atm where can i find help to get them working? thanks yall
-
- 2
-