Posts Tagged PHP
YouTorrent.com Clone Script
Posted by Tom in Open Source, PHP on September 18th, 2008
Online Article Rewriter Script
Posted by Tom in Free Software, PHP, SEO on September 18th, 2008
Online Article Rewriter is a script that turns your articles into unique content. It uses a build in rewriting engine to turn your articles into unique text. Forget about duplicate content penalty, using this, all your pages will contain 100% unique written content.
Get an article, Copy+Paste into the form, click Rewrite and in less than [...]
PHPmotion is a free video sharing software
Posted by daivy in Open Source, PHP on September 17th, 2008
So just what is PHPmotion anyway? - PHPmotion is a free video sharing software application that will allow you to create and run your very own video sharing website. With very little knowledge required you can now have website just like youtube.com and dailymotion.com and best of all, its 100% free to download and use
Requirements:
Servers [...]
Customizing PHP Safe Mode
Posted by daivy in How to, Tips, Tutorials, Unix, Linux on September 10th, 2008
Customizing PHP Safe Mode
We’ll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files. PHP safe_mode is very important to [...]
Stop PHP nobody Spammers
- Added Logrotation details
- Added Sample Log Output
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 where. Watching your [...]
The Best 100% Real free Hosting with CPANEL, POP, SMTP, .HTACCESS
Posted by daivy in Free Domain, Free webhosting, PHP on September 10th, 2008
I have been using this free hosting for a long time:
250 MB of Disk Space
100 GB Bandwidth
Free Subdomain or Your Own Domain Hosting
Automated Scripts Installer (20 Popular Scripts)
cPanel Control panel
Over 500 website templates ready for download
Free POP3 Email Box and Webmail access
FTP and Web based File Manager
PHP mail() function and Sendmail
Curl, GD2 library, ImageMagick, Zend
fopen() [...]
How to Use PHP Sessions to Store Data
Sometimes it’s necessary for you to temporarily store data specific to a particular user while he/she surfs your website. For example, you may want to store that user’s preferences or the secret word displayed in a CAPTCHA image for checking later. PHP sessions provide you with just such a facility.
What’s the Difference Between Storing Your [...]
How to Create and Use Cookies in PHP
Cookies are bits of data that a web browser stores on your visitor’s computer. They can be very useful if you need to store things like your visitor’s preferences or login data (if your site has a membership facility) or other things that are specific to a particular visitor. This tutorial teaches you how you [...]
The fastest way to see how many people are online at your site
Posted by Tom in How to, PHP, Security, Tips, Unix, Linux, Web traffic, Windows on September 4th, 2008
Recently after a server crash, I wanted to know which of my sites have the most users online. Knowing that information would help me to determine which site is having the extra traffic, but what is the faster way to do this?
There are several ways to see how many people are browsing your site. In [...]
Tag Cloud. How to make it on page your blogs
Have you noticed that many blogs have a tag cloud in their sidebars? however, not many have a tag cloud page. Why a tag cloud page you may ask! Well… many reasons: de-cluttering your sidebar, adding interactivity to your blog, … Or maybe you have so many tags that they don’t fit in your regular [...]
Security admincp with php code
// Ad this code on the top of file admin.php
//When someone login, it request enter the password for next…
$name=’21232f297a57a5a743894a0e4a801fc3′; // It’s make MD5
$pass=’21232f297a57a5a743894a0e4a801fc3′; // It’s make MD5
// ong vao trang http://gdataonline.com/makehash.php de tao user / pass giong nhau !
if (!isset($_SERVER['PHP_AUTH_USER'])
|| md5($_SERVER['PHP_AUTH_USER'])!==$name
|| md5($_SERVER['PHP_AUTH_PW'])!==$pass)
{
header(’WWW-Authenticate: Basic realm=”Only for Ekool Team”‘);
header(’HTTP/1.0 401 Unauthorized’);
// duoi nay dc phep dung [...]
3000 Javascripts make your website easily
Posted by who in Open Source on August 26th, 2008
* Ad Management
* Affiliate Programs
* Blog
* Bookmark Management
* Calculators…
* Calendars
* Chat Scripts
* Classified Ads
* Click Tracking
* Communication Tools
* Content Management
* Contests and Awards
* Countdowns
* Counters
* Customer Support
* Database Tools
* Date and Time
* Development Tools
* Discussion Boards
* Documents
* E-Commerce
* Education
* Email Systems
* Error Handling
* Exchanges
* FAQ and Knowledgebase
* File Manipulation
* Financial Tools
* Flash and PHP
* Form [...]



