-
Posts
3,368 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
Events
Everything posted by Dave
-
Last time I checked ravan.info was still up and running? Why weren't you able to close them down?
-
Just thought I'd like to say.. You're c# tutorials are not completely ignored.. I've been reading through them and plan to check them out when I can get c# visual basics to install properly.. I've got some issues with the .NET config on my machine for some reason. So keep the c# tutorials coming along for me at least. :)
-
Personally whatever your project is.. If it involves Mccode it's probably not a great idea. You'd be allot better off creating something solely unique so that the users will appreciate the site more and it will also increase the overall value of the site. If you plan to sell security for Mccodes you'd have a tough job trying to beat people's services such as CrimGames and so on.
-
Animated Gif? You could so a better job with some decent quality PNG's and a jQuery slideshow. I'd try a different way of generating some money.. and maybe move away from Mccode?
-
Read their terms.. Already checked this site out in their terms I believe is says they are allowed to re-sell you're details on ;)
-
I'd do a few more examples first.. With sketches and a few shots of sketch then do a few shots of the colouring process to confirm you have made them!
-
That's some incredibly nice work! Not to be a bitch or anything.. But is there a way you can prove that you've created these? Just because of your low post count and such.
-
Timestamps would be a better system.. Save's running unneeded code.
-
No offence to you because you are learning and so on.. But this was really lazy. The creators off jQuery didn't write a complete documentation on every function and how to use them just for their own amusement? http://docs.jquery.com/Main_Page
-
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. Ironically I'm not.. I've experianced I'd say around 20 different hosts in my time.. Initially just for one website then moved onto resellers and so on. I always found with all the hosts I went with their server's couldn't actually handle the amount of clients they were shoving onto them.
-
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.
-
What are your server statistics? How many of your "Premium" package could you actually host? (With each client using ALL their accounts resources). Also how much CPU is each account allowed to use before they are suspended? Also keep into account that I imagine you'll be hosting numerous sites on the host.. How much of your servers resources will these sites be taking up?
-
Yeah (: It's generally what I do.. something like... <?php define('__NO_HEADER__',1); require_once('globals.php'); //Then down in globals.php if(__NO_HEADER__ != 1) { //Pull and show template } ?> Saves allot of time.
-
Using include "globals.php" in the script will make it fail surely? Considering the globals file also pulls the header out?
-
The whole data centre our server is housed in has been hit with some form of technical issue. So all our sites are currently inaccessible which is not ideal.
-
Glad to be of service ;)
-
Write a script to cross reference a users inventory with the items database? If the inventory item id doesn't exist within the item table just delete the inventory post.. and all others.
-
Well if you have some form of pagination.. and your only displaying 10 messages you could do something like <?php $num1 = ($_GET['page'] == 1 OR !$_GET['page'] ? 1 : ($_GET['page']*10-10)); $num2 = ($_GET['page'] ? ($_GET['page']*10) : 10); echo 'Viewing mail '.$num1.' to '.$num2; ?> I honestly have no idea if this is going to work because I've been working with C++ for the past few days.. but I believe it should. (And just incase.. it wont work if you just shove it in your script.. you need to modify it a bit.)
-
I've seen that 2D map thing somewhere before... You'd honestly be better re-writing the engine to use Ajax to move the character.
-
You clearly don't know how easy it is to modify a PayPal page using tools and or just editing the image in Photoshop.. I never believe screen shots any more.
-
How many images are you after for $80? If it's a larger amount you could probably pay someone to "borrow" some images of google and vector them... But to get a larger number of items drawn up $80 might not stretch enough to get them all complete.
-
I've done this before it is very simple! You can see a "demo" of my pre-regisration system on http://infantryx.com/ just google "Facebook Login PHP intergration" and you should get a fair few examples.
-
$user_avatar = '/path/to/avatar/image.png'; unlink($user_avatar); Is that what you're after? That will remove the image.png file from that directory. Edit: Damn you DjKanna.
-
Ahh okay, but why did you decide to use Silverlight over some of the alternatives? Such as flash, java and similar languages? and I plan to learn c# when I finally go to college.
-
Just wondering how long have you been developing in silverlight to get to that kind of quality?