
Equinox
Members-
Posts
553 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Equinox
-
Well, security flaws can do a lot - in an McCodes game, users could manipulate the data you're sending to their own benefit and they could insert malicious data to destroy your script and site.
-
Nice attempt, but I advise you to look into securing your scripts....
-
The HTML and CSS is correct, they're just warnings about possibly deprecated tags and how you cannot use certain tags in certain places. The page will still work fine, but I may go over the pages just to get rid of the errors if needed.
-
Yup, but we are offering a 25% only to MWG users at the moment.
-
Well, for the first few days of release, we aren't really advertising a lot and for good reason; we have tested the site ourselves but only to a certain extent, there is only so much we can do. I've put my knowledge to good use and I'm confident the site is ready for release, but by just getting a few clients here and there giving feedback and such, we can really fix up the whole site before advertising a lot and getting a lot of traffic. :)
-
Thanks dominion. It's not like you can buy 10 packages at get 150% discount, it's only applicable once haha And it's just another reason to use us as a host, hopefully it works :D Thanks
-
Ok bud, well - I appreciate you asking questions, help me catch up on what I missed in the first post.
-
We keep a reasonable amount of free space so we don't clutter one server. If by chance get a lot of premium users or unlimited using our services, then a new server will come into play. Simple as that really. But, if we get enough interest and we get a fair amount of business then we will set up servers for each hosting package, e.g 1 server dedicated to unlimited and it will fit less accounts than lets say the starter plan as there is a huge gap between them. CPU usage on each account is just limited to a fair amount, we don't expect people to be using great doses of CPU, but if it does get a little bit high then we will contact the client and suggest that they either upgrade (if applicable) or move host and of course they will get money back for all the time they didn't use on the package. For example, if a client buys 1 month of hosting, and in a week they breach certain aspects of their package without breaking any rules - we will of course pay them back for the 3 weeks they did not use. Hope that helps It helped somewhat... but you've completed avoided my question in my original post. Please can you answer my questions instead of jumping around the point. I want to know your server statistics?... VPS? Ram? (If VPS Bust Ram to) CPU? Total Harddisk Space Also what languages do you support? I imagine you support PHP and such.. but do you have support for any other languages? If so please state them. I'm sure you're only doing this to try and catch me/Peter out due to personal issues between you both, but none the less, I will answer. PHP 4 & 5 MySql Python Ruby on rails Perl Dual Xeons 120GB RAID-10 I think that's all you need to know. Oh, and I'm not skipping your points - I'm just busy, you can't expect me to monitor this post all the time and can't expect me to give you everything you want to hear on this post either. If you seriously are interested in anything, you can ask on our site. But I doubt your serious.
-
We keep a reasonable amount of free space so we don't clutter one server. If by chance get a lot of premium users or unlimited using our services, then a new server will come into play. Simple as that really. But, if we get enough interest and we get a fair amount of business then we will set up servers for each hosting package, e.g 1 server dedicated to unlimited and it will fit less accounts than lets say the starter plan as there is a huge gap between them. CPU usage on each account is just limited to a fair amount, we don't expect people to be using great doses of CPU, but if it does get a little bit high then we will contact the client and suggest that they either upgrade (if applicable) or move host and of course they will get money back for all the time they didn't use on the package. For example, if a client buys 1 month of hosting, and in a week they breach certain aspects of their package without breaking any rules - we will of course pay them back for the 3 weeks they did not use. Hope that helps
-
Hey, you can use "MWG25" to get 25% off, and we have lowered the prices. On an up side, you also get money off any website design/development when you purchase hosting. And paying our hosting price, you're guaranteed uptime and speed. Also, we have a very well protected server to stop against things like brute forcing, DOS attacks and HTTP intrusions. Thanks :)
-
We are currently looking to expand all speaking languages we offer - the site has only just been released remember, and we do provide multi-lingual, just not all as of yet. Hope that helps :)
-
What about the people who have already bought hosting from you? That's unfair on them, as they had to pay more, the first time around, I know it's only $1-2 difference but still - Once the hosting prices have been decided, i don't think they should be changed that quickly but that's just my opinion Kind Regards: Redex I've already taken money off their next charge to compensate - as they are willing to stay with us. Thanks for pointing it out though :) And thank you Djkanna
-
Also, the prices are high as we guarantee 99.9% uptime and that our servers are excellent. If we fail to deliver, you get refunded with days and time lost, and a little extra as an apology. Plus, we will have new coupons every month for people to use, so this will also lower the price
-
[align=center][/align] Just to clarify, because the timing was a little wrong: This site isn't being released at this moment in time purely to compete with Redex's site, and wasn't aware of his site until W3Theory was nearly finished. We are in no competition with there site, so please avoid comments of the sort :D W3Theory was made by me and Peter, and we have invested a lot of time and money into servers, design, domain registrars and addons. We don't just do hosting, we offer web design and development as well, also SEO - we have a couple of guys in each category willing to work. The site has been in development for a while and we've been hard at work trying to get the site going, it's been a struggle. We've done some testing of our own, but I'm sure there will still be issues so please let us no by either using the support ticket feature Here or the contact page we have Here. We offer for types of hosting; Starter, Business, Premium and Unlimited. We have great servers that are quick and very reliable, plus we don't just use the WHM panel to sort things out, we know what we are doing. If you have any special requests, you can ask us and we will see what we can do. We will have more servers in a short time so we can host more accounts and for the purpose if one server was corrupt we could simply host you on another server. We already host quite a few sites and have had no complaints and overall people are very happy, Me and Peter are always very willing to help. We offer good support and people can still catch me or Peter on MSN if they were to need an assistance, we're on regularly. You can view our site Here And you can view our hosting Here I've think I've covered mostly everything, if you have any questions or queries, feel free to use contact forms, reply here or get me on MSN. Oh, and ofcourse, MWG users get a discount on hosting by using the promo code: MWG25 The promo code will give you 25% off and is valid for 1 month only. Thanks
-
Yes, but it's not classed as invalid on a validation. I'm not THAT picky O.o Again, I don't feel the need to run to google and validate my site..... It's just preference -.-
-
- replace with
-
This. If I'm working on a project, I will keep my work valid to the extent I know. I won't go to a validation site just to be knit picky and work it all out. I'm aware of mostly what's valid and what's not, what's deprecated and what's not, etc.....
-
1. _assoc is the same as calling _array with MYSQL_ASSOC - using mysql_fetch_array() without specifying MYSQL_NUM or MYSQL_ASSOC returns a double array. 2. That is a ternary operator What a done was the same as saying: if($ir['new_announcement'] == 0) { $Na = ''; } else { $Na = '<span style = "color : #FF0000; font-weight : bold;">New</span>'; }
-
<?php include(DIRNAME(__FILE__).'/globals.php'); $Q = mysql_query('SELECT `a_time`, `a_text` FROM `announcements` ORDER BY `a_time` DESC'); echo "<table width = '80%' cellspacing = '1' class = 'table'> <tr> <th>Time</th> <th>Announcement</th> </tr>"; while ($Fetch = mysql_fetch_assoc($Q)) { $NA = ($ir['new_announcements'] == 0) ? '' : '<span style = "color : #FF0000; font-weight : bold;">New</span>'; echo "<tr> <td valign = 'top' width = '25%'>".date('F j Y, g:i:s a', $Fetch['a_time']).$NA."</td> <td valign = 'top' width = '75%'>".$Fetch['a_text']."</td> </tr>"; } echo '</table>'; if($NA) { mysql_query("UPDATE `users` SET `new_announcements` = 0 WHERE `userid` = ".$_SESSION['userid']); $h->enpage(); } ?> Try that
-
Your rank.... If you have "Rank of Strength : #1" then you're the strongest in the game, if it says "Rank of Strength : #2" then you're second strongest, etc...
-
Jobs.
-
Small something that has always bugged me. Cron_minute quick fix.
Equinox replied to Joshua's topic in Free Modifications
I would do it like: Add two new rows to Users "Hospital" and "Jail" And then the timestamp would be something like: $Select = mysql_fetch_assoc(mysql_query("SELECT `Hospital` FROM `users` WHERE (`Hospital` > 0)")); $Hospital = explode(",", $Select['Hospital']); if($Hosital[0] - time() < 1) { mysql_query("UPDATE `users` SET `Hospital` = ''"); } Then I would update users like such: $Time = time() + 1000; /// 1,000 being the amount you want users to be in hospital for mysql_query("UPDATE `users` SET `Hospital` = '".$Time.",Put in hospital' WHERE (`userid` = ".$_SESSION['userid'].")"); -
Because it's ugly, wasn't appealing at all.
-
Saw the login and left.
-
The only place Gangsters Territory has been advertised is here, and although work on Gangsters Territory is still under-way we've previously turned to another project. I've worked on nothing on Gangsters Territory that will promote the site and generate alot of traffic for it.