News:

The anti-spam plugins have stopped being effective. Registration is back to requiring approval. After registering, you must ALSO email me with your username, so that I can manually approve your account.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Databits

#196
Yeah, both FF2 and FF3 use MySQL Lite on their back end. It's nice and nifty and really fast.
#197
Generally, I prefer to serve all images through a web script such as PHP or Python. It allows for a lot of neat things such as tracking which images have the most views, referrer requests, unique views, and even restrictive access to the image on a user scale. htaccess isn't flexible enough to do all that.  :P
#198
General Chat / Re: Photos
June 12, 2008, 11:23:53 PM
or rather than the same ol' D&D puns you could call it a "Perception Check" and make fun of Warhammer for once.  :P
#199
General Chat / Re: OMGWTF!
February 07, 2008, 12:45:13 AM
How.... how are the bubbles not just going quickly to the surface... I... I don't get it.  ???
#200
Applications / Re: ---
February 03, 2008, 04:57:29 AM
Databits, of course, is also too damn busy to take up any other projects at the time too.  :P
#201
Applications / Re: ---
February 01, 2008, 02:36:05 PM
Or, the third option that dragyn didn't mention, is you could hire a professional to make it, though depending on what the goal is that could be more costly than a friend, especially for a comic site. :P
#202
That's only true if they are hosting their DNS through Xepher for their domain name (I wasn't referring to the *.xepher.net domains).

Like with my domain I host my DNS records elsewhere, so I'm able to define specific details on what points to what. I noticed the thing with the www sub-domain going to the main xepher page so change that to a cname record instead of an a record. It also allows me to point the other sub-domains to other servers (like I do with the images and guides sub-domains).
#203
Alternatively you could change your DNS setting to point all sub-domains, including the www one, to a cname of your primary domain. This would accomplish the task you are aiming for.
#204
General Chat / Re: When I wish I was a scientist
January 29, 2008, 06:01:29 AM
That's just plain wacky. It's cool and all, but wacky.
#205
General Chat / Re: A new Lakota nation..?!
December 21, 2007, 09:46:10 PM
Yeah that seems like a great idea. Try to withdraw from a country which declared war on Iraq without real cause? Good luck.
#206
Web Design / Re: Cleaning up PHP $_GET URLs
December 15, 2007, 08:04:27 AM
Basically, it's called a content dispatcher. Which is incorrectly called at times, a model view controller (most claimed "MVC's" aren't really MVC's).

It's actually a rather useful method because it allows you to custom process everything, including images, videos, music, and the like. In addition, when combining this method with customizing your webserver config (either in the direct server config or the .htaccess override), you can do things like only running through your processing script if the real file doesn't actually exist/
#207
General Chat / Re: OMGWTF!
December 13, 2007, 03:28:45 AM
OMG! This is so on my todo list now!
#208
Web Design / Re: Cleaning up PHP $_GET URLs
December 11, 2007, 02:24:12 AM
Or you can do a third option where you direct ALL of the requests for your site through a single script which internally outputs what it needs to after parsing the information out.
#209
Using <?=$var?> is a totally valid and widely used php variable output method. If it doesn't work your php installation needs to be configured correctly Xeph. :P
#210
General Chat / Re: Arrrr
December 04, 2007, 11:49:35 PM
Actually, cell shading is a tad more complex than just texturing. Only newer video cards have actual built in support for it well enough for it to be effective.