-
Posts
572 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Events
Everything posted by NonStopCoding
-
from looking over my old code i would change things around now this mod was made about 6 months ago i think its not been optimized very well as its pulling everything instead of whats needed
-
lottery_config.php change $allowed = array(1,2); if($user_class->id != in_array(1,$allowed)) { echo Message('You are not allowed here.'); include_once(__DIR__.'/footer.php'); exit; } to $allowed = array(1,2); if($user_class->id != in_array($user_class->id,$allowed)) { echo Message('You are not allowed here.'); include_once(__DIR__.'/footer.php'); exit; } open lottery.php change if($worked['pagedisable'] == 'Yes') { echo Message('Admin has disabled the Lottery Page.'); include_once(__DIR__.'/footer.php'); exit; } to if($worked['pagedisable'] == 'Yes' && $user_class->admin != 1) { echo Message('Admin has disabled the Lottery Page.'); include_once(__DIR__.'/footer.php'); exit; } This will allow admins to view page even if its down in the config file. the first bit of code is just a fix but i think it works either way
-
i gave up on free hosts i use my own now but x10 is good. and yes i don't think they allow one min crons the used to
-
using a free appraisal tool online https://www.freevaluator.com/ Domain appraisal Estimated Value: € 175.00 Domain: unnecessary.co Add to favorites Sell this domain on: Sedo Flippa Bido Link to this appraisal: Share on facebook Share on twitter Share on email Share on print More Sharing Services Domain details TLD: co Length: 11 Domain with hyphens: No Domain with numbers: No Keywords: unnecessary Domain age: no data Trademarks: No trademarks found. Website details Website: yes DMOZ Listing: Not Listed Google Pagerank: n/a Alexa rank: n/a Backlinks: 0
-
in my personal opinion i would rather stick with x10 then use 000webhost but it all depends what you need x10 offers crons and proper cpanel while 000 doesn't support all crons if i remember right which would require timestamps but i guess everyone has there own preferences
-
yes x10hosting.com is a good site for free hosting
-
that was a bit scary lol
-
How much for the attacking page, bookie page, the forums and the institute page?
-
just remove color from the query then
-
ALTER TABLE `members` ADD `color` int(11) NOT NULL DEFAULT '0' try that
-
also in my copy of rc its like this $ep = array(); $ep = (int)(($pl['my_energy']/$pl['my_maxenergy'])*100); if($ep > 100) { $ep = 100; } $np = array(); $np=(int)(($pl['my_nerve']/$pl['my_maxnerve'])*100); if($np > 100) { $np = 100; } $hp = array(); $hp=(int)(($pl['my_happy']/$pl['my_maxhappy'])*100); if($hp > 100) { $hp = 100; } $rsp = array(); $rsp=(int)(($pl['my_respect']/$pl['my_maxrespect'])*100); if($rsp > 100) { $rsp = 100; }
-
$jorh = mysql_query("SELECT `my_jail`,`colour`,`my_hosp` FROM `members` WHERE `playerid` = '".mysql_real_escape_string($_SESSION['playerid'])."'"); $joh = array(); $joh = mysql_fetch_array($jorh); i doubt you are missing the members sql but could be missing a field check that you have all 3 stated `my_jail`,`colour`,`my_hosp` also same with this error check that you have all Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/reakcity/public_html/includes/style_top.php on line 1004
-
i like the login page i did not register as well because i watched the video and it seemed like mafia wars from facebook don't get me wrong you have done a good job but i just hate the feel of games like that.
-
haha was not sure if you were on a crappy mobile which don't show images very well yeh would be nice to see but its up to op
-
the login looks cool me personally don't like the navigation but the in game is cool good job
-
You can't see it because he never posted a picture or link
-
i used to play this game called The Crims and they are round based game when you start out you have 5 Respect (goes up based on your stats and money) $200 or something and 10 of each stat (4 in total) 100% stamina bar every time a user does a crime he gains money respect and stats if you want to attack someone you need to find them in there rave or night club which is where you got to buy drugs to take to refill your stamina each drug has a certain % it fills your stamina. The crims is a team game you cant win it being solo unless you meet other players but there is alot of backstabbers due to losing stats when attacking people same with gang attacks
-
Have not had much time last few days to do anything due to server move i got some work done tonight on the attack New Features: Upgraded 1 Click Attack System Low Chance of getting x2 damage boost Low Chance of getting x2 exp boost Donators get a better chance at x2 exp and x2 damage Reworked Exp Gain Reworked Damage done Removed Monsters Stats and gave the monster a random damage outcome The demo is still down while i work out a few more things but should be ready for testing tomorrow.
-
i don't think he made the engine but he most likely the owner of the game and did a lot of work on it it does look like the game from the screenshots he posted
-
:) the stupid thing is you stated that it was mccodes v1 i just went and re read the thing must of missed that when read it first time
-
oh well sorry my bad did not know it was mccodes v1
-
EDIT: Removed due to my mess up sorry :)
-
the layout part is not encoded i don't think been a while since i looked at the template but i am sure someone on here has experience with it
-
mccode-v2 Users online basic update
NonStopCoding replied to JamesRage's topic in Free Modifications
might as well ask someone will any screenshots? -
nice one goto say this is one of your best that i have seen good job and its amazing price