DISK I/O ERROR: STATUS 00008000 (Windows 2000)

July 3rd, 2009

This is an error that I’ve encountered when trying to install Windows 2000 (Win2K) onto some of my super duper old systems. These are customised systems to act as DVRs so I need to install Win2k as it was written to work that OS.

The stupid installation kept giving me this error:

“DISK I/O ERROR: STATUS 00008000″

For a while I thought it was a HDD problem and was about to toss that hard disk out of the window (no pun intended)

Luckily I found this thread:

http://discussions.hardwarecentral.com/archive/index.php/t-89614.html

The solution is as simple as changing the installation CD :)

OS Commerce Security Vulnerability - in older version

June 12th, 2009

Users of OS Commerce beware

Please update your OS Commerce as there is a vulnerability in the older version of OS Commerce

.. regarding my hacked site .. I’ve just gotten a very reply from my host .. Hostgator ..

Hello,

It appears that the attackers gained entry to the account via a vulnerability in the outdated installation of osCommerce installed on the account. To prevent further attack, you will need to update this and any other installed scripts to their most recent versions. Please let us know if we can be of any further assistance.

[root@gator403 /XXX/XXX/XXX/public_html]# head ./oscommerce/oktay.php
<html>
<head>
<title>r57 bypass Shell</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1251″>

./oscommerce
./oscommerce/oktay.php
./oscommerce/error_log
./oscommerce/includes/application_top.php

[root@gator403/XXX/XXX/XXX/public_html/oscommerce]# head index.php
<?php
/*
$Id: index.php 1739 2007-12-20 00:52:16Z hpdl $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Not too sure what the hell that is but I am removing it from my installation .. anyway I think there are better open source shopping cart out there ..

Anyway here are some tips to prevent this from happening.

  • always update your php opensource scripts!!
  • always remove outdated scripts on your test site
  • always use scripts from reliable sources

Damn! I’ve been Hacked!! by DJ_K_A_H_I_R

June 11th, 2009

I really irritates me to see my site being hacked!! I used to have great admiration for hackers .. not for their deeds but for their ability to penetrate servers and leave a footprint .. .. but it doesn’t feel that good anymore now being a victim :(

hacked-again

The yucky feeling gets worse when you’re being hacked the 2nd time in 2 months .. and they are both turkish kackers ..

Fortunately, this time it was as serious as before .. .. it is also a lot more mild than many other victims. See their hacks here: http://zone-h.org/archive/defacer=1923Turk

Apparently, the DJ_K_A_H_I_R is one of their “big leader” with the team 1923Turk title of “Saldırı Kuvvetleri Komutanı” (Attack Force Commander) ..

Just hope they will leave this harmless little blog alone .. ..

Dear hackers,

If you are reading this now .. please

do not hack me .. please

Setting up profiles in Mozilla’s Thunderbird

June 10th, 2009

I needed to setup a separate profile to manage another campaign so that there will be no confusion and I will send the wrong emails to the wrong clients. It is easy to do this in the good old Outlook Express .. unfortunately this “Profile” feature has been removed in the Windows ShitSta’s Windows Mail ..

Thunderbird is the next best alternative I have .. but the profile settings in Thunderbird is not a default thingy available in the Menu .. however .. it is not difficult to do it .. I’ve gotten the following from the official Mozilla site that is supposed to be released under Creative Commons .. I’ve also included a video to a “Short-cut” way to permanently enable the Profile Manager in your Start Menu

Watch the Video:

Read On:

Read the rest of this entry »

Add-on to (Joomla Error “JFolder::create: Could not create directory”)

June 8th, 2009

I was doing installation on another Joomla 1.5 site and encountered similar issue .. This time there is another error message

“could not move the file”

So upon checking .. I realised that there was no “tmp” folder .. .. after creating it and CHMOD it .. The

Joomla Error “JFolder::create: Could not create directory”

The steps following are the same as previously mentioned.

TIP ::

1) Here’s one thing that I did not mention in my previous post .. that is .. in addition to that Error Message .. the 2nd that appears will actually show the source of the error:

Component Install: Failed to create directory.: “/home/XXXXX/public_html/components/com_joomlapack”

This will give you a hint at the problem ..

2) Joomlapack is a wonderful software that you MUST HAVE in your installation .. together with KickStart .. they make the Joomla migration a child’s play!!!

Check out their website at http://www.joomlapack.net/

Joomla Error “JFolder::create: Could not create directory”

June 6th, 2009

Got this error while trying to install the Sourcer! Plug-In to my site:

  • JFolder::create: Could not create directory
  • JInstaller::install: Failed to create directory. “/home/XXXXXX/public_html/plugins/editors-xtd/sourcerer”

Not sure how did this happen .. it has never happened to me previously .. but anyway .. found a good and simple solution in the Joomla’s Forum:
http://forum.joomla.org/viewtopic.php?f=470&t=252418&start=330

Did some tweaks to the suggested solution:

I CHMOD 775 to the following directories

  • tmp
  • modules
  • components
  • plugins
  • language (I am using English-GB, so this may be optional)
  • administrator/components
  • administrator/components
  • administrator/language

And Viola! It is back to normal now ..

Note:

  • There is no need to CHMOD all the sub directories! It is not necessary as the new additions will be created in the above folders as a separate sub-folder. CHMODing all the folders will also compormise on the security of your site!
  • There is no need to CHMOD to 777 .. I tried with 775 and it worked ..

Setting Up Router through Windows Internet Connection Sharing.

June 5th, 2009

I’ve just reset the Linksys Router in the office .. this is a router that connects the PC/Laptops in another room to the main router through Windows Internet Connection Sharing (Win XP) by the following setup.

I’ve searched all over the net for a “off the shelf” solution .. but did find it .. so with some mixing and matching .. managed to put things together from 2 very useful source:

1) Practically Networked
http://www.practicallynetworked.com/sharing/xp_ics/index.htm

The actual steps that helped me is in the sub-folder

http://www.practicallynetworked.com/sharing/xp_ics/serverbroadband.htm

You can basically follow the instructions there. It is very detailed.

2) Computing.NET
http://www.computing.net/answers/networking/can-i-use-a-router-with-ics/19693.html

The answer I’ve been needed to know the configuration on the Router.

ICS is a dhcp server, a limited server, but it will handle all dhcp sever requests. it will not let clients use the shared internet connection unless it assigns the ip, or you set them up static using the subnet range it wants to use. normally 192.168.0.x.

With that I managed to set the following settings:

Setup for Router to ICS

Hope this will work for you

Decrypting MD5 Hash

May 31st, 2009

If you are as forgetful as I am, you’ll probably remember such a situation:

  • You’ve setup a PHP platform like Joomla or Wordpress
  • You logged in the admin area and saved the password on your PC.
  • You did not log in for some time.
  • You forgot your password! You forgot your username! You forgot which email you used to setup this account!
  • You somehow remembered how to login to the mySQL server (Through cPanel perhaps) .. and you see a long string of what looked like some gibberish on the “Password” Field!
  • “Shit!” You said to yourself .. ..

This link below is for people like us :)

http://md5decryption.com/

  1. Choose the “MD5 Decryption” Button
  2. Just copy and paste the string in text box and click “Decrypt It Now!!”

Viola! You’re back in action again!!

Tellmatic (Mailing List/Newsletter Manager) - Installation Guide

May 30th, 2009

I was encountering some problems when installing my phpList on my new server that is running on IIS (Windows server) .. as a result .. I needed to find a new solution .. there are many new Mailing List Managers available (Thank God!) ..

I found this Tellmatic on Hotscript .. as with most Opensource installations the instructions came in a text file .. that is not so reader friendly .. so decided to re-format the instructions .. and well since I’ve already saved a copy .. might as well share it with all of you :)

Cheers Read the rest of this entry »

Editing the look and feel of components in Joomla 1.0

May 28th, 2009

Well can say for all the components of Joomla 1.0, but generally this will be changing the  format of the files that determine the layout of the components.

You’ll need the FTP client, eg Filezilla

  1. FTP to the root folder where Joomla is installed
  2. Go to the “Component” Folder
  3. Look for the specific component folder. Typically named as “com_Component_Name”
    For example: “com_attend_events” / “com_facileforms” / etc
  4. Look for any files with a “.html.php” in the name
    For example: “contact.html.php”
    If it does not exist, then you’ll have to do it by trial and error
  5. Download the file to your PC
  6. Edit the file using your HTML editor
  7. Use your FTP client to rename the existing file on your server by adding the date at the back.
    This way, you’ll know when was that file modified.
    For example: Rename “index.php” to index-”20090528.php”. This way, you’ll know that the file was modified on the Year:2009, Month:May, Day:28th
  8. Upload the file from your PC to the remote server and test it by visiting the website to see if all is working well.

Sometimes it may be required to change additional files too .. ..

For example, for the text that is show is determined by another file in another file titled “Language” .. just go to the folder to look for the file that is of the language of the site .. eg: “English.php” or “german.php”

Also there may be a need to modify the CSS file .. but this will be a little tricky and I shall keep it for another time.