
Dominion
Members-
Posts
2,447 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Events
Everything posted by Dominion
-
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?
-
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
-
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?
-
hold down ctrl and click opens it in a new tab anyway
-
try this [Mccodes V2] Set Up V2 the way you want it without altering files....
-
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
-
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
-
crons [any version] Removal of 1 minute crons look down that post theres a full cron remove thing for v2
-
forum i have never heard a bad word about the free one on cronwerks never looked at it myself
-
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)
-
Can anyone code a rank system for clans?
Dominion replied to Monkey644's topic in Requests & In Production
do you mean some thing like this?(yes i know old post) Gang Managers -
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
-
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:
-
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
-
Re: how do you do a drop down menu? do you mean some thing like this ? http://criminalexistence.com/ceforums/i ... ic=26951.0
-
Re: Looking for code paying $5 i would just stop posting destroyer cos your just going to get more people on your back
-
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
-
[IN PROGRESS V2] Bank High Sealed Security
Dominion replied to CainFool's topic in General Discussion
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 -
Re: Visability ooops lol i was in a rush
-
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
-
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
-
How to make sure assistants won't ban the admin?
Dominion replied to legrolls's topic in General Discussion
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 -
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
-
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 :?