Archive

Posts Tagged ‘free’

Kaspersky Anti-Virus:One of the first security suite for Windows 7 …

November 16th, 2009 Ahsun Taquveem Chohan 1 comment

Kaspersky Anti-Virus for Windows 7 accompanies the first steps of the Microsoft with a declination of its security suite tailored to the operating system to come. Presented by his publisher as a prototype, Kaspersky Anti-Virus for …

Originally posted here: 
Kaspersky Anti-Virus:One of the first security suite for Windows 7 …

Free PDF: Microsoft Windows Server 2003 | Free ebook manual …

November 8th, 2009 Ahsun Taquveem Chohan 2 comments

Comprehensive Microsoft -Ready infrastructure that enhances the performance, security , and availabili… Microsoft Windows Storage Server 2003. Windows Storage Server 2003 is a dedicated file server that offers dependable storage while …

See the original post:
Free PDF: Microsoft Windows Server 2003 | Free ebook manual …

Advance Google Search Tutorial

Hello everyone,
I’ve seen many people having problem in searching.
Here are few tips/tricks how to search using Google

Searching Google for Music – Advanced Guide

This How-To will teach you how to use google to find mp3s. This How-To
will be highly pragmatic and will focus on the hows and not the
wherefores of the various search strings.

Index
———————————————————————-
0) Key
1) Directories
2) Xitami Servers
3) Directory Listing
4) Andromeda Servers
5) Zina Artists
6) Apache mp3 Servers
7) Individual Songs

Read more…

Login & Logout tutorial

Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout program. All in one but Short and Easily.

This tutorial require 2 PHP files and 1 table of mySQL database.

  1. index.php this file is the Login and Logout file.
  2. main.php this file is the target when login is O.K.
  3. Database “tutorial” and table “admin” with 3 fields: id(auto_increment), username(varchar, 50), password(varchar, 32).
    * The “password” field is design for md5() password for more sucurity.Then put a record into this table. In this tutorial, put a record with name “admin” and password “81dc9bdb52d04dc20036dbd8313ed055“. This password was encrypted by md5() function from the real password “1234“.

    * When you test this script you must to put the real password (1234) in “password” box.

index.php

The mainly file for do 3 things.

  • Login form. Including 2 fields “username” and “password” and submit button “Login”.
  • Login authorize program. Do authorize check after you submit form, if passed in username and password, this page will re-direct to main.php. If not, show the invalid user or password message.
  • Logout. Clear the login session when come back or refresh this page.

Read more…