Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Amist the news of them halting the cyber attacks, they've struck again. This time targeting News International's Sun papers website. Web people tried to access the site, they were redirected to another site, containing a hoax story about Rupert Murdoch with the headline: "Media mogul's body discovered." They were later redirected to LulzSec twitter homepage, in which the first tweet was "hacked internal Sun staff data." Does this mean there back? Or were they just hacking News International do they can see what its like to be hacked?   P.S I'm well aware of the blog post sniko posted, and found it interesting reading some of it.. Source - Sky News
  2. Wow, thats pritty nice, not sure if I'd use it though.
  3. McCodes have tried, and succeeder for about 3 hours. I heard they were taking them to court, but never heard anything after it.
  4. Many of the images youve used are copyrighed, US Marchal, the polic badge at the right, and the man in the left, not forgetting the background. Theres a bit of a problem. It might just be mwg, but the quality doesnt look at all good enough to be a game. On a good note, the theme is unique.
  5. What a stupid and useless post.   There are 1000s of mafia games, some are successful, many are not, the chances of your game becoming successful are very very slim.
  6. Ravan is an illegal version of McCodes, using an illegal template, free and paid mods from here
  7. Theres no need to use words you made up either.
  8. Exactly this is a forum, I don't need to have perfect grammar, if it was a professional service, then I would put in the effort to make sure it was correct
  9. You paid someone :O Id get my money back if I was you.. Also, in that little sentence alone, you got something very wrong. Writted? WRITTED? Are you sure?
  10. Dont think you should to be honest, you'd probably make more money from just having it as a game
  11. Techno boner are you taking the piss or something? Noones going to take it seriously, I do think you need a new name
  12. Take your first query: $register1 = mysql_query("SELECT 'id' FROM 'user' WHERE 'username' ='$username'") or die(mysql_error()); around the colum, and table, table being user and columns being id and username, they all have a ' (apostrophe) whereas they need a ` (dunno its name)
  13. Your headers insecure: $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; Change it to: $IP = $_SERVER['REMOTE_ADDR'];
  14. The Plot Yes, you read it right. Recently, Phillip Olson sent to the PHP internals mailing list a proposal to kill the original PHP MySQL extension in future PHP versions. Well, as you may have read, the idea is not to kill this very popular PHP extension right now in the upcoming PHP 5.4. The idea is to first mark its functions as deprecated in the PHP documentation. The intention is to educate PHP developers to migrate their code to use the mysqli or the PDO extensions instead, or the mysqlnd, why not? In future versions, say PHP 5.5 or 5.6 common calls to functions like mysql_pconnect, mysql_query, etc.. will throw ugly E_DEPRECATED notices. And eventually in PHP 6 or later, if it will ever happen, code that uses those functions will be removed from the main PHP distribution permanently. The PHP 5 adoption fiasco all over again? Well, you know, despite PHP 5.0 was released in 2004, it was not until 2008 when PHP 4 was officially considered discontinued, that it started gaining serious adoption. Despite PHP 5 contained a plethora of new features, many, many PHP developers refused to upgrade from PHP 4 to PHP 5 until they were forced to do it. PHP 5 was mostly backwards compatible with PHP 4. So what was wrong with PHP 5? Many details, but I think I can sum it up to not being 100.0% compatible with PHP 4. Nobody wants to change code that just works. In many cases, code that was running well in PHP 4, would still run well on PHP 5, except that it would probably throw many deprecated syntax notices that only seems to make it look like the code was wrong, despite there was nothing wrong about it. One of the most famous cases of those misleading notices was the use of the var declarations. PHP core developers wanted everybody to replace var class variable declarations with public declarations. You may ask: what was the point of that? In my opinion, none. So why it was imposed? Because PHP 5 is a so called "more object-oriented" version of PHP. It introduced the private and protected declarations, so the old var declarations should be replaced with public to be more consistent. Be more consistent with what? Java, I suppose. But PHP is not Java. Anyway, since the idea was really pointless and it was doing more harm than good to the PHP 5 adoption, those notices ended up being dropped. So, is this PHP mysql extension deprecation really necessary. I don't think so, but that is just my opinion. At most it will avoid the need to maintain the documentation of multiple extensions to access MySQL databases. So, for the PHP developers that have old code to access MySQL databases this idea will not be beneficial at all. Once the deprecation becomes official, it will start annoying PHP developers that do not want to waste time rewriting code that always worked for many years. So I am afraid the first PHP version that introduces this deprecation will suffer from the same adoption delay problems as PHP 5. You may argue that the ereg extension is now being deprecated in favor of the preg extension for performing operations with regular expressions. Except that it was for a good reason: the preg extension is much faster because it compiles the regular expressions and caches the compiled results, so subsequent requests that use the same regular expressions do not have to waste time parsing and compiling them again. Your opinion What about you? Are you in favor or against this deprecation and discontinuation of the traditional PHP MySQL extension? Do you have large chunks of code that you do not want to bother to rewrite because of this plot to kill the mysql extension? Will you still upgrade to a new PHP version that deprecates or kills this extension? Feel free to post your thoughts here.   Source - http://www.phpclasses.org/blog/post/153-The-Plot-to-Kill-PHP-MySQL-Extension.html
  15. Your querys are wrong. Around the colums and tables, it should be a ` not a '
  16. What does it say? Is there an error with it?
  17. Thanks, I do try my best
  18. Thats how alot of people are on here. There are too many mafia style games, think of someting new, something never (well, harldy) seen before
  19. I think you need to add the pages into a folder, and then add the mod on a stupid array. Seems paul didnt do a good job then.
  20. Danny696

    PHP vs ASPX

    ASPX is microsofts .NET version of ASP, therefore its ASP.NET :P I hightly doubt that aspx will work with php
  21. Again, whos going to pay for advertising and things like the template?
  22. Welcome back redux :)
  23. Whos gonna buy the template? Whos gonna pay for advertising? 1) Ok 2) Thats a big risk though 3) Why would someone who can code well enough for them to make a game need a licence for mccodes?
  24. Maybe you should read this: Lets say I partner with you.. I do aload of work for the game, which is on a free host and free domain, and the game goes down the sh!t. I get $0 from it and loose alot of money I could have had from jobs in that time. Or, the game stays up, but no-one plays it, again lost money. Or, the game becomes a success and you dont acknowledge me, lost money. Or I do the game, you run off, lost money. Or, the game works out and we both gain $$$. Now see how much the chance of success is?
  25. Put it in your game and find out..
×
×
  • Create New...