123 Tweak

123 Tweak Tweaking your Website
123 Tweak
Tweaking your Website
Tips to Optimizing Your Website
Just here for the view

Most recent posts

11/09 18:00 How to Change the Timezone in Linux
Logged in as root, check which timezone your machine is currently using by executing `date`. You'll see something like Mon Nov 9 13:49:01 EST 2009, PST in this case is the current timezone. Change to the directory /usr/share/zoneinfo here you will...
6/17 9:07 Text counter in PHP
A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We're going to save the amount of hits in a .dat file, so you...
6/15 17:28 Create Random Text in PHP
Want to put a random quote on your site? Or randomize some other aspect of your site? It's easy. You'll want to use PHP or some other server-side scripting language instead of a client-side scripting language like JavaScript. Server-side languages...
6/24 18:00 Stop PHP nobody Spammers
PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or...
7/02 17:31 Tuning the Apache MaxClients parameter
One thing that can have a really drastic effect on a large site using Apache, is the value assigned to the MaxClients parameter. This parameter defines how many simultaneous request can be served. Any connection request from browsers that come in...