-
Posts
2,464 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Events
Everything posted by rulerofzu
-
Copyright free images well the word free should be used loosely. Most free stock ive come across will ask for some fee if it is to be for commercial use.
-
Pretty simple You have 11 columns in your database and are trying to insert into 15. Now work out what extras you have on the insert and add to the columns
-
Cheap Medieval Header/Login/Register .PSD[$10]
rulerofzu replied to DylanTimby1's topic in Art and Content
Point proven well done Lithium although I think he failed to understand it. -
Cheap Medieval Header/Login/Register .PSD[$10]
rulerofzu replied to DylanTimby1's topic in Art and Content
The thing is. Those that make templates. Do make better. This is just rubbish and if you dont see it your deluded. -
You will need to provide proof that you are able to sell it. As it was from a royalty free blog does that give you the right to then sell it? Probably not.
-
Cheap Medieval Header/Login/Register .PSD[$10]
rulerofzu replied to DylanTimby1's topic in Art and Content
Google image search Pick 3 images Place them onto a white background use some bad gradient effect over the top. $10 please? I dont think so. -
So i take it the whole thing is a stock image
-
Cheap Medieval Header/Login/Register .PSD[$10]
rulerofzu replied to DylanTimby1's topic in Art and Content
Really doesnt work. Its just three images dropped onto a white background and they dont really work well together. -
Post the code again and it will be easier to fix it for you.
-
Jeeeeeeeeeebus its like pulling teeth
-
Nope indeed its not the info which showed the lack of knowledge skooda has. Quite pathetic really. You wouldnt get on a bicycle without knowing how to ride it. Why try and run a server or a php based game if you do not know the basics.
-
Ah well .....guess your on your own skooda if you cant locate your own php installation. Perhaps learn some server management before undertaking your own hosting!
-
You installed php to /home/wisecrim/php ????? Show me a php info file.
-
And as I have said several times have you verified php is installed at /usr/bin/php could be /usr/local/bin/php Its your server not mine which shows you dont know much about server management ;)
-
I come across this all the time with my own game rulerofzu.com . Not many players so its not deemed a success but strong tight community. Of course players come and go some return some dont. Success from my point of view is satisfaction and of course money. Those that play love the game and we have a lot of fun and I enjoy the challenge of making it interesting for them and of course coding the new features. Money wise rulerofzu has earned in excess of £7000 over its two year life span and is still earning. So a success? I think so and I didnt even create the game for the money it was a challenge to see if I could. Initially it was MC2/GRPG with BOE and then changed after that and is still changing. I will be creating a blog here soon about my next modification Zu Empires. A year in the making and also after two years I think a redesign to keep it fresh is in order which is being done at the moment.
-
Even with server lag the script unless its stating on the page to your players its not executing (script timeout) then it would run. Add an event for yourself at the end and then when someone tries it let them know they are taking the ****
-
LearnerCoder you should update your name now you have finally agreed to something Ive stated. Your no longer a learner!
-
Who mentioned Global Mafia? You have since posting this gone on several other threads behaving like an immature child. Did you not mean.. Oh my god. Move off my post just because its been around many places doesnt make it theirs. It was originally Global Mafia and I added a lot of pre-made scripts to make it what it is. So as I say do one with the negativity pal. Schooling. Not what it used to be is it. Since you are unable to define original then let me teach you. This is a pre-made engine. It is not your original script as you did not write it. Adding other scripts to it still does not make it your own. You asked for feedback. Ill be brutally honest. Its rubbish. The flashing title is more likely to give the end user an epileptic fit than wish to play the game. It is not original It is lacking in content If you wish someone to bug test it then be prepared to pay them to do the work or do it yourself.
-
I would do what I suggested move the event to the bottom and do an event to yourself. Really only way to be sure.
-
Seen that script plenty of places. Just because you change the layout slightly does not make it original noob. Its called being truthful and you will always fail at what ever you attempt if you cannot tell the truth.
-
Linton I would suggest you do not spam others threads when your own post is full of holes and your game is not very good.
-
User: demo Pass: demo To save everyone making an account. Define the term original script as this is clearly not created by you GL from the look of it.
-
Possible if your server load is high and the script failed before it executed the query. Unlikely though. Are you sending the event before the query? if so place the event after the query that way if the player is getting the event the query must have executed. Of course you could also see if its your players taking the **** and send an event to yourself logging the transaction or record it into a log. I think bank transfers are logged anyway?
-
MCCodes v2 patch updates. Latest ver: v2.0.5b
rulerofzu replied to ColdBlooded's topic in Announcements
You dont provide a changelog in the download? If you dont I think you should and also produce a file difference outlining changes. -
I doubt you understood the code DJK offered you there. That will work you just need to understand the principal behind it and then put it into practice.