yes it already does that all the messages and anything static is translated from my language class and dynamic content is google as i cant predict what players are going to type all that has already been implemented
yes i know what he means but thats what i dont like multiple game servers never liked it as the game would still function exactly the same and the language translation would be the same as what ive got now except it is just on base url and people can just select the language and translate the main site to the language of their choice
at the moment i am using my own script to translate the base files everything static then dynamic content is currently translated by google all of my static stuff has been translated by people from them countries and yes i agree with dave google has a knack of miss translating stuff sometimes but all static stuff is accurate as i paid people to translate that stuff for me that speak them languages but i am still browsing around to see if i can find anything better than google translate for the dynamic parts
and for the other servers i would never consider that option it is going to be 1 server only as i stated i really have a dislike for more than 1 server and if done correctly 1 server will suffice
seriously i read this and this specific line i read a tutorial more like downloaded the source files from tuts+ and just changed the skull and smiles around very hard work their my 2 year old sister could do that ffs
btw forgot the url
http://activetuts.s3.amazonaws.com/tuts/381_html5AvoiderGameTutorial3/13/game.html
stop taking work and doing nothing to it then calling it your own
no offense but did you read the post right as i said it translates the whole game to a different language like say if an english user sends a mail to a german then it would translate text from english to german and so on and tbh im not a fan of multiple servers in games looks stupid and games only do it to try and keep members after server 1 has failed
Well i have been working on a game for the last 2 years and finally close to finishing it but i was only posting this thread to see what all of you thought about a multilingual game well first of all the base game uses server side scripts to translate the game then parts that cannot be set like user posts etc uses google translate but all base game at the moment translates into
English (GB/US)
Chinese (Mandarin/Cantonese)
Malaysian (Malay)
Japaneses
German
Spanish
French
Italian
Dutch
i don't know if i need to add anymore as i picked mostly from the main languages, only reason i translated my game is to get more of a player base and actually enable people from other countries that can't read/write English to enjoy the game also.
and yes i do design and bluetrendz they are total cowbows every game layout i have seen of theirs is the same layout with some images changed that is not a real design company everything you design especially for other people should be fully unique and bluetrendz are not and peter he is a excellent designer and he far surpasses bluetrendz by miles all of his work is unique to each game and high quality bluetrendz are pretty much trying to milk people with the same layout
ok where here does it say you are setting up a hosting company it says totally the opposite you are offering very fast server speeds and 99% uptime how would you even know this if you dont even have the servers yet more like you have been caught out having fasthosts $15 reseller plan and just dont want to admit it and the only reason your selling hosting is so you get free hosting for your websites
everyone know to run a game you pretty much need a decent VPS or a DEDI nothing less as the games use alot of resource e.g crons and also have alot of demand.
P.S stop trying to edit posts there is something called google cache
and this is how you post server specs if you forgot here is a template i made of my server specs.
My Server Specs:
8 x 3.5 GHz Intel Xeon CPU (4 Cores - 8 Threads)
16GB RAM
1 x 2TB HDD
Operating System:
CentOS 5.9 (64Bit)
Control Panel:
CPanel/WHM (WHM 11.38.1)
and there you go just replace my values with your values saved you sometime or you can carry this on and just repost my server specs
if you cant do that could i ask you one simple question how do you enable lets say PDO in WHM if your a server wizz
if you read my post correctly i said old mafiadeath layout not the new one eg the layout silentmafia, mafiawarfare + many more copied
The old layout was not SOS only the new one and may i just say aswell no one on this forum will or are in the same league as SOS some come very close like the person above me but apart from that
but on the other hand bluetrendz i think most designers on this forum are better than them cowboys reselling the same layout over and over again with minor modification very nice design company (being sarcastic if you didnt notice)
this layout of yours if a poor attempt of copying this the original and before anyone starts no it is not GRPG it is MR Whales EZRPG (Not EzRPG Either) as some people might get confused.
http://images.bbgsite.com/games/images/2010/02/10/s_mafiadeath_3.jpg (image is small but you get the idea)
replace $newsql with
$newsql = mysql_query("UPDATE `grpgusers` SET `claimed`='1', `points`=`points`+500, `bank`=`bank`+100000 WHERE `id='".$user_class->id."'");
like kyle said why would you need to put it in 3 lines just more unneeded code
thanks Octarine but already solved the way i did it
Detect the url host
strip the tld from it then match it to the whitelist
i used a quick function to do all that
then it just an if statement to see if it matches if it does
keep the original posted url and redirect to it
sorry forgot to explain how i did it and in my opinion pretty good as ive checked for the domain host first then stripped it back to barebones to match the whitelist there for combating a_bertrand issuse so should be pretty secure in that way
yh but what happens if all moderators are offline its gonna be a free for all so a backup system will help with that as i have 8 staff altogether all from different timezones but still dont guarantee one of them will be on so posts could be sitting there for a couple of hours thats why i want an extra barrier
and ive figured it out now works good and also thanks a_bertrand that helped