-
Posts
2,657 -
Joined
-
Last visited
-
Days Won
74
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
mccode-v2 Christmas Advent Calendar [ WORKING COPY }
Uridium replied to Uridium's topic in Free Modifications
It will be posted as soon as its been tested for bugs or issues. -
DAMN Zero used 2 dots i bet he stole that from me im a dot to dot fan ;) eye lol Nice work though POG1 and if anyone is wondering yes i stole this Font from NETTO's ;) cos its scandanavian for value ( just dont buy their beans )
-
If no-one has ever seen an Advent calendar then visit google ;) But for those that have then you will understand the concept of this mod There are 25 doors to open on the calendar ranging from day 1 to 25th < Xmas Day > Whilst users are opening the doors they will get a nice cash reward for each day and just so this Mod isnt boring once a door has been opened the user can click on the Advanet calendar to reveal an image behind the door... Theres a big Surprise for Members once the 25th has been reached. I'll post some screenies for you all to see it... In a few minutes... SCREENIES Calendar Frame..... A Few Random doors Opened Christmas Message ( when door 25 is opened )
-
Yep worked fine with Framework beta 2 :)
-
Thanks for that bluegman991 i'll try that
-
Updated .NEt framework 4 beta and the mcupdater.exe but nothing happens when i try to open the mcupdater.exe file.....
-
Nice find Joel So will this work for Localhost installations aswell or is it just purely for online crons....
-
HTML in forums or Signatures is always a bad thing not everyone is nice and stick to the rules whilst others like to place onloads into a html tags and have your page redirected. tick with BBCODE if you want my advice...
-
ok if use this for the out box function function mail_outbox() { global $db,$ir,$c,$userid,$h; print "Only the last 25 messages you have sent are visible. <table width=100% cellspacing=1 class='table'><tr style='background:gray'><th>To</th><th>Subject/Message</th><th>Status</th></tr>"; $q=$db->query("SELECT m.*,u.* FROM mail m LEFT JOIN users u ON m.mail_to=u.userid WHERE m.mail_from=$userid ORDER BY mail_time DESC LIMIT 25"); while($r=$db->fetch_row($q)) { $sent=date('F j, Y, g:i:s a',$r['mail_time']); $status = ($r['mail_read'] == 0) ? "<font color=red>Unread</font>" : "<font color=green>Read</font>"; print "<tr><td>[url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]</td><td>{$r['mail_subject']}</td></tr><tr><td>Sent at: $sent </td><td>{$r['mail_text']}</td><td>$status</td></tr>"; } print "</table>"; }
-
This very small addition will let the sender of a message know if the person they have sent it to has read their mail or not. look for the function mail_outbox and find this part $sent=date('F j, Y, g:i:s a',$r['mail_time']); below it add $status = ($r['mail_read'] == 0) ? "<font color=red>Unread</font>" : "<font color=green>Read</font>"; add a new bit to the end of the table statement so it reads <th>Status</th> Now on the print statement that has the <a href='viewuser.php?u={$r['userid']}'> add this to the near end <td>$status</td>
-
all MCC based games current downfall is the VOTING you have to remember that your user Doesnt just use your game, they will endeavour to find other similar MCC based games and your Voting Websites may reflect on their game aswell. Exampole if i voted for Votemmorpg.com from somemccgame.com then i wouldnt be able to Vote on your game from the same voting sites as all Votes are IP filtered. So you will need to have a look at using other voting sites to use for your members or they wont be able to vote on yours if they vote for the same site on others. Always have enough backup mods that work and are not in your game. and add them one by one each month this will keep your users happy and will let them know your doing your best to entertain them. REGARDS crystals and cash there are a few searching scripts on here that will allow users to search for crystals but again dont give too many out as with the cash... Remember one vital detail too much cash in your game will reflect on your entire games lifespan
-
This line dont look right. $db->query("UPDATE userstats SET '{$stat}' = '{$stat}' - $withdrawn WHERE 'userid' = ".$userid.""); SET '{$stat}' = '{$stat}' <<< how does it know which stat it is your referring too ?
-
A design layout out should always be the last thing thats done on a game. Concentrate on making your game as playable as possible Example making sure items and stats all add up and are fair. Ive seen so many decent styled MCC games fail beacse no thought has gone into how the game should run and the owner has concentrated more on how the game looks... Create a spreadsheet for all items added including Cost of the items and ability Always start off with low priced uselss items that dont give or gain much and work from that as a template. try not to add so many ways for users to get Cash in your game as this will Kill the whole concept of sitting down for ages working out your items prices. Crytsals should be rare so only give them out if people VOTE that way you wont have masses of crystal sales which inturn will create a Overflow of Cash. and a + would be to spend some time on how stats are given, how much are gained and how often the health/energy bar refills if its too fast then your users will gain stupid amount of stats and level upgrades per day.. Dont make all the best features DONATORS ONLY try to give some decent game plans for none donators aswell
-
try changing `statis` int(11) NOT NULL, to `statid` int(11) NOT NULL, Thats the only fault i can see. Too do this openup PHPMYADMIN select the table for implants click the pencil on statis and change to statid. Or you could always just change the statid on the Script to statis :)
-
Anywhere theres a global statement like this ====> global $ir,$c,$userid,$h; make it global $db, $ir,$c,$userid,$h;
-
You could always create an IP block table and add ip's to it from staff panel..
-
I did fix this for Chika but for the life of me i cant find the edits i made on this PC, Myself and chika tested this thoroughly on her site and had no errors what so ever. I would have to ask chika if she could kindly send me the edits i made from her site so i can repost...
-
silly question what if the month only has 28 days or 30 :) and dont shout at me for posting this its 4:30 in a morning lol
-
PM me your complete register.php script
-
Question - Is it possible to put an image as a username?
Uridium replied to Gucci Mane's topic in Game Support
Ive been working with GD LIB recently on another mod and found that for MCCODES it has a large potential for some great mods. -
Where have i heared that word K.I.S.S before.... Someone on here used to use it all the time.. Nyna springs to mind lol
-
Tell ya what would be cool illegal if the login section was on blank gravestone sort of like an epitaph login ;) but that one above is also superb excellent work..... + 1 billion
-
I did actually fix this problem for a user and added some extra info i'll dig it out and post when im next on.
-
This error usually 100% means your missing a { or a } somehwre in the script a good text editor like notepad++ will highlight all the { and } as red so you can identify open and closed just sift through your script and try to locate any that are missing.
-
If you want your mail and event count to be added to the menu add this to header.php near top global $db,$c,$ir, $set; $mc=$ir['new_mail']; $ec=$ir['new_events']; Now when altering your menu links create them like so menu[3]=['Mail Box {$ir['new_mail']}' , 'mailbox.php' , '_parent']; menu[4]=['Events {$ir['new_mail']}' , 'events.php' , '_parent']; Cntinue the same process for other Counts you want to add. You dont have to send a donation i just thought id put one here to test it ;) [paypal][email protected][/paypal]