Tea Time?!
Monday, March 10th, 2008I must say, that lately things have been going quite….differently.
Changes are in the horizon, and good ones at that. Expect to see a lot of new things around here real soon. Shhh…
I must say, that lately things have been going quite….differently.
Changes are in the horizon, and good ones at that. Expect to see a lot of new things around here real soon. Shhh…

I’m reworking the image script to cache the images in an sql database to time stamp it so I can push newest images to the top.
Yeah, database intensive but oh well, I’ll figure something else out later for it, maybe a CRON job to run a scan on the directories to publish them every hour or so unless forced….ohhh that sounds good. I’ll post the code once I’m done.
In other coding news, I’m working out the system for the WHMCS integration on my other site Talkhost.net
I’m taking vBulletin and the iCash sytem, and WHMCS and merging them together to offer free hosting for activity on the forums. The idea is to award points for activity on the forums and turn around and spend them in the WHMCS system for hosting. The points are deducted using a custom payment gateway linked to the vBulletin account with a special key that is generated when you register. Its pretty much the MD5 of the Username, vB Encrypted Password, and the userid of the member. The key is then pasted in the WHMCS system and if all matches up, the points are deducted from that members iCash in vBulletin.
The system is a great idea. I’m proud of it for sure