Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. go on mate show me 1 forum trhat is fully intergrated with mccodes other then MTGs and the crappy one that comes with mccodes. yea you can have SMF IPB but i bet you they will be used 1/2 as much as a intergrated one ...the cronwerks one?
  2. he never said it was faster btw when using mysql_query you should always kill db->query kills it for you all put into the class folder
  3. is the class folder not called for every file that has require_once("sglobals.php"); or require_once("globals.php"); anyway so that would not really make it faster since its already there to use? if anything would have thought it would be faster since $c and die would already be part of it?
  4. hold down ctrl and click opens it in a new tab anyway
  5. try this [Mccodes V2] Set Up V2 the way you want it without altering files....
  6. cron jobs [any version] Removal of 1 minute crons try setting them up read down the 3rd page theres a way to use crons without crons called timestampes try setting that up on a localhost to see if it works for you
  7. IE No longer comes with Windows 7 I believe... (Unless what I've heard has changed) but due to some crazy law suit or something Microsoft is not allowed to ship IE with their Windows product because it is unfair on the competition.but most people do not have windows 7 yet i am still on xp as are most windows users(i think) however not looked into that vista and xp still get shipped with ie   sorry if i was not clear what i mean is people that play games and spend time online will look into stuff like firefox they are the people that go onto sites like that its just who goes on the site
  8. crons [any version] Removal of 1 minute crons look down that post theres a full cron remove thing for v2
  9. forum i have never heard a bad word about the free one on cronwerks never looked at it myself
  10. people use ie8 cos it comes with windows and most people have windows most find it easy and never change if your running a game/site were people that are on a computer a lot would go they are the people that look into stuff like using firefox and firefox is the 2nd biggest browser next to ie8 (i think)
  11. do you mean some thing like this?(yes i know old post) Gang Managers
  12. try this mod   [any version] Removal of 1 minute crons
  13. take a look here [mccode] Supporter Packs   its for v1 and has a few bugs but it works v2 is on one of the late pages
  14. there is one small thing that going to push people away even the code tags mean that you have to copy and paste nice and slowly ctrl +a works if you want the line numbers to :huh:
  15. Dominion

    question...

    Re: question... i have one i was testing with but it does not really help much cos its so easy to view source with out right click put it after the php close tag not sure were i got it from but it was free off a site so enjoy   <SCRIPT language=JavaScript> var msg='Your msg here'; function disableIE() { if (document.all) {alert(msg);return false;} } function disableNS(e) { if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {alert(msg);return false;} } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN);document.onmousedown=disableNS; } else { document.onmouseup=disableNS;document.oncontextmenu=disableIE; } document.oncontextmenu=new Function('alert(msg);return false') </SCRIPT>   edit - first posted here http://criminalexistence.com/ceforums/i ... ic=27917.0
  16. Re: how do you do a drop down menu? do you mean some thing like this ? http://criminalexistence.com/ceforums/i ... ic=26951.0
  17. Re: Looking for code paying $5 i would just stop posting destroyer cos your just going to get more people on your back
  18. Re: [mccode v2] Login and Register Pages   works fine for me its my login on the test server no problems since i put it on
  19. Re: [iN PROGRESS V2] Bank High Sealed Security   what about people who just happen to see a password or if you have a staff member who you thought you could trust? there are programs out there that help the people who have no idea what hacking is to get in (should not happen if your games code is good) but people still get lucky so this is not pointless and a new bank look may be nice. if the pin and password thing is not a massive add on it will still at the very least stop noobs mailing you saying my banks been hacked or what ever they try to say now
  20. Re: Visability ooops lol i was in a rush
  21. Re: Visability == means equal to eg what u have == 5 only level 5 can see > smaller numbers this side eg > 5 smaller then 5 could see < bigger numbers this side < 5 bigger then 5 can see <= equal or bigger <= 5 + bigger can see >= equal or smaller >= smaller then 5 and the 5s can see so u want <4 or =<5
  22. Re: Crystals V2 you could always take some time to look at this may take a while to do but means once you have its so much easyer to change when ever you want to http://criminalexistence.com/ceforums/i ... ic=27919.0
  23. Re: How to make sure assistants won't ban the admin? in jail user i thought there was already something to stop staff being able to ban staff members but i guess if not just add some thing into jailuser.php like there is supposed to be   global $ir,$c,$h,$userid; $q=$db->query("SELECT * FROM users WHERE userid={$_POST['user']}"); $them=$db->fetch_row($q); if($them['user_level'] == 2 || $them['user_level'] == 3 || $them['user_level'] == 5) { die("You cannot jail fellow staff.");   if its just you that you don’t want to ever be put in fed put something along the lines of   if($_GET['ID'] == 1) { print "why would you fed the owner? you should not be staff"; $h->endpage(); exit; }[/codes] the best way there is as said by Notorious F.A.Z is to "Choose your staff carefully" if you do no one would ever try
  24. Re: [Please Read] Requesting Help i have to agree with silver if you need help go back to the coder u got it from if you paid they should help dont post some thing if its one out of 100 lines of code that is wrong and as for limewire its not the site its the stuff people post that makes it "illegal" as long as you know what you are getting your fine
  25. Re: Many mistakes PLEASE HELP ummmm i have never seen a game that logs people out at random does it log them out if they click on a page or after so many clicks or something or is it 100% random :?
×
×
  • Create New...