SEO Test

August 20, 2008

Bulk Rename/Merge Categories Wordpress Plugin

Filed under: code — Crevete @ 10:45 am

Upgraded version for the power user of Rename/Merge Categories plugin by Macedonian WP Team.

Use this plugin to rename and merge multiple existing categories…

Google Sitemaps Robot identifies as Google-Sitemaps/1.0 and Firefox 1.5

Filed under: hacks — Crevete @ 10:30 am

A few days ago, I cought the Google Sitemaps robot (or maybe human?) crawling my website with two User Agents. The connection was coming from the same Google registered IP.

Here is a screenshot from cPanel’s recent visitor log analyser: Google Sitemaps User Agents

>As you can see, five requests were made from 74.125.16.5, and at the last three there were humans behind the screen…

March 29, 2008

Updates: Link Exchange & Sex Webcams

Filed under: reviews, linking — Crevete @ 4:10 am

Hello!

It’s been a while since my last post around here, I just want to let you guys know what’s been keeping me busy.

The XML parser for LiveJasmin I was talking about a few months back is now up and running on my new girls only sex webcams website, budoar.org. It took me quite some time to polish the script, but I’m quite happy with the result. As you can see, the URL structure and the template has been created with SEO & design in mind. I already had my first AWEmpire sale worth $108 in comission from it, and also expecting the free Payoneer Mastercard from them for free.
There’s one thing I’m not happy about this adult affiliate…

December 15, 2007

Ubuntu Linux Flash Does Not Install. Problems with the Adobe Flash Plugin

Filed under: hacks — Crevete @ 2:57 pm

Looks like there’s a problem with the Adobe Flash in Ubuntu. Even though I install it trough Add/Remove… or the Synaptic package manager, Mozilla Firefox still tells me I haven’t got the flash plugin installed. Weird situation. After doing some research on the web I found out that there’s a bug related to flashplugin-nonfree md5 hash value.
Here is a simple solution to install Flash Player 9.0.115 in Ubuntu

December 12, 2007

XML parser for LiveJasmin sex webcams affiliate

Filed under: code — Crevete @ 2:53 pm

I’m working on this XML parser for a new webcam website, because the offers from Adult Webmaster Empire are damn good and I want a piece of the cake ($$$), just look at their front page stats!

Anyway, I have decided to store the sexy girls data into a database for speed and ease of use, so here are some things I asked support which may help you too:
Only online performers XML is available and text status is available via template=text URL

November 17, 2007

Unpacking the Ubuntu Linux CD’s

Filed under: reviews — Crevete @ 10:26 pm

Today I have received this wonderful envelope from Canonical LTD with two Ubuntu 7.10 CD’s inside. One for the 32-bit computer and the other for the 64-bit computer. Although by now I have already installed the Ubuntu Operating System on my laptop, these eye-catching seed-ee’s live for another purpose. You see, in the next few days, the information contained within them will spread like a network virus that replicates trough the human mind. It may already have infected my dad who saw them on my desk and could not contain his curiosity. He asked what they are and I explained to him: Free CD’s that contain a Free Computer Operating System called Ubuntu. He smiled and told me that he has yet to see a catch-free gift in his mailbox, he said “All I get is bills and lawsuit citations” then he asked: “Is it from a religious sect?”.
We discussed about Linux and he said I could install it on his computer on the next XP breakdown

November 4, 2007

Free instrumental music I download with Linux/GNU

Filed under: life, code — Crevete @ 6:17 pm

Ok, so today I was watching some videos of Andy McKee and Andrew White on YouTube and stumbled across the CanndyRat Records website which has an amazing Radio station. Well I don’t know about you but I like my music in Amarok so I peeked in the DOM source code to see where the superb sound waves are coming from. It turns out that this is not an actual radio but a small Flash app that plays MP3’s from this XML Playlist. Download the song list or find out how to do it yourself in Linux

October 23, 2007

Zend Studio, Platform 3.5.0 on Ubuntu 7.10

Filed under: code — Crevete @ 4:56 pm

So I try to install Zend Studio 5.5.0 with Zend Platform on Ubuntu 7.10 - Gusty Gibbon. But after the IDE install was finished this error popped up:

The Zend Platform installation requires root privileges.
Please login as root, and run:
/home/name/ZendStudio-5.5.0/scripts/splatform_install.sh
Press ENTER to continue...

Ok, that’s an easy thing to do:

~$ sudo sh /home/name/ZendStudio-5.5.0/scripts/splatform_install.sh
sh: Can't open /home/name/ZendStudio-5.5.0/scripts/splatform_install.sh

What the fuck! Looks like they misspelled the freaking script name. Cd’ed into the dir and found out the real name was platform_install.sh . Here goes nothing:
Read on about Zend Platform and Ubuntu root problem

October 22, 2007

Stimul Media and Rx Partners relation

Filed under: reviews — Crevete @ 6:51 am

Today I signed up for two pharmacy affiliate programs: Rx Partners and Stimul Cash (former known as Stimul Media). As you know, signing up for these two is quite hard these days and you are required to have invitation code plus webmaster approval to start making money with them. Here is a conversation with the approval guy (Mark from Rx-Partners):
Coversation log with Rx-Partners support that shows the affiliate program

October 21, 2007

Add prefix to Drupal’s MySQL tables.

Filed under: code — Crevete @ 5:19 pm

You want to rename your Drupal tables by adding a prefix to them? There are about 57 tables in my MySQL database . Here’s the SQL code that will save you a couple of minutes. To add your own prefix just open up a text editor and use Find and Replace from drupal_ to your_prefix_. Because of additional modules, more tables may exist in your drupal database, just add those manually.
View the SQL code for bulk renaming with prefix

Next Page »

16 queries and 0.264 seconds.