الكلمات الدليلية 'Script'

إسكربت إدارة الإعلانات المجانى

Posted by admin on ديسمبر 11 2009 Add Comments

اقدم لكم اسكربت ادارة الاعانات النصية والبنرية للعملاء …

لتجربة الإسكربت: http://www.expbuilder.com/testpages/ads/index.php
لتجربة صفحة الادمن :
[hidethis]
http://www.expbuilder.com/testpages/…?administrator
إسم المستخدم: admin
كلمة المرور: exptestadmin
[/hidethis]
التحميل:
الاسكربت مجانى ( مقدم مجانى من expbuilder.com )
النسخة 1.1.0
للتحميل: http://www.ziddu.com/download/7260621/Ads.zip.html
النسخة 1.2.0
للتحميل: [...]

PHP Login script tutorial

Posted by admin on ديسمبر 11 2009 Add Comments

PHP Login script tutorial
Overview In this tutorial create 3 files
1. main_login.php
2. checklogin.php
3. login_success.php
Step
1. Create table “members” in database “test”.
2. Create file main_login.php.
3. Create file checklogin.php.
4. Create file login_success.php.
5. Create file logout.php
1- Create table “members”

Code:
CREATE TABLE `members` (
[...]

Simple Ad Rotation Script

Posted by admin on ديسمبر 11 2009 Add Comments

Overview
In this script (very easy script), we have 3 ads for rotation
first ad we want it to display 70%
second ad we want to display 20%
and the last one we want to display 10%
What to do
1. Random number 1-100
- if result = 1-70 (we have opportunity to display ad 1, 70%)
- if result = 71-90 (we [...]

Simple PHP Hit Counter Script

Posted by admin on ديسمبر 11 2009 Add Comments

Important
It is worth noting that this tutorial is paginated, and that the entire tutorial contains 4 pages. Just remember that the tutorial is not finished just after the first page!
PHP 4+ is required for this tutorial. PHP 5 is optional
This tutorial is for beginners with very limited knowledge of PHP. You will learn [...]

PHP login script

Posted by admin on ديسمبر 11 2009 Add Comments

Programming a php login script can be a real pain. It has to be well coded, unique and, most of all, secure. We will pass all the mentioned aspects of a php login system in this tutorial by actually building one. Today I’m going to teach you how to write a good login script with [...]