-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
Did you try what I said??? Did you turn on error_reporting()??? Did you add or die(mysql_error());??? Are you adding the correct code at the end of the URL for the cron??? All these things are the common tasks that need to be done in order to troubleshoot. PHP is not just going to not work and leave you with no explanation why it didn't work. You just got to tell it what to do
-
We'll we need to see where the script is failing at. You probably have some sort of error that's a bit hard to catch with the naked eye. Try turning on error_reporting(), maybe try adding at the end of all your queries or die(mysql_error()); before your ";" for the queries, and go to: yourdomain.com/daily_cron.php?code=<insert your code here> and tell us if you get any errors
-
Holy crap!!!! Someone made $3 off that???? I made a mod for an old game of mine that did the same thing lol EDIT I figure I'll help you out for free on this one: to make things simple you may want to select a random number like 1-1000 like $rand = mt_rand(1,1000); now pick any number in between 1,1000 like so: $myNum = 333; next if $rand === $myNum then we are going to continue with the next steps, if not just kill the script. select a userid with a user level that !=2 (2s are admin) randomize the userids that you just grabbed it step 4 if you want to fancy it up you can do a random outcome for example: did the random player win or did "I" win? But you can fiddle with that later. But what I would do for now is update attack logs, send player to hospital, updAte health to 0, and send an event. Build up on it and enjoy. these are just building blocks for you and really simple to do
-
The first one will do the same as the second one but it will delete all rows in the table as well
-
try running this in your SQL tab in your phpmyadmin: This will delete everything in your users table and set it back to start at 1 again: TRUNCATE table users; This will not delete it but set it back to start at 1. But if you are registered already and did what jcvenom said you may run into problems so change the 1 to a 2 and you should be good to go. ALTER TABLE users AUTO_INCREMENT = 1;
-
I myself try not to use SSH mainly because I'm afraid of it but a few developer friends of mine (Sniko being one of them) turn me on to SSH at times to do certain things. But some of the benefits I see come from SSH is: For people on the go to perform server management they can just tap into it on their mobile device since there are clients now-a-days on phones. 1GB of HDD really isn't a lot since your giving out email accounts,DBs, domains, and subs. Mall that stuff does tie into your allotted disk space which over some time can go rather quickly. Using SSH can take place of a cPanel, and PMA which in turn can give your clients more bang for their buck and use less resources as well
-
Ok, it seems got a bit checkbox happy there for a second and re-instated some of the posts that could be considered relevant to the thread so that is my fault guys. I still believed DJK did the right thing with locking it and as he said be sure to have your pms on just in case someone does decide to take you up on your offer cruzer. But please don't be offended or alarmed if people don't just because of the money situation. Some people here deem their time precious and some are "professional" for lack of a better term. With that being said some people expect something monetary and do stuff like this on the side to help support their families some. On the flip side to that I'm sure there are people here who don't have really anything to do so they may take you up on your offer if. It entirely free. But the whole argument on people here only doing stuff for money is a very generic statement as there are tons of people here both professional and not so much that have and do, do stuff free of charge. So @cruzer, basically I don't want you to think that nobody here will help you or even not do anything substantial for you at all. Also, I think that it is time that you do learn a thing or two about programming since you have been here for quite sometime now and we all have to start somewhere. I know over time you will get tired of paying people for the tiniest things so just try and learn and I know almost everyone here will at least help you as long as you show you are trying. And if time is an issue for you (much like you stated above about finals) then may I also add that maybe you should reconsider your timeframe of when you actually want to roll this game out? Building a game is less demanding than running a game just so you know
-
Cleaned up topic so let's stay on that
-
Try this on for size.
-
Name that file like cron.php, run the sqls as stated in there at the top. Then open up globals.php or header.php and add in there: include "cron.php";
-
I believe we have established at some sort of time that you will not likely get someone to work with you without a guarantee pay scheme. I don't believe much has change since the last 3 threads or so that you have made or since the last time we spoke on IRC.
-
Probably because you have 2 class names that are the same name
-
New layout not finished yet, what do you think?
KyleMassacre replied to KaineBennett's topic in Layouts
I agree as well. maybe tone down the opacity just a bit to make it easier to read. -
If you added the part to global funcs like I said in the original post everything should work out fine. In the event that you are getting an error for a function that doesn't exists open up your register and make sure you included global funcs in your page. If it is alread included then you didn't add the part for the drop down in your global funcs file.
-
What kind of ideas do you have though too? A brief little list may help people see what needs to be done and see if they are willing to knock out a few things for you for free. I currently dont don't have too much on my plate as of right now besides a few tiny things that I thought of to make so if it's easy and not that demanding I can see what I can do.
-
con·do·lence kənˈdōləns/ noun plural noun: condolences 1. an expression of sympathy, esp. on the occasion of a death. "we offer our sincere condolences to his widow" synonyms: sympathy, commiseration(s), compassion, pity, support, comfort, consolation, understanding More Origin early 17th cent.: from condole, influenced by French condoléance .
-
Add them to a "Dummy Table"? For example: User registers Maybe dont let them put in a password let the system generate them a password and send that via plain text and make them change it Add them to another table instead of `users` like `<insert table name here>` [*]On successful validation then you insert them into the `users` ,`userstats` tables like normal [*]Make sure when adding them to your dummy table add some sort of timestamp then you can delete them from the table after "X" amount of days/hours etc.
-
let me start by asking the question 1000 people will ask: what is your budget? chances are you will not find someone to do it pro bono
-
Judging by what the phongap's front page says Yes
-
Selling a game - How to do the transaction?
KyleMassacre replied to dnenb's topic in General Gaming Discussion
I went through escrow.com with a seller -
Just so you know, screenshots are not the best evidence because even they can be forged which I'm not saying this is the case because who wouod really go through all the trouble of faking something that's just £10. But like what was previously posted you can go through and file a DMCA with his host demanding them to either: Ask him to remove all the images and files If No.1 fails then they can take further action and: Remove the files for him Suspend/terminate the account (whichever they decide)
-
Selling a game - How to do the transaction?
KyleMassacre replied to dnenb's topic in General Gaming Discussion
I have used an escrow service before granted it wasn't in the 1k+ range but it wasn't a bad experience at all it took a bit of time for transactions to go through because were were waiting for a 3rd party -
Someone is a tad bit nosey eh? Honestly this is between Phantom and Razor. Now if it is true and Razor did sell this template to Phantom then I am sure he will have 0 problems issuing a DMCA to his host. So I would reccomend that those two duke it out privately and not on this topic at least since that would be off topic
-
mccode-v2 Login and Register Pages
KyleMassacre replied to BlueDevil23's topic in Free Modifications
You will have to fix the errors with the old school forum bbcode parser