Jump to content
MakeWebGames

MuskogeeWil

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

MuskogeeWil last won the day on February 2 2013

MuskogeeWil had the most liked content!

About MuskogeeWil

  • Birthday 06/11/1983

Personal Information

  • Location
    Oklahoma, USA
  • Occupation
    Road Sign Laborer
  • Website
    http://syndicaterule.com

MuskogeeWil's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I also just implemented an Inventory/Items Rewrite. Feel free to poke at it in case I missed something.
  2. I have one. It's just locating all of the places that need it. I'll be rewriting the Points Market soon enough to fit more into the direction I'm wanting to go with the game.
  3. I think the responsible thing to do would be to publish a list of known bugs. It's a heavily bugged out codebase, which is why I wanted to do a ground up "tribute" of sorts, but I don't have that kind of time on my hands anymore.
  4. Thanks! I'd post pictures, but I'm trying to not be that parent that pushes pictures of their kids on other people. Just know that it's really hard because she's f#$king adorable!
  5. First, hello everybody. I've been fairly inactive over the last several months for various reasons. The most important being that my wife and I had a baby girl. She's now 5 months old, and quite easily the greatest thing to ever happen to me. Second, I just didn't have the time until recently to work on anything. Previously, I had a project going for a ground up GRPG type of game by the name of Syndicate Rule. However, due to a chaotic work schedule (remedied by losing my job) of 40-100 hour work weeks, I just flat out didn't have the time. Now, as things start to calm down around here, I made a decision to revive an old game that I had worked on, and was moderately successful with ($1000+/mo). I'm replacing my old Syndicate Rule project with this code, and plan to just simply update and improve upon a game that many enjoyed. Some of the features from the original SR are going into the old code. I also have a 100% custom written forum that has been integrated into the game. I'm expecting a lot of bugs early on, and some of the interface is sloppy with sloppy code. However, some minimal things like being able to switch on Double Exp and Double Cash for crimes, on top of a rewritten crime feature, has been added. So, if you're looking for something to waste your time on, come check it out at http://syndicaterule.com. Be sure report any bugs, as I know there will be plenty while trying to reinstate old code and filter in new code.
  6. Good points. :)
  7. Just wondering if there are any favorites when it comes to topsites and listing your games.
  8. Adam, my game just opened up. It's not strictly mafia as you can create other types of organized crime syndicates, but feel free to join up and give us a shot.
  9. I decided to open the game, and probably before it is ready. Link: http://syndicaterule.com If you have time, stop by and say hello on our forum. :)
  10. Just applied for Beta. Your 'how can you help us' field was throwing an error because I used an apostrophe. Thought you'd like to know.
  11. I have to mimic Razor's post. Open to selling it?
  12. This was an old project of mine that we have decided to revive. It was partially successful. I say partially because it made decent money when I had it in its current state, but it fell apart when I went crazy with updates and ran off players. We decided that Zetieee will take on this project since he is familiar with GRPG (engine for MafiaStruggle/Central City Syndicate), and I will handle Syndicate Rule since it is my code. Both will mingle with the other in an administrative role. Grant, thank you for pointing out the SQL Injection holes. We'll get that taken care of as quickly as possible. Some of that code was written by my partner on that project, and he didn't always practice security. I have a function that I use that I haven't had any problems with (Larry Ullman's escape_data() | Posted below) to date, but if you know of any better practices, we'd be happy to give them a shot.   function escape_data($data){ global $connect; if(ini_get('magic_quotes_gpc')){ $data=stripslashes($data); } return mysql_real_escape_string(trim($data),$connect); }
  13. I never could grasp Javascript. That's why I'm almost strictly PHP/MySQL. Maybe I just need to find a book that better explains it to me, and then I could work some Javascript into my projects.
  14. I am thinking that I am near ready to open up Syndicate Rule. There are still some much needed features, but as far as game play, there is almost enough to open. I could use some testers to jump in and test what is in the game. Thanks in advance, Wil
×
×
  • Create New...