June 1st, 2006
I found this today,
I ran this query on my Wordpress database.
CREATE TABLE `ip` (
`id` int(5) NOT NULL auto_increment,
`ip` varchar(50) NOT NULL default ”,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;
And placed this php code in my footer.
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$sql = “INSERT INTO `ip` ( `id` , `ip` ) VALUES ( ”, ‘$ip’)”;
$query = mysql_query($sql);
print “Logged: $ip”;
?>
I just like having IP’s logged in my database forever. Maybe you’ll find that handy.
Posted in Code Bits | 2 Comments »
May 27th, 2006
For those of you who have a large number of sites and find it too time consuming cross linking them, you’ll love this new script, it’s a PHP script which allows you to cross link your sites from one central installation, simple installation and no MySQL required.
http://www.novasoftserver.com/free-scripts/cross-site-links-rotator/index.php
Posted in Web Design | 3 Comments »
May 26th, 2006
v7n has a contest going, basically you need to take the existing page linked to in the post and redesign it so that the Adsense on the page blends right in.
Geeks like me love this stuff, we feed off it, fuck the prize, I’m just having fun, the money is just an added bonus.
I really think you should come show us what you’ve got and give me a challenge, only 2 entries thus far. I may revamp mine or enter another concept if time allows.
Read the rest of this entry »
Posted in General, Web Design | 3 Comments »
May 20th, 2006
We recently completed this beautiful Wordpress theme for the Blackfox Directory Blog. Chris preferred a simple, clean and light Wordpress theme, voila, a professional Wordpress theme.
Click the thumbnail to leave any comments about the theme please. 
Posted in General, Wordpress Themes | 3 Comments »
May 19th, 2006
First off, if you’re not a member at my vbulletin skin site, 2skin.com, then I just want to let you know all of our vbulletin skins in the catalogue are now on sale for $25, reduced from $35. So take a look at what’s available and also inquire within about out 2-for-1 special.
Secondly, I am planning to move this whole domain to a subdomain of my design site, kalinawebdesigns.com. The Wordpress themes will then be re-released under the kalinawebdesigns brand, plus being a registered business, I think that’s better for my themes and any illegal shit someone decides to try with my themes ever again.
Do you think this is a good idea? All the themes out there by me link back here but I can just do a 301 redirect to the new subdomain correct?
Third, I have to cut this short because my main client just called, I’ve gotten behind, this is the first time he’s had to call me. Yeah, I’m horrible, absolutely, don’t hire me for anything, please. I just don’t care unless you’re already a client, then I will try to give lots of loving, like I have any left.
Posted in General | 7 Comments »