
dmcdaid
Members-
Posts
24 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by dmcdaid
-
Re: how do i change the backroung i pmed ya my msn add me there ill help ya on it easyer and fsater and stop us from spamming the forum
-
how high have u all got your most powerfull weapons as in attack power
-
Re: help Works a charm Thanks
-
Re: help inv_id inv_itemid inv_userid inv_qty
-
Re: help itmid itmtype itmname itmdesc itmbuyprice itmsellprice itmbuyable effect1_on effect1 effect2_on effect2 effect3_on effect3 weapon armor
-
Need Help when i try to give an item to a user via staff panel QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO inventory VALUES('',13,1,1,'0','N') Heres the code $db->query("INSERT INTO inventory VALUES('',{$_POST['item']},{$_POST['user']},{$_POST['qty']},'0','N')");
-
Re: Need Some Help also my dontor days of my users isnt going down
-
Re: Need Some Help also i have a problem when i try to add items QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO items VALUES('',2,'Will Pot','Gives you full will ',0,0,0, '1', 'a:4:{s:4:\"stat\";s:4:\"will\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:7:\"percent\";s:10:\"inc_amount\";i:100;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', 0, 0)
-
1.Seems when someone wins a fight they get way to much exp just wanted to check wat should it be at print "You beat {$r['username']} "; $qe=$r['level']*$r['level']*$r['level']; $expgain=rand($qe/2,$qe); $expperc=(int) ($expgain/$ir['exp_needed']*100); print "and gained $expperc% EXP! You hide your weapons and drop {$r['username']} off outside the hospital entrance. Feeling satisfied, you walk home."; 2.also my crons arent working fully voting table is not get wiped to let voters vote again and course days are not going down $db->query("UPDATE users SET course=0 WHERE cdays=0"); $db->query("TRUNCATE TABLE votes;"); $db->query("UPDATE users SET fedjail=0 WHERE userid IN(".implode(",", $ids).")"); } $db->query("DELETE FROM fedjail WHERE fed_days=0"); $db->query("UPDATE users SET daysingang=daysingang+1 WHERE gang > 0"); $db->query("UPDATE users SET daysold=daysold+1, boxes_opened=0"); $db->query("UPDATE users SET mailban=mailban-1 WHERE mailban > 0"); $db->query("UPDATE users SET donatordays=donatordays-1 WHERE donatordays > 0"); $db->query("UPDATE users SET cdays=cdays-1 WHERE course > 0"); $db->query("UPDATE users SET bankmoney=bankmoney+(bankmoney/50) where bankmoney>0"); $db->query("UPDATE users SET cybermoney=cybermoney+(cybermoney/100*7) where cybermoney>0"); $q=$db->query("SELECT * FROM users WHERE cdays=0 AND course > 0"); Any help would be great :)
-
How To make custom dps ? :? Where do u got to make em or edit em , i know the deafult ones are there but how can i make more or edit the ones i have at the moment
-
Re: no encryption i did that earlyer and it didnt work lol
-
Re: no encryption so i would remove the md5 on md5('{$_POST['password']}') And this would now be..............................
-
Re: no encryption yea but how do i just put it as Viewable in the DB
-
Re: no encryption Wat u mean by remove the MD5 From the pages ?
-
Re: no encryption or if some1 forgets password,that i would be able to tell em it or change it
-
how do i make it that passwords are not encryptioned on the Database , Thanks Dave
-
Re: Help i have bought the codes does that prove it ?
-
Re: Help me and my m8 have bought a new code since i sensed i was getting nowhere with out paying so i was testing on my hosting package to see if it would work and bang same error Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /mounted-storage/home34b/sub001/sc27936-ZMNG/www/ryanstest/authenticate.php on line 12 Could Some1 Please Help me ? Dave
-
Re: Help Hey corruption yea sure if u fix thew prob u can join the test site and we can mess about with our stats :-D
-
I am very new with PHP could some1 explaing what/how to use A database.class ?
-
Re: Help no no no I just wanna mess about,Wouldnt bother to try to cheat
-
Re: Help as in the v 1.1? O i did not buy it he gave it to me as i wanted to mess about like put my stats 2 2 bil and put a lvl 500 with only 1 stat and see what EXP i get lol IT will never be used in public
-
i got the code off one of my m8s as i wanted to mess around with my own RPG game but in the end up i cant work it becase : Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /mounted-storage/home34b/sub001/sc27936-ZMNG/www/test123455/authenticate.php on line 12 Unknown database 'MYSQL DB' :-( I have changed the MYSQL.php to suit i think .............. Is there Any Way of fixing it , Sorry there is no money involved So if any one knows how to fix that prob it would be well thanked Dave