Sponsored Links:

Page Rank

October 10th, 2008

Sponsored Links: ..... Read more

Popularity Plugin for Wordpress SQL Error

October 8th, 2008

Table ‘MYSQL_TABLE NAME.wp_ak_popularity_options‘ doesn’t exist on line: ( line number ) did you get this error after you install popularity plugin of wordpress? read this guide “fix it yourself” go to PHPMYADMIN go to SQL Tab paste this: CREATE TABLE IF NOT EXISTS wp_ak_popularity ( post_id int(11) NOT NULL, total int(11) NOT NULL, feed_views int(11) NOT NULL, home_views int(11) NOT NULL, archive_views int(11) NOT NULL, category_views int(11) NOT NULL, single_views int(11) NOT NULL, comments int(11) NOT NULL, pingbacks int(11) NOT NULL, trackbacks int(11) NOT NULL, last_modified datetime, KEY post_id (post_id) ) ENGINE=MyISAM;# MySQL returned an empty result set (i.e. zero rows). CREATE TABLE IF NOT EXISTS wp_ak_popularity_options ( option_name varchar(50) NOT NULL, option_value varchar(50) NOT NULL ) ENGINE=MyISAM;# MySQL returned an empty result set (i.e. zero rows). HIT GO! Your SQL query has been executed successfully Sponsored Links: ..... Read more

install debian helper scripts

September 30th, 2008

Debian Helper Scripts come in handy, This package include the famous “service” command to conveniently restart programs. The service command is something that get pre-installed in Fedora therefore, on a switch to Ubuntu or Debian, these scripts will come in handy to maintain a sense of consistency. If you are on Ubuntu you can install these with: mod@mod-laptop:~$ sudo apt-get install debian-helper-scripts Test Command mod@mod-laptop:~$ sudo service apache2 reload * Reloading web server config apache2 ..... Read more

Firefox Crash DDOS Exploit

September 29th, 2008

Advisory: Mozilla Firefox User Interface Null Pointer Dereference Dispatcher Crash and Remote Denial of Service. Version Affected: Mozilla 3.0.3 – 1.9.0 Branch (Specifically for Latest Version) Release Date: Disclosed: 28 September 2008 Release Date. 28 September ,2008 Description: The mozilla firefox is vulnerable to user interface event dispatcher null pointer dereference denial of service attacks. The dispatched event created dynamically leads to firefox crash when it is called directly or in a defined loop with number of generated user interface events.The resultant crash results in Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0×0000000000000007 Crashed Thread: 0 Thread 0 Crashed: 0 libxpcom_core.dylib nsTArray_base::Length() const + 11 (nsTArray.h:66) 1 libgklayout.dylib nsContentUtils::GetAccelKeyCandidates(nsIDOMEvent*, nsTArray&) + 261 (nsContentUtils.cpp:4083) This security issue is a result of unhandled exception which is ..... Read more

How to Install Chromium in Ubuntu

September 26th, 2008

Q. What is Chromium? A. Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. The Chromium codebase is the basis for Google’s Chrome browser. Q. Are there native Linux and Mac versions of Chromium available? A. Not yet. Google has announced plans to support native Mac and Linux versions of Chromium, but they have yet to be released. CrossOver Chromium, however, runs the Windows version of Chromium natively on both Mac and Linux. Q. Should I run CrossOver Chromium as my main browser? A. Absolutely not! This is just a proof of concept, for fun, and to showcase what Wine can do. Chromium itself is just beginning. As the Chromium project progresses, they will be providing more compelling support for Mac OS and Linux, particularly with process security and memory management. Those future versions from Chromium will be better suited for daily use than this version. Q. How was CrossOver Chromium deve..... Read more