Re: Dedicated Hosting
i dont use it for games, i use it for proxies. they use a bitch load of bandwidth, and also need a good load of ram (mines at 1gig i think) to be able to basically keep running.
on top of that, i can still host whatever i feel like (250gig space and 1.5tb bandwidth is hard to fill)
you are right though, i dont think i'd ever run a game just to solely fill that lol...but its still nice to have other avenues of revenue rather than just a game.
Re: wikipedia - potus error
lol, i read something about the wikipedia owners or whoever working on cutting down vandalism like that
things get through but i doubt it'll be long before the original article is restored
:| its restored lol
Re: Windows Xp - customizing the start button
lmao thats friggen awesome
i'll have to try it sometime, but im using the alienware desktop atm so it wouldn't work :P
Re: Can someone please help
Fatal error: Cannot redeclare money_formatter()
so maybe you declared it once, and RE-declared it
which is apparently bad, according to that error
to declare a function we have:
function function_name()
maaaaaaaaaaaaybe, judging by the error, and the re bit, you did that twice
i thought error messages gave a good amount of info, guess not
Re: [email protected] -- anyone know?
i don't see why people give shit out when someone completely random adds them to msn saying they'll give them money
i mean come onnnnnnnnnn
Re: Inserting 1000 records...easier way?
you can if you want random first names and last names (xa33fc assf33) etc
for ($x = 1; $x <= 1000; $x++) {
mysql_query();
}
otherwise, i highly doubt it
Re: Developing locally on your own local PHP/MySQL/Apache server
after months of working with a hand-made apache installation :p i finally d/led wamp
i love it, i loaded the zip, curl, imap and gd extensions in about ten clicks :D as opposed to my nights of getting it to work before
kinda irritating moving all my files over but its ok....now i can mess around with other extensions (specifically zip because im bored)