Messenger manipulation

From http://bangalore.craigslist.co.in/sof/1385710906.html

Date: 2009-09-22, 2:58AM IST
Reply to: winningorlearning@gmail.com


Will need to be knowledgable in messenger manipulation. Skype, in particular.
Email me for further details.

Skills: Java, decent english.

At least a few times , I have seen discussions on messenger / live chat  suddenly end,  it seems they can be easily manipulated.  At first I thought it was a problem with the chat operator, but now I know better.  There is no replacement for talking on phone.

More info on messenger data interception: http://ask-leo.com/can_hackers_see_data_going_to_and_from_my_computer.html

Restore WordPress from mySQL files

One of the web hosting companies  I use suddenly went out of business but Liquidweb were kind enough to provide a backup of the data on the shared hosting account I used.  I had a number of  wordpress blogs , so to restore them , the  following steps are to be used. The shared hosting account had a Cpanel control panel and Fantastico for script installation

Locate the name of the site in the mySQL database using the siteurl field . The SQL file can be searched as a plain text file.

  • Install WordPress on a different shared hosting account.
  • Locate the database name, for example if it was problems_wrdp1 , rename it  to the database name in your new Cpanel account  useful_wrdp3 . Change the relevant prefix ,  account names to those on your new server.
  • Use phpmyAdmin and import the  SQL database.

Typically for WordPress 2.8.4, the  database will have 10 tables and the import will be completed after executing 84 queries.

This works satisfactorily for smaller databases , less than 2MB in size.