Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,667
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by Uridium

  1. Re: Activation code and cron V.2 Would work even better if you gave us the SQL Tables for it ?
  2. Re: [MOD] This mod lets your Users Ignore Other Users Emails Big Thank you to TONKA for the working version :)
  3. Re: [V2] Ignore User Mail [V2] TONKA your a star However i cant take the credit for this as yours works and mine didnt lol So im quite happy for you to remove my name and add your own to the credits Matey a big thanks for this its been driving me nuts :) +100 from me :)
  4. Re: My forgot password. [v2] & [v1]   I don't think you are funny. Keep your comment's to your self. And don't you have a game you should be running? Rather than posting something so pathetic. Lately all your post's has just been containing 2 - 8 words. NICE ONE The annoying little prick has been getting on my nerves too lately with his smirk comments Cant wait for him to post after this so i can rip the little shit to shreads
  5. Re: Activation code and cron V.2   I was just about to say that lol you beat me too it... shouldnt it be global_func or even globals Reason for EDIT dyslexic keyboard
  6. Re: [ADDON] Oxidations Youtube script The download YOUTUBE part doesnt work i also tested it before i altered anything and it still never worked so i'll look into finding a possible solution. What i do know is Youtube have restricted the majority of downloadable files But even so the script from OXI wasnt pointing in the right place anyway...
  7. This is an addon from the details.php which was posted on here but i cant find it. so i'll just Give credit to where credits due to the owner... Copyright 2008 Ammo This ADDON will allow you to View every members details from the staff or admin Panel. Firstly create a file called staffuserdetails.php   <? include "sglobals.php"; //This contains user stuff switch($_GET['action']) { case 'viewuserdetails': view_user_begin(); break; default: print "Error: This script requires an action."; break; } function htmlspcl($in) { return str_replace("'", "'", htmlspecialchars($in)); } function view_user_begin() { global $db,$ir,$c,$h,$r,$userid; if($ir['user_level'] != 2) { die("403"); } print "<h3>View User Details</h3> You can view any aspect of this user. <form action='details.php?action=viewuserdetails method='post'> User: ".user_dropdown($c,'u')." <input type='submit' value='View This User' /></form>"; } $h->endpage(); ?>   Open up smenu.php and add this line to the USERS section   > [url='staffuserdetails.php?action=viewuserdetails']View User Details[/url]   Now create a file called details.php this is the file from AMMO   <?php /* |------------------------------------------------| details.php Free For CE Members Copyright 2008 Ammo |------------------------------------------------| */ include "sglobals.php"; $_GET['u'] = abs((int) $_GET['u']); if(!$_GET['u']) { print "Invalid use of file"; } else { $wq=$db->query("SELECT * FROM gangwars where warDECLARER={$ir['gang']} or warDECLARED={$ir['gang']}"); //$gq=$db->query("SELECT * FROM gangs WHERE gangID={$_GET['ID']}"); $gangdata=$db->fetch_row($gq); $gq=$db->query("SELECT g.*,oc.* FROM gangs g LEFT JOIN orgcrimes oc ON g.gangCRIME=oc.ocID WHERE g.gangID={$ir['gang']}"); $gangdata=$db->fetch_row($gq); $q=$db->query("SELECT u.*,us.*,c.*,h.*,g.*,f.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN cities c ON u.location=c.cityid LEFT JOIN houses h ON u.maxwill=h.hWILL LEFT JOIN gangs g ON g.gangID=u.gang LEFT JOIN fedjail f ON f.fed_userid=u.userid WHERE u.userid={$_GET['u']}"); if($db->num_rows($q) == 0) { print "Sorry, we could not find a user with that ID, check your source."; } else { $r=$db->fetch_row($q); global $db,$ir,$c,$h,$gangdata; if($r['user_level'] == 1) { $userl="Member"; } else if($r['user_level'] == 2) { $userl="Admin"; } else if ($r['user_level'] == 3) { $userl="Secretary"; } else if($r['user_level'] == 0) { $userl="NPC"; } else {$userl="Assistant"; } $lon=($r['laston'] > 0) ?date('F j, Y g:i:s a',$r['laston']) : "Never"; $sup=date('F j, Y g:i:s a',$r['signedup']); $ts=$r['strength']+$r['agility']+$r['guard']+$r['labour']+$r['IQ']; $d=""; if($r['laston'] > 0) { $la=time()-$r['laston']; $unit="seconds"; if($la >= 60) { $la=(int) ($la/60); $unit="minutes"; } if($la >= 60) { $la=(int) ($la/60); $unit="hours"; if($la >= 24) { $la=(int) ($la/24); $unit="days"; } } $str="$la $unit ago"; } else { $str="--"; } if($r['last_login'] > 0) { $ll=time()-$r['last_login']; $unit2="seconds"; if($ll >= 60) { $ll=(int) ($ll/60); $unit2="minutes"; } if($ll >= 60) { $ll=(int) ($ll/60); $unit2="hours"; if($ll >= 24) { $ll=(int) ($ll/24); $unit2="days"; } } $str2="$ll $unit2 ago"; } else { $str2="--"; } if($r['laston'] >= time()-15*60) { $on="<font color=green>[b]Yes[/b]</font>"; } else { $on="<font color=red>[b]No[/b]</font>"; } $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+labour+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['labour']=number_format($ir['labour']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); if ($ir['user_level']== 1) { print" Your Not A Staff Member"; } else { print "<h3>Details For {$r['username']}</h3> <table width=100% cellspacing=3 ><u>[b]General Info[/b]</u> Username: {$r['username']} Login Name: {$r['login_name']} User Level: $userl Duties: {$r['duties']} E-Mail Address: {$r['email']} IP Address: <font color=red>{$r['lastip']}</font> Signed Up IP: <font color=green>{$r['lastip_signup']}</font> Login IP: <font color=blue>{$r['lastip_login']}</font> </td> Display Picture URL: {$r['display_pic']} [i]<font color=red>(<a href={$r['display_pic']}>View</a>)[/i]</font> Gender: {$r['gender']} Signed Up: $sup Online: $on Last Active: $lon Last Action: $str Last Login: $str2 Days Old: {$r['daysold']} Property: {$r['hNAME']} Location: {$r['cityname']} Referals: "; $rr=$db->query("SELECT * FROM referals WHERE refREFER={$r['userid']}"); print $db->num_rows($rr); print " Friends: {$r['friend_count']} Enemies: {$r['enemy_count']}</table> <table width=100% cellspacing=1 > <u>[b]Finacial Info[/b]</u> Money: \${$r['money']} Crystals: {$r['crystals']} Rubys: {$r['ruby']} Bank Money: \${$r['bankmoney']} Cyber Money: \${$r['cybermoney']} Crystal Bank: {$r['cbank']} Ruby Bank: {$r['rbank']} Marketing Scheme: \${$r['mmarket']}</table> "; if($r['gang']) { print " <table width=100% cellspacing=0 > <u>[b]Gang Info</u>[/b] Gang: [url='gangs.php?action=view&ID={$r[']<font color=green>{$r['gangNAME']} ({$r['gangID']})</font>[/url] Gang President ID: <a href=viewuser.php?u={$gangdata['gangPRESIDENT']}>{$gangdata['gangPRESIDENT']}</a> Gang Vice-President ID: <a href=viewuser.php?u={$gangdata['gangVICEPRES']}>{$gangdata['gangVICEPRES']}</a> Gang Wars: <font color=red>".$db->num_rows($wq)." Wars</font> Gang Respect: {$r['gangRESPECT']} Gang Current Crime ID: {$r['gangCRIME']} Gang Current Crime Name: {$gangdata['ocNAME']} Gang Crime Hours Left: {$r['gangCHOURS']} <u>Gang Financial Info</u> Gang Money: {$r['gangMONEY']} Gang Crystals: {$r['gangCRYSTALS']} </table>"; } else { print "<table width=100% cellspacing=0 >[b]<u>Gang Info</u>[/b] <font color=red>No Gang</font> </table>"; } print" <table width=100% cellspacing=0 >[b]<u>Forum Info</u>[/b] Forum Posts: {$r['posts']} Forum Credits: {$r['fcredits']} Forum Avatar: {$r['forums_avatar']} [i]<font color=red>(<a href={$r['forums_avatar']}>View</a>)[/i]</font> Forum Sig: {$r['forums_signature']} <u>Special Info</u> Donator Days: {$r['donatordays']} Days Left Fed Jail Days: {$r['fed_days']} Fed Reason: {$r['fed_reason']} Mail Ban Days: {$r['mailban']} Mail Ban Reason: {$r['mb_reason']} Forum Ban Days: {$r['forumban']} Forum Ban Reason: {$r['fb_reason']}</table> <table width=100% cellspacing=0 >[b]<u>Weapon Infomation</u>[/b] Primary Weapon ID: {$r['equip_primary']} Secondary Weapon ID: {$r['equip_secondary']} Armour ID: {$r['equip_armor']}</table> <u>Jail/Hospital Details</u> Jail Time: {$r['jail']} Jail Reason: {$r['jail_reason']} Hospital Time: {$r['hospital']} Hospital Reason: {$r['hospreason']} <u>Stats Infomation</u> Strength: {$r['strength']} [Ranked: {$ir['strank']}] Agilty: {$r['agility']} [Ranked: {$ir['agirank']}] Gaurd: {$r['guard']} [Ranked: {$ir['guarank']}] Labour: {$r['labour']} [Ranked: {$ir['labrank']}] IQ: {$r['IQ']} [Ranked: {$ir['IQrank']}] Total Stats: {$ts} [Ranked: $tsrank] <u>Performace Stats</u> Energy: {$r['energy']} Brave: {$r['brave']} Will: {$r['will']} Health: {$r['hp']} Max Energy: {$r['maxenergy']} Max Brave: {$r['maxbrave']} Max Will: {$r['maxwill']} Max Health: {$r['maxhp']} EXP: {$r['exp']}% Steps: {$r['turns']} Oxygen: {$r['oxygen']}/100 <u>Actions</u> [url='jailuser.php?userid={$r[']Jail User[/url] [url='mailban.php?userid={$r[']Mail Ban User[/url] [url='staff_users.php?action=edituser']Edit User[/url] [url='staff_users.php?action=deluser']Delete User[/url] "; print "<form action='staffnotes.php' method='post'> Staff Notes: <textarea rows=7 cols=40 name='staffnotes'>{$r['staffnotes']}</textarea> <input type='hidden' name='ID' value='{$_GET['u']}' /> <input type='submit' value='Change' /></form> "; } } } $h->endpage(); ?>   And your done.
  8. I havent added much just made it so Users can search for Youtube vids within your game.. The original script to this can be found here.. http://criminalexistence.com/ceforums/index.php?topic=10385.0 Copyright still remains with Oxidations free youtube script. create a file called youtube.php and add this..   <?php /*************************** -- Basic YouTube Downloader Script -- Compiled by Oxidati0n -- Free Code, copyright 2007. ***************************/ include "globals.php"; if($_POST['video']) { $file=file_get_contents("http://m.youtube.com/details?v=".$_POST['video']."&s=mmr&p=1&warned=yes"); if($_POST['type'] == "Download") { if(!eregi('Invalid Video ID.', $file) and !eregi('Not Available on Mobile', $file)) { header("Location: rtsp://rtsp.youtube.com/youtube/videos/".$_POST['video']."/video.3gp"); } elseif(eregi('Not Available on Mobile', $file)) { print "<body bgcolor=#222><font color=#000><style>*{ color:#000; text-align:left; } body,form{ font-family:Verdana;font-size:11pt; } input{ color:#000; }</style> <font size=+5>Not available for download.</font> <hr /> [b]Enter the YouTube Video ID[/b] [img=http://s.ytimg.com/yt/img/pixel-vfl73.gif] NOTE: Video will be formatted in 3GP in which you can send to your mobile phone. <form action='youtube.php' method='post'> ID: <input type='text' name='video'> <input type='submit' name='type' value='Watch'><input type='submit' name='type' value='Download'></form></font></body>"; }else { print "<body bgcolor=#222><font color=#000><style>*{ color:#000; text-align:left; } body,form{ font-family:Verdana;font-size:11pt; } input{ color:#000; }</style> <font size=+5>Youtube Video doesn't exist.</font> <hr /> [b]Enter the YouTube Video ID[/b] [img=http://s.ytimg.com/yt/img/pixel-vfl73.gif] NOTE: Video will be formatted in 3GP in which you can send to your mobile phone. <form action='youtube.php' method='post'> ID: <input type='text' name='video'> <input type='submit' name='type' value='Watch'><input type='submit' name='type' value='Download'></form></font></body>"; } } elseif($_POST['type'] == "Watch") { print "<body bgcolor=#222><font color=#000><style>*{ color:#000; } input{ color:#000; }</style> <h3>YouTube Video</h3> "; ?> <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/<?=$_POST['video']?>"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<?=$_POST['video']?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> <?php print " </font></body>"; } } else { print "<body bgcolor=#222><font color=#000><style>*{ color:#000; text-align:left; } body,form{ font-family:Verdana;font-size:11pt; } input{ color:#000; }</style>[b]Enter the YouTube Video ID[/b] [img=http://s.ytimg.com/yt/img/pixel-vfl73.gif] NOTE: Video will be formatted in 3GP in which you can send to your mobile phone. <h3>HOW TO GET AN ID</h3> To get the ID for the Youtube video simply look at the last letters: example [url]www.youtube.com/watch?v=[/url][b]mJUVHYsFqfg[/b] so the ID for this Video is [b]mJUVHYsFqfg[/b] and is what you type into the ID: box <form action='youtube.php' method='post'> ID: <input type='text' name='video'> <input type='submit' name='type' value='Watch'><input type='submit' name='type' value='Download'></form></font> [url='http://www.youtube.com/'][i]YouTube[/i] - Broadcast Yourself.[/url]</h3><div class='s'>Search Youtube for your Favourite Vid and ID number <form name=nqgs method=GET action='http://www.youtube.com/results' target='blank' style='display:block;margin:6px 0 4px' onsubmit='if(this.q.value==''){document.getElementById('nqms').style.display='block';return false;}return true'><input id=nqsbq type=text name=q size=30 maxlength=2048 style='margin:0 4px 0 0' title='Search youtube.com'><input type=submit name=btnGNS value='Search youtube.com'><input name=oi type=hidden value='navquery_searchbox'><input name=sa type=hidden value=X><input name=as_sitesearch type=hidden value='youtube.com'><input type=hidden name=hl value='en'><input type=hidden name=newwindow value=1><input type=hidden name=safe value='off'><div class=sl id=nqms style='display:none;color:red'>Please enter some search terms.</div></form> </body>"; } ?>   You can now search the youtube vids from your game
  9. Re: [MOD] This mod lets your Users Ignore Other Users Emails   Well if i can get it working on my script then people can have it for FREE Just gotta iron out a few bugs but it wont beat me lol
  10. Re: [MOD] This mod lets your Users Ignore Other Users Emails   By Joe the boys right..DONT USE THE CODE FOR THE MOMENT I MUST HAVE FORGOT SOMETHING Cheers Dementor
  11. Re: To all who read this board. I agree with KILLAH and to those that give freebies. I for one am always chaging things on Freebies but it doesnt take two mins to post who its done by to save all the hassle later.
  12. DONT USE AT THE MOMENT TILL I FIGURE WHAT I MISSED SORRY GUYS AND GALS Open up Preferences.php and find   print "<h3>Preferences</h3>   Now add these following at the bottom. before the ";   [url='ignoreusermail.php?action=mailform']Ignore A Users Email[/url] [url='ignoreusermail.php?action=unmailform']Un-Ignore A Users Email[/url]   Create a file called ignoreusermail.php   <?php include "globals.php"; switch($_GET['action']) { case 'mailform': mail_user_form(); break; case 'mailsub': mail_user_submit(); break; case 'unmailform': unmail_user_form(); break; case 'unmailsub': unmail_user_submit(); break; default; mailban_home(); break; } function prefs_home() { global $db,$ir,$c,$userid,$h; print "<h3>Mailbanning a user</h3> [url='ignoreusermail.php?action=mailform']Add User To Be Ignored[/url] [url='ignoreusermail.php?action=unmailform']Ungignore User[/url] "; } function mail_user_form() { global $db,$ir,$c,$h,$userid; print "<h3>Ignore Mail From A Specified User</h3> The user will not be able to send you ingame mail. <form action='ignoreusermail.php?action=mailsub' method='post'> User to Ignore: ".user_dropdown($c,'user',$_GET['ID'])." Days To Ignore: <input type='text' name='days' /> Reason: <input type='text' name='reason' /> <input type='submit' value='Ignore Future Mail' /></form>"; } function mail_user_submit() { global $db,$ir,$c,$h,$userid; $_POST['reason']=$_POST['reason']; $re=$db->query("UPDATE users SET usermailban={$_POST['days']},usermb_reason='{$_POST['reason']}' WHERE usermbid={$_POST['user']}"); event_add($_POST['user'],"You were banned from mail for {$_POST['days']} day(s) for the following reason: {$_POST['reason']}",$c); print "<font size=4>Users Mail will be Ignored.</font> [url='mailbox.php']Return to Mail Box[/url]"; stafflog_add("Mail Ignored User ID {$_POST['user']} for {$_POST['days']} days"); } function unmail_user_form() { global $db,$ir,$c,$h,$userid; print "<h3>Un-Ignoring User Mail</h3> The user will be removed from your Ignore Mail List. <form action='ignoreusermail.php?action=unmailsub' method='post'> User to Uningnore: ".mailb_user_dropdown($c,'user')." <input type='submit' value='Un-mailban User' /></form>"; } function unmail_user_submit() { global $db,$ir,$c,$h,$userid; $db->query("UPDATE users SET usermailban=0 WHERE usermbid={$_POST['user']}"); print "User un-Ignored."; event_add($_POST['user'], ".", $c); stafflog_add("Un-mailbanned user ID {$_POST['user']}"); } $h->endpage(); ?>   Now open up mailbox.php **NOTE THIS WILL DO THE SAME AS PREFS BUT IN THE REPLY BOX** FIND   print "[url='mailbox.php?action=delete&ID={$r[']Delete[/url]   And underneath overwrite with.   [url='preport.php?ID={$r[']Report[/url] [url='ignoreusermail.php?action=mailform']Ignore Usermail[/url] [url='ignoreusermail.php?action=unmailform']Un-Ignore Usermail[/url]</td><td>{$r['mail_text']}</td></tr>";   Now for the SQL   ALTER TABLE `users` ADD `usermailban` INT( 11 ) NOT NULL default '0'; ALTER TABLE `users` ADD `usermb_reason` varchar(255) NOT NULL default '0'; ALTER TABLE `users` ADD `usermbid` INT( 11 ) NOT NULL default '0';   Your users can now Ignore and Un-ignore other users...
  13. Re: Boat + Planks Mod [V2] Thought id make life easier for ya Karlos this is for the V1 version.. Copyright remains as above.   <?php //Planks Mod //Made By karlos + sniko //Copyright © //Made For Mccode V2 //Date Made: 20 - Aug - 2008 //Free To Criminal Exsitence Forum Users session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['jail'] or $ir['hospital']) { echo("This page cannot be accessed while in jail or hospital."); } if(!$_GET['spend']) { print "<h2>Plank And Boat Shop</h2> [i]Here you can buy Planks. Planks Are Needed To Make A Boat The You Can Travel.[/i] [i]You can also Build Your Boat Here.[/i] You Currently Have {$ir['planks']} Planks. <table width=95% border=1> <th height=10%># Of Planks</th><th height=10%>Price</th><th height=10%>Buy</th></tr> <td><center>5</td><td><center>$250</td><td><center>[url='planksshop.php?spend=5']Buy now[/url]</td></tr> <td><center>10</td><td><center>$500</td><td><center>[url='planksshop.php?spend=10']Buy now[/url]</td></tr> <td><center>15</td><td><center>$750</td><td><center>[url='planksshop.php?spend=15']Buy now[/url]</td></tr><tr> <td><center>20</td><td><center>$1000</td><td><center>[url='planksshop.php?spend=20']Buy now[/url]</td></tr> <td><center>25</td><td><center>$1250</td><td><center>[url='planksshop.php?spend=25']Buy now[/url]</a></td></tr></table> <table width=95% border=1> <th height=10%>Boat</th><th height=10%>Build</th></tr> <td><center>Small Boat</td><td><center>[url='planksshop.php?spend=boat']Build Now[/url]</td></tr><tr></table>"; } else { if($_GET['spend'] == '5') { if($ir['money'] <249) { print "You don't have enough money to buy the planks, you need $50!"; } else { mysql_query("UPDATE users SET money=money-250, planks=planks+5 WHERE userid=$userid",$c); print "Congratulations, you bought 5 planks for $250! [url='planksshop.php']Back to Shop[/url] "; } } else { if($_GET['spend'] == '10') { if($ir['money'] <499) { print "You don't have enough money to buy the planks, you need $500!"; } else { mysql_query("UPDATE users SET money=money-500, planks=planks+10 WHERE userid=$userid",$c); print "Congratulations, you bought 10 planks for $500! [url='planksshop.php']Back to Shop[/url] "; } } else { if($_GET['spend'] == '15') { if($ir['money'] <749) { print "You don't have enough money to buy the planks, you need $50!"; } else { mysql_query("UPDATE users SET money=money-750, planks=planks+15 WHERE userid=$userid",$c); print "Congratulations, you bought 15 planks for $750! [url='planksshop.php']Back to Shop[/url] "; } } else { if($_GET['spend'] == '20') { if($ir['money'] <999) { print "You don't have enough money to buy the planks, you need $1000!"; } else { mysql_query("UPDATE users SET money=money-1000, planks=planks+20 WHERE userid=$userid",$c); print "Congratulations, you bought 20 planks for $50! [url='planksshop.php']Back to Shop[/url] "; } } else { if($_GET['spend'] == '25') { if($ir['money'] <1249) { print "You don't have enough money to buy the planks, you need $1250!"; } else { mysql_query("UPDATE users SET money=money-1250, planks=planks+25 WHERE userid=$userid",$c); print "Congratulations, you bought 25 planks for $1250! [url='planksshop.php']Back to Shop[/url] "; } } else { if($_GET['spend'] == 'boat') { if($ir['planks'] <49) { print "You only have {$ir['planks']} planks you need 50"; } else { mysql_query("UPDATE users SET planks=planks-50, boat=boat+1 WHERE userid=$userid",$c); print "Congratulations, you built a boat for 50 planks! [url='planksshop.php']Back to Shop[/url] "; } } } } } } } } $h->endpage(); ?>   Use the rest of the script above as written..
  14. Re: Boat + Planks Mod [V2] lol i love your way of thinking your ideas are about the same as mine keep up the good work karlos i look forward to see more of your scripts +100 from me :)
  15. Re: Vallheru created before Mcc ?   Your Probably right jaye1 still its a nice Freebie engine to work on all the same, quite a large download aswell at 1.5mb has a fair few extras in the includes folder but its taken me a fair while just to translate that one page lol
  16. Re: Vallheru created before Mcc ? Although ive had to translate most of the Vallheru's script from Polish to English this is rather a Neat engine. Havent seen a Cron on it but everything is updating as it would on Mcc even without a cron. The admin panel could do with more features granted but its already equipped without over 100 NPCS each graded at different levels You can even change the style of the layout just by adding a premade CSS and selecting from ones that are all ready in the css folder Although my Polish is rubbish and Google isnt much help with the language it would take a bit of editing but i think this is quite a decent engine to work on.. Not sure about any SQL Injection problems but it would be ideal for a beginner.
  17. Im trying to see the Difference between a Polish Game called Vallheru and MCCodes and too be honest oher than Mcc having a header image there isnt much difference....... I may have these dates wrong but i went back to the mcc lite version and its creation year was 2006, where as the creation year for the vallheru was 2004...... and the MCC So was the creator of the MCC who flogs his game for $300 and the Vallheru which is Free, pulling a fast one.....
  18. Re: Tutorial: v1 - v2 Conversion   when your converting to V2 remove the line that says include "global_func.php"; and overwrite with include "globals.php";
  19. Re: [Any] Quick Chat With Owner   Not if ya give them a dud yahoo ID thats always offline which defeats the object but hey lol
  20. Re: [mod] Mcc Christmas Theme   I just offer things that people dont have. just a thought and design phase for people to look at MCCodes a bit more differently rather than how they loko now. Ya never know the flash may take it to a newer level :)
  21. Re: [mod] Flash header all Versions of MCC I agree with Extermination and ZERO anyone else wanna comment ;)
  22. Re: [FREE] [V2] 2 Game Styles/Themes   I for one love Freebies dont really care if anyone else has it or not. hes offered his time and services to do this so thats a +10 from me. problem with all you idiots that pay for these mods is you think your the only one who has them. THINK AGAIN. with so many P2P programs and torrent sites out there we could probably pick up your work for nothing... Just because people charge doesnt mean you cant get it for Free.
  23. Re: [Any] Quick Chat With Owner if its for Yahoo then you could use this code   [url="http://edit.yahoo.com/config/send_webmesg?.target=0000000000&.src=pg"][img=http://opi.yahoo.com/online?u=0000000000&m=g&t=1][/url]   alter the 0000000000 to the YM id of a person on staff so both the 0000000000 need to be the same staff persons name.. just created more links if you have more staff.. This will show staff who have Yahoo to be Online or Offline....
  24. Re: [mod] Mcc Christmas Theme   Thats quite true but if they have it now then its less hassle later when they need to add it to their site. and anyay at moment its still a demo i might change the layout yet. Adding snow looked cool but i took it off due to lagg
  25. Seeing as its nearing chrimbo ive decided to make a christmas header includes an MP3, xmas tune with 5 links DEMO http://www.nightdreamer2000.com/zenellion/xmasheader.php The header isnt linked to the game at the moment but you get the general idea i'll post the files as soon as my connection stops peeing me off.... Will also do a Halloween theme if anyone wants it. as its only the header your changing its quite easy to revert back to your old version just keep a backup of it.
×
×
  • Create New...