Directory Index Forbidden Error !!

If you get below in error in error_log========================================[Thu  Sept 13  02:09:32 2012] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /home/domainusername/public_html/[Thu  Sept 13  02:09:32 20129] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /home/domainusername/public_html/==================================================Then you need to add below code in .htaccess file.==================================DirectoryIndex index.htmlorDirectoryIndex index.php==================================and then check your site.

» Read more

Fatal error: Class ‘PDO’ not found in …includes/database/database.inc on line 184

Fatal error: Class ‘PDO’ not found in …includes/database/database.inc on line 184~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~While browsing domain if you get above error then –Please try to resolved issue with following steps. PDO support had been compiled in, but not enabled .Our server has PHP 5.2.x and 5.3x installed, with PDO support.Adding————-extension=pdo.so extension=pdo_mysql.so————-to php.ini solved the problem.Steps: 1. Create php.ini file 2. Add two lines————-extension=pdo.so […]

» Read more

Clear/Free/Remove Cache memory from Linux Server

Clear/Free/Remove Cache memory from Linux Server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please use belwo command to clear Cache memory from Linux Server free -m echo 1 > /proc/sys/vm/drop_caches ======= eg :BEFORE :root@lnx [~]# free -mtotal used free shared buffers cachedMem: 12001 11614 386 0 2026 6996-/+ buffers/cache: 2592 9409Swap: 1907 0 1907 root@lnx [~]# echo 1 > /proc/sys/vm/drop_caches AFTER :root@lnx [~]# free -mtotal used free […]

» Read more

Understanding DDOS Attack !!!

What is DDos Attack ? Compromised PCs, or “bots,” are formed into groups called “botnets” and are used as weapons by cyber-attackers to launch various forms of cyber attacks. These attacks range widely from DDoS to identity theft and clandestine intelligence gathering operations.During Distributed Denial of Service attempts, attackers launch attacks using different techniques including HTTP, HTTPS, ICMP, SYN Floods, […]

» Read more

Hidden Facebook Smileys Emotions codes… Only 4 my Loving Frndzz…

Hidden Smileys and Emoticons: Really happy emote: 😀 or 😀 Wink emote: 😉 or 😉 Happy eyes: ^_^ Laughing eyes: >:o Cat smile: :3 Grumpy: >:-( Sad: 🙁 or 🙁 Crying emoticon: :’( Shocked emoticon: 😮 or 😮 Glasses emoticon: 8) or 😎 Cool shades: 8-| Rude: :p or :-p WHAT?!: O.o Dork emote: -_- Duhhh emote: :/ or :\ Devil emote: 3:) Angel emote: O:) Kiss emote: :-* or :* Love emote:

» Read more

Shut Down system by double Clicking on Internet Explorer !!!

Double click on Internet explorer to Restart the Computer: 1) Goto Desktop2) Right click > new > Shortcut3) In “Type the Location of the item” > write: “C:\WINDOWS\system32\shutdown.exe -r -t 00″ without coutes.4) Click next and in “Type a name for this shortcut” write ” Internet Explorer” and click Finish.5) Now Right Click on the shortcut of Internet Explorer and […]

» Read more

Firefox Shortcut

As we know Mozilla Firefox is very popular amongst all the browsers. It has lots of shortcut, so here in this post I am going to show you the shortcuts available in mozilla firefox. Double-click (On a word)                                   Select the word.Triple-click                                                              Select entire line.Wheel click                 […]

» Read more

Branding Windows Xp with your Name and Details…

Open notepad–> copy the lines [General]Manufacturer=Your Name HereModel=Your Model Here[Support Information]Line1=Your Name HereLine2=Your Address HereLine3=Your Email Address Here SAVE it with the name OEMINFO.INI in the c:\windows\system32  Then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes. […]

» Read more
1 28 29 30 31