-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
I don't want to burst your bubble or nothing but judging by your features there really isn't a lot on your game that isn't on others. I see you say there is more to be added but can you give some hints or teasers on what kind of stuff that is? Because to be honest I would probably sign up, do some crimes, maybe check out some whores, and think "maybe ill go back to playing <insert game name here> since they have that and more players to interact with". To be honest, now a days you have to come up with some pretty gnarly stuff in your game because almost everyone has everything. Also, do you have a story or do you just go around clicking buttons? These are things that should/be thought of prior to public release, it just kind of keeps people entertained a bit ya know. So think about it and good luck.
-
Here, you should follow This template when requesting a partnership. This way people can see more about your game, what you need, and what your willing to offer for the services. And I wouldn't recommend a "percentage" of share because a lot of people here probably won't take that as payment due to the fact that revenue on your game isn't a guarantee. Also there are plenty of people that I'm sure are available for hire to make you some modules ranging from like $1-$25 per mod, so good luck and please use the template Also you should think about talking to the dudes over at mccodes.com because you are using raven and that's bad news. In case you weren't aware raven is an illegal copy of mccodes.
-
I use interserver.com
-
ughhh. I have never been a fan of that. maybe put a limit of online attacks per hour per person would be a better solution
-
Hmmm I did not know that it was even listed
-
I highly doubt it
-
Looks great. Its just the table header font is a bit too dark for me but just a matter of personal preference but I know you are going for the dark look but still looks good
-
it looks good but I'm just not a huge fan of 3 column layouts for a game because it makes the content area rather small and makes me feel cramped. But If you were to cut that left column down by a 1/4 of the width I would feel a bit better. Plus you don't need all those links in there, maybe just pick like 2-3 of each category and dump the rest some where else? All in all I like it I just need MORE content area :p
-
An opinion for another thread maybe? I wouldn't say its rubbish if you know how to use it. I'd say its a little more organized than the more popular V2 engine. but $50 for a redux license isn't bad at all
-
Good luck with getting it lowered. its already super cheap
-
yes it will work for v1. you just need to replace the $db->query with mysql_query, there is a sticky thread with the conversion instructions
-
It didn't email you the encrypted password so it just got it from the post data. On that note we realize that it probably isn't the best thing to send you a password encrypted or not via email since your information is your information and should be kept secret and as of now it doesn't send you your password in email anymore so that case is now closed. So !Angel I hope that answers your question and gives you piece of mind. It was something I forgot to remove once we felt beta testing was complete and we were ready to go into production
-
That is something we can look into changing here pretty soon during an update. And hope to see you soon
-
Oops :o that was something i forgot to change. But at this stage I wouldn't worry about it, its all changed though thanks djk for reminding me since I don't get the emails haha
-
Just wanted to provide an update right quick. First off at the end of the month the promo code above will expire so if you have not signed up yet you should do so to grab them credits. And for the API we have in store, I went ahead and updated to now display your game stats from your game like users online, total users etc. This way you can also try to attract potential players by your game activity and not just a fancy banner or a pretty cool sounding game description. Now you will be able to prove it in real time. So if you own a game and are looking for possibly one more topsite to add come on down and list your game. So far since the release we have had pretty ok traffic with really no advertising except for here and a couple from word of mouth. Its probably not the results of an all-star APEX topsite right now but a few of the game owners have expressed that they are happy with some of the results so far for being a brand new site. So like I said hurry and register before the once in a life time promo code expires (its quite a few start up credits) to.get you going and we do have a referral system that will also give you credits for every game owner you bring (certain conditions do apply). And any feedback like questions, comments, concerns, ideas are always welcome.
-
I currently use interserver. Price ain't bad, support has always treated me good even when it came down to me asking to switch to a completely different OS and had me up and running in no time. I wouldn't recommend a shared host with "unlimited" features because they are full of it and suspend you if you have a spike at a moments notice.
-
You also need to consider other server specs as well and is this per mo. or yr.? Look at the competition as well, I have a vps I pay $20/mo. + $1 for a dedi ip so I can use ssl. I have 50gigs HDD and like 3600 bw with 1gig ram
-
I will say that I do like that new one you posted much better. just the font for the header of the section gives it a pop. How about just adding the font itself in the css? But I still think it needs those yellow/gold bars or whatever. to me it just makes me feel like its missing something
-
Great Job!! The game looks pretty good. When I get a chance ill have to dig around in the game more. So far I just went digging for some iron ore. One thing though that I would have liked to see is possibly that chat in ajax. The chat itself is very clean looking and with a touch of ajax in there would have been top notch. But so far all in all the game looks excellent.
-
Timestamps would be the best way to go in my opinion
-
I would like to apologize. Looking back at my post doesn't quite get across what I meant? I was meaning to ask if it does something special because there has been talk about possibly making dynamic menus. I actually think the menu looks pretty good but no wow factor but still good. The thing about making mainmenus is that you need a matching theme to go with it. That's what I meant to say and you can look at all my previous posts and see that I am no way a negative nancy and I am deeply apologizing for the way my comment came out.
-
Failed to login (only on select browser)
KyleMassacre replied to Venom's topic in Feedback and Site Support
I believe this is supposed to be getting looked into http://makewebgames.io/showthread.php/43878-Forum-Login -
Yep, pretty much what I was saying but the rand() is a bit more intensive on the server
-
well what you can do is: Query the total number of users and add that in your "LIMIT" like so LIMIT $count, 1 (recommended) Do an ORDER BY RAND() LIMIT 0, 1 (not recommended but easier) for the first one for some reason I'm confused right now cause I'm a little bit under the weather but the $count,1 may need to be flip-flopped like 1, $count