-
Posts
1,009 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Nickson
-
Topic split. People should be able to receive support for their (mcc) game on this forum, whether they are experienced or not. I also do not consider the point of 'MWG not being an official support channel' valid. However, users should put some effort in fixing their own errors. PS: If the syntax highlighter really is giving so much issues we'll have to search for another one. If anyone has any suggestions, feel free to share them into a new topic and we'll take a look for sure.
-
He said "they would look for a datacenter located in the UK". Spud, you are not going to tell that there isn't a single DC somewhere in the UK, that's just bollocks. There are more than you probably think, if you say this. There are loads all over Europe. As for the noise and cooling, such servers are located in optimized buildings. It's not like they are your 1800s steam powered locomotive. I'm quite sure that I can find 10 DC's in a rather small radius (+-25km) around me.
-
ezRPG project page: http://code.google.com/p/ezrpg/ If you are in contact with any other people that use the engine or have been online at those forums, feel free to invite them over here. They are more than welcome! My guess, zeggy stopped paying his hosting bills.
-
Indeed, quite an improvement! Keep it up ;)
-
Copying means more than ctrl + c & ctrl + v. If you copy concept, ideas, look and feel, functionality, ... basically whatever, you could consider it a copy. And no, I'm not saying that you can't or shouldn't. And yes, you'll always have similarities between games, or software for that matter. A good concept will always return. Look at the wheel for instance ;) A gang/alliance/faction/clan concept is public domain really, it's about the same. Using ezRPG instead of MCCode doesn't make it any less of a copy. Just try to be original, and do it yourself. I've seen too many ctrl +c /ctrl+v type of things. If it's the same so be it, I do not mind if it (bene)fits your game, as long that the game itself is not a total copy of something else.
-
@LearninCoder, if it looks and works pretty much the same, you can consider it a copy.. @danny, You're more than welcome to give your opinion on it. But please respect his choices as well, if you can't, then stay out of the thread. If he decided to copy torn, so be it. No need to keep going on about it.
-
Yeah it's indeed weird talking to your computer, I'm not a fan of it either :-P Anyhow, keep doing it and I'm quite sure you'll only improve ;)
-
Doesn't seem that useful to me if I may be honest, but it might be for someone else. If you do know the person, please do tell him to pay attention to his pronunciation. I had a hard time understanding the speaker, probably because he was talking rather soft and in-mouth? Thanks for sharing though!
-
You can only congratulate someone for using the language properly, some around here could take an example of it. At least it's understandable and readable. Now back on topic :)
-
is it me or are the current episodes a little "weaker" regarding content in comparison to a few seasons ago?
-
Thread moves, this is chit chat, not development ;)
-
I'm not sure what your current information is as we're lacking some info, however if below is still you error, you need to adapt the same changes as before. Fatal error: Call to a member function fetch_row() on a non-object in /home/bigbangx/public_html/partner.php on line 4 Let us know what happens when you have added these changes or update the error and eventually post lines 1-5 $db->query() to mysql_query() $db->fetch_row() to mysql_fetch_array() $db->num_rows() to mysql_num_rows() and so on
-
$db->query() makes it v2. Make sure you have either uploaded everything to get the database classes working. In that case you can ignore the $db->query(), otherwise you would have to replace them one by one. That being said, you need something like this for v2. $m=$db->query("SELECT * FROM users WHERE userid={$ir['married']}"); If you get the error "function query() on a non-object in /home/bigbangx/public_html/partner.php on line 3 " that's rather normal as v1 doesn't have the database classes. Either get them working or change it to the query below. and this for v1 $m=mysql_query("SELECT * FROM users WHERE userid={$ir['married']}", $c);
-
Some posts have been deleted in reference too http://makewebgames.io/showthread.php/40846-Recent-MSN-posts? You can share those sites just as easy by posting there and help everyone who might be interested ;)
-
Indeed, we are testing out leetmedia, just to see what they offer. Seems like their service works rather well, however on the publishers side they are still lacking quite a bit of options and still have quite some non-critical bugs. I've also noticed that their inventory isn't as well filled for us. This might be different with other kinds of sites though. I cannot judge on that. If you become an advertiser, your ad might even show up here! Aside from leetmedia as publisher, I cannot contribute to this topic.
-
I don't have ruby, I know nothing about ruby. So care to elaborate on its strong points, its goals and what not?
-
I guess he doesn't.. I doubt he has read this or any of the other linked threads, all issues are covered already. @Paul: go take a look: http://bugs.mccodes.com/
-
Why the "h" would you do that for? No point in doing such thing. The technique prototype suggests is a whole lot better. You run less queries, you only keep the data once.
-
- Graduate - Get a job - launch idea1 - launch idea2
-
Off topic: Yes Locked: Yes Funny: a little bit..
-
Says it all. You need to select a database BEFORE you can send any actual query to the server. If the script doesn't know what database to run them on, it's quite hard. It might be possible that you have not granted your user permissions to the correct database, but I believe that such issue will report another error. use mysql_select_db($database, $connection); Ref: http://be.php.net/mysql_select_db
-
Hi to All! A Text Based Mafia game - Trigger Happy Mafia!
Nickson replied to KashBFD's topic in Game Projects
Err, then do pm me who of the staff does not have decent manners? We are with 5 staffers. Illusions, Dominion, Dave, AB and me.. that's it. Otherwise do stay on topic for once? :) Welcome to MWG, KashBFD , do ignore those who can not converse properly ;) -
Client side syntax highlighter has been added to all possible themes. As far as I know the issue should be resolved for everyone. Kudos to Dominion for paying attention Kudos to Djkanna for his involvement Kudos to Octarine for being correct (Client side syntax highlighters are a PITA)
-
English -> Dutch available, feel free to send a pm.