Posts Tagged PHP

YouTorrent.com Clone Script

YouTorrent.com Clone Script

http://rapidshare.com/files/145897331/youtorrent.clone.zip.html

, , ,

No Comments

Online Article Rewriter Script

Online Article Rewriter Script

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 [...]

, , , ,

1 Comment

PHPmotion is a free video sharing software

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 [...]

, , ,

No Comments

Customizing PHP Safe Mode

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 [...]

, , , , , , , , ,

No Comments

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 [...]

, , , , , , , ,

1 Comment

The Best 100% Real free Hosting with CPANEL, POP, SMTP, .HTACCESS

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() [...]

, , , ,

1 Comment

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 [...]

, , , , ,

No Comments

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 [...]

, , ,

1 Comment

The fastest way to see how many people are online at your site

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 [...]

, , , , , ,

No Comments

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 [...]

, , ,

No Comments

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 [...]

, ,

No Comments

3000 Javascripts make your website easily

* 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 [...]

, , ,

No Comments