
boionfire81
Members-
Posts
532 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Events
Everything posted by boionfire81
-
Anyone have a copy of this? Or a working d/l link?
-
exactly. And I think the issue is being a shared hosting account. I went with InMotion because of their speed. But geez!
-
Yeah they "escalated" the request. Still waiting to hear back from them. P.S. When the site does go live..I'm gonna need to hire a developer to help me fix all these undefined warnings. If anyone is interested. [uSER=65371]sniko[/uSER] I went through the "repair database" thingy in cpanel. The property_mod tables came back as not repairable because the store engine for the table does not support repair. Not sure what that means though. If it is something that can be changed or???? [properties_mod_user] note: The storage engine for the table doesn't support repair [property_mod] note: The storage engine for the table doesn't support repair [property_mod_market] note: The storage engine for the table doesn't support repair [property_mod_upgrades] note: The storage engine for the table doesn't support repair
-
But the thing is, their logs, don't even show there was ever a 500 error for cpanel >.< The rep told me with the crons "it's because you set them that way" then turns around and say "I THINK * means minute" brother!
-
Well first, I got a 500 error when I tried to go to cPanel. O.o they said mccode must have modified the htaccess file. Right now, my crons are going off at random >.< Then just various errors from time to time. Can reload the same page 100 times. 60% will be errors, 40% will be fine -.-
-
It exists. But my server has a serious issue. They want to say it's mccodes fault. But cPanel came up 500 earlier. Now my crons are running every 30 seconds. All of them >.<
-
Does McCodes 2.0.5 running mysqli on php 7 modify the htaccess file in any way? if so how?
-
Man microsocket, don't start. I said, I'm learning php and website security. That I am NOT the smartest in those situations. BUT SEO is my specialty, do not test me on it. And with the hell breaking lose on my website right, that comment was unneeded. I'll stop sharing resources to help you guys out if THAT is what makes you guys happy, as that was the point of the other post. But in the meantime this is basically the support forum for mccodes, so no offense, if you can't help, don't start something.
-
[uSER=70347]NonStopCoding[/uSER] I get this error on 80% of page views. it will literally only appear 80% of the time on the same page, and appears on pages not involved with the mod. Critical Error A critical error has occurred, and page execution has stopped. Below are the details: 1054: Unknown column 'timeleft' in 'field list' Action taken: Attempted to execute query: INSERT INTO `user_missions` (`task_one`,`task_two`,`task_three`,`task_four`,`t ask_five`,`task_six`, `task_seven`,`task_eight`,`user`,`timeleft`,`mID`) VALUES('Crimes','Attacks','strength','guard', 'agility','labour','Levels','Busts', '1','86400','1')
-
I just see, quote, flag, like (like doesn't work either)
-
Yeah, it looked like the issue was something with my login status. I looked and it said the error was in globals where the login stuff was. Went to check the rest of the site, and saw I was logged out. I logged in and refreshed with no errors. But what, I need to do is find the house they live in. Which is sql - users - houseid_row Then check if that house is upgraded properly. sql - property_mod_users - houseid & upgrades Then lastly if the house they live in has been upgraded with either 8, 10, 11, then and only then display the page. Dude, BELIEVE me, this is very hard to grasp. Considering I'm learning hands on how to use read/write php and only began a month or so ago. I don't think I'm doing to bad yet. I think most of you guys don't realize that I've only been looking at php for just over a month. Bare with me guys :) And yeah w3schools.com is much easier to understand than php.net
-
Ok, so I'm being the restricted part of my project. Right now at this step I'm trying to disallow access unless property upgrade = 8, 10 Using $db->query("SELECT `upgrades` from `property_mod_user` WHERE `userid` = $userid, `upgrades` = $upgrades"); if (in_array($ir['upgrades'] = 8)) { } else { echo " You do not own this"; } But I'm getting [h=1]Critical Error[/h] A critical error has occurred, and page execution has stopped. Below are the details: PHP Warning: Cannot modify header information - headers already sent by
-
so define('jobtype',$db->query("SELECT `bmembBusiness` FROM `businesses_members` WHERE `bmembBusinness` = 4")); define('jobdays',$db->query("SELECT `bmembDays` FROM `businesses_members` WHERE `bmembbDays` > 2")); if ($jobtype = TRUE & $jobdays = TRUE) { echo " etc.
-
ok, my thing is combing the two factors. I have two variables that need to be true, not just one.
-
eh I said I wasn't posting anymore tonight, lol. so ok, I need to call bmembBusiness = 4 & bmembDays => 3 from businesses_members then echo so what should I do? How do I form that?
-
quick question. Last one for the day. With http://makewebgames.io/forum/game-engines/mccode-development-support/free-modifications/16465-richards-business-mod-fixed-with-a-few-things-added using the business mod, is going to help make my game more dynamic. Instead of just passive bonuses or items, there will be areas that are open just to certain company employees. ie. law firm member who has been employed for more than 3 days will be able to access the bail feature for the jail. Allowing only lawyers to be able to bail people out. So what details do I call? what should the if statement look like? I can figure the rest out from there. But defines are almost always unclear for me, and if statements semi.
-
This is the admin area But then this is what is shown member side Not even sure where to begin here. No errors or warnings.
-
dude!! comments! how do I do that?
-
Kinda like to make so if guardon = 1 attackers hp = -10% and echo you can not attack this person they are under protection, while still blocking the attack lol!
-
yeah the crons are there, the table info is there guard=time guardon=0/1. The purchase form is there. But there is nothing to actually stop the attack >.<
-
Could be. But before posting as a paid mod, you'd think it was converted.
-
Didn't know where to post this so I posted here. I'm looking for ags_cs4 from mccodes. I bought his protection mod, but it doesn't do anything for an attack. I'm hoping to find him for help getting it to work.
-
If there is anyone who can get this working for me, message me your price.
-
ok, one last thing I hope. As now it's testing time. I want to fix this first PHP Notice: Undefined index: action for when there are workshop.php?action=blah Someone told me once, but I lost that post. Wish I could save this one as a reference. But the like button doesn't work :/
-
Since Illusionist isn't coding he hasn't responded to my reply to purchase his edu mod at http://makewebgames.io/forum/game-engines/mccode-development-support/paid-modifications/25510-education-mod-2-versions If anyone knows of another with the same or very similiar features, please let me know.