Sponsored Links:

DASHBOARD ERROR – XML-RPC connection error (code: 800)

June 18th, 2009

Openx error: DASHBOARD ERROR – XML-RPC connection error (code: 800) OpenX is an open-source advertising server (written in PHP and using a MySQL or PostgreSQL database) that is licensed under the GNU General Public License. It features an integrated banner management interface and tracking system for gathering statistics. The product enables web site administrators to rotate banners from both in-house advertisement campaigns as well as from paid or third-party sources, such as Google’s AdSense. OpenX is the latest reincarnation of the product’s brand, following the name OpenAds, itself following the name phpAdsNew. Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555"; google_color_url = "555555";to fix this error: create .htaccess file and add t..... Read more

Using vnstat for simple traffic accounting

June 17th, 2009

vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s). vnStat isn’t a packet sniffer. The traffic information is analyzed from the /proc -filesystem, so vnStat can be used without root permissions. However at least a 2.2.x kernel is required. Quick install guide (I have set it up on a Centos 5.3 box): [user@host] $ wget http://tinyurl.com/mx9yrf [user@host] $ tar zxvf vnstat-1.7.tar.gz [user@host] $ cd vnstat-1.7 [user@host] $ make [user@host] $ su Password: [root@host] # make install #create databases for NICs [root@host] # vnstat -u -i eth0 [root@host] # vnstat -u -i eth1 [root@host] # crontab -e Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555"; google_color_url = "555555";Add the..... Read more

Cron Hack running job/script every 5 seconds

June 10th, 2009

what is Cron? Cron is a time-based job scheduler in Unix-like computer operating systems. ‘cron’ is short for ‘chronograph’. Cron is the name of a program that enables unix users to execute commands or scripts (groups of commands) automatically at a specified time/date. It is normally used for system admin commands, like makewhatis, which builds a search database for the man -k command, or for running a backup script, but can be used for anything. A common use for it today is connecting to the internet and downloading your email. Cronjob Hack, running job/script every 5 seconds or something but lesser than a gap of one minute. i made the script to display a log file with time stamp LOGFILE=/root/username/logs/log_`date +%H%M%S`.log so that you can check if your cron is working or not, and you can disable it anytime, Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al..... Read more

OPEN ports in Windows

June 8th, 2009

Usually, if you want to see all the used and listening ports on your computer, you’d use the NETSTAT command. its about time to blog something related about Windows :) not just linux, Note: The NETSTAT command will show you whatever ports are open or in use, Open Command Prompt and type: netstat -an |find /i "listening" it will show something like CP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING TCP 0.0.0.0:1084 0.0.0.0:0 LISTENING TCP 0.0.0.0:2094 0.0.0.0:0 LISTENING TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING TCP 0.0.0.0:5000 0.0.0.0:0 LISTENING You can pipe it to a text file by adding > c:openports.txt to the command, if you want to… command: netstat -an |find /i "listening" > c:openports.txt You can also change “listening” to “established” to see what ports your computer actually communicates with: command: netstat -an |find /i "established" result: TCP..... Read more

What is the best Webserver

June 1st, 2009

Have you been wondering what is the best Webserver? is it the Famous Apache which almost all Web Host use? or its Tight counterpart Lighthttp or the new comer LiteSpeed for people who does not know what is a webserver: A webserver is computer program that is responsible for accepting HTTP requests from clients (user agents such as web browsers), and serving them HTTP responses along with optional data contents, which usually are web pages such as HTML documents and linked objects (images, etc.). [ Specs of Involved Machines ] CPU Quad-Core AMD Opteron(tm) Processor 2350 MemTotal: 1048796 kB Linux Version Linux version 2.6.24-23-xen (buildd@crested) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) 0000001 SMP Mon Jan 26 03:09:12 UTC 2009 System CentOS release 5.3 (Final) Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_co..... Read more

Improve the web with Nofollow Reciprocity.