Please use the following form to check your 9th class result.
Ads
Friday, August 21, 2015
9th Class Result 2015 Bise Gujranwala
Please use the following form to check your 9th class result.
Saturday, August 1, 2015
How to Add your site in google index?
Hello friends!
Now I'll share a trick to Add your site in google index easily.
You can add your website in google index without creating a Google Webmaster's account.
You can submit your website in google index easily.
Just goto the following link and type your URL in the box and Type Captcha code correctly.
Link : Click Here
Now I'll share a trick to Add your site in google index easily.
You can add your website in google index without creating a Google Webmaster's account.
You can submit your website in google index easily.
Just goto the following link and type your URL in the box and Type Captcha code correctly.
Link : Click Here
Serve a file using php with high speed.
Learn How to serve a file using php with high speed?
Create a page download.php
Now open http://server/download.php?action=download&file=[your file located on your server]
Create a page download.php
<?php
/**
* @Project PKSkiET
* @Company SkiET INC.
* @Author Muhammad Athar
* @Email masge.info@gmail.com
* @Copyright 2015 */
if($_REQUEST['action']=='download' && !empty($_REQUEST['file']))
{
$filess = explode('/',$_REQUEST['file']);
foreach($filess as $filee) { $d = $filee;
} header('Content-Type: application/octet-stream');
header('Content-Length: ' . filesize($_REQUEST['file']));
header('Content-Disposition: filename='.$d);
flush(); $file = fopen($_REQUEST['file'], "r");
while (!feof($file)) {
// send the current file part to the browser print
fread($file, round(1311 * 100024));
// flush the content to the browser
flush();
// sleep one second
sleep(1);
}
// close file stream
fclose($file);
} ?>
Now open http://server/download.php?action=download&file=[your file located on your server]
How to Install VestaCP on VPS?
HI!
Today I'm going to share a trick for VPS.
Learn : How to install VestaCP on Centos,Debian,Ubuntu etc.
VestaCP is simple Web Hosting Control Panel which allows you to manage your website easily.
You can install it by using the following commands.
$ wget http://vestacp.com/pub/vst-install.sh
$ vst-install.sh
After staring the setup, follow the instructions on the screen.
Today I'm going to share a trick for VPS.
Learn : How to install VestaCP on Centos,Debian,Ubuntu etc.
VestaCP is simple Web Hosting Control Panel which allows you to manage your website easily.
You can install it by using the following commands.
$ wget http://vestacp.com/pub/vst-install.sh
$ vst-install.sh
After staring the setup, follow the instructions on the screen.
How to Unblock youtube in pakistan without any software?
Hello Friends!
Today, I'm going to share an awesome trick to unblock youtube in Pakistan.
Now you can unblock youtube in Pakistan without any software.
Its very easy to unblock youtube for your pc.You need not any VPN or Software to unblock youtube in Pakistan.Youtube has blocked in many islamic countries but you can unblock it by using the method bellow.
Please follow these steps to unblock youtube.
Step 1
Open the Notepad by going to Start Button >> Run and type notepad and press Enter
Step 2 Now open the following file into the notepad for editing.
%SystemRoot%\System32\drivers\etc\hosts
Step 3 Add the following lines at the end of the file
94.75.199.172 adserver.kimia.es
74.125.136.95 ajax.googleapis.com
94.31.29.154 netdna.bootstrapcdn.com
74.125.136.102 support.google.com
74.125.136.94 fonts.gstatic.com
74.125.136.113 apis.google.com
74.125.136.93 youtube.com
74.125.136.132 yt3.ggpht.com
74.125.136.84 accounts.google.com
74.125.136.100 play.google.com
74.125.136.139 i.ytimg.com
74.125.136.138 plus.google.com
74.125.136.115 checkout.google.com
193.104.215.66 get.adobe.com
74.125.136.91 www.youtube.com
74.125.136.84 accounts.youtube.com
74.125.136.148 ad.doubleclick.net
74.125.136.154 pagead2.googlesyndication.com
74.125.136.94 www.google.nl
74.125.136.100 m.youtube.com
74.125.136.113 s.ytimg.com
Step 4
Save the file by pressing CTRL+S
Step 5 Goto the browser and type https://youtube.com/
Today, I'm going to share an awesome trick to unblock youtube in Pakistan.
Now you can unblock youtube in Pakistan without any software.
Its very easy to unblock youtube for your pc.You need not any VPN or Software to unblock youtube in Pakistan.Youtube has blocked in many islamic countries but you can unblock it by using the method bellow.
Please follow these steps to unblock youtube.
Step 1
Open the Notepad by going to Start Button >> Run and type notepad and press Enter
Step 2 Now open the following file into the notepad for editing.
%SystemRoot%\System32\drivers\etc\hosts
Step 3 Add the following lines at the end of the file
94.75.199.172 adserver.kimia.es
74.125.136.95 ajax.googleapis.com
94.31.29.154 netdna.bootstrapcdn.com
74.125.136.102 support.google.com
74.125.136.94 fonts.gstatic.com
74.125.136.113 apis.google.com
74.125.136.93 youtube.com
74.125.136.132 yt3.ggpht.com
74.125.136.84 accounts.google.com
74.125.136.100 play.google.com
74.125.136.139 i.ytimg.com
74.125.136.138 plus.google.com
74.125.136.115 checkout.google.com
193.104.215.66 get.adobe.com
74.125.136.91 www.youtube.com
74.125.136.84 accounts.youtube.com
74.125.136.148 ad.doubleclick.net
74.125.136.154 pagead2.googlesyndication.com
74.125.136.94 www.google.nl
74.125.136.100 m.youtube.com
74.125.136.113 s.ytimg.com
Step 4
Save the file by pressing CTRL+S
Step 5 Goto the browser and type https://youtube.com/
10th Class Result 2015 - Bisegrw
The result of 10th class bise gujranwala has been announced.
Please enter the roll no. in the form below to check your result.
Please enter the roll no. in the form below to check your result.
9th class result 2015 - Bisegrw
The result of Secondary School Certificate Part-I (Annual) Examination, 2015 will be declared on 21st of August, 2015.
Learn more
Learn more
Thursday, July 16, 2015
How to Change Your Password without entering old password?
Hello Friends!
Aj main ap ko btaon ga k Ap apne Computer ka password kesay change kr skte hain wo b old password k bgair.
Just follow these steps to change your password.
Step 1 : Open Command Prompet by going to Start >> Run and Type cmd

Step 2 :
Use this Command
E.G : net user Administrator my_new_password

Type the above command and press ENTER Key.
Congratulations! You have successfuly changed your Password.
Aj main ap ko btaon ga k Ap apne Computer ka password kesay change kr skte hain wo b old password k bgair.
Just follow these steps to change your password.
Step 1 : Open Command Prompet by going to Start >> Run and Type cmd

Step 2 :
Use this Command
$ net user [username] [new_password]
E.G : net user Administrator my_new_password

Type the above command and press ENTER Key.
Congratulations! You have successfuly changed your Password.
Wednesday, July 15, 2015
Start your own URL Shortening Service
Hello Friends!
Today I'm going to tell you about URL Shortening Service.
If You want to Start Your Own URL Shortening Service, Download the following Scripts
Written in PHP,MySQL.
1 : ALW URL Shortener
ALW URL Shortener is an open source php script which allows you to shorten your long URL into a small url with only one click.
You can make a custom url while shortening your URL.
AlW URL Shortener is free for use.It refers you to your long url fasly because it does not show ads on the refer page.
Download Link :
Password is : sky
Today I'm going to tell you about URL Shortening Service.
If You want to Start Your Own URL Shortening Service, Download the following Scripts
Written in PHP,MySQL.
1 : ALW URL Shortener
ALW URL Shortener is an open source php script which allows you to shorten your long URL into a small url with only one click.
You can make a custom url while shortening your URL.
AlW URL Shortener is free for use.It refers you to your long url fasly because it does not show ads on the refer page.
Download Link :
DOWNLOAD
How to install Roundcube on VPS?
Hello friends!
To install roundcube on VPS, Please follow these steps...
Step 1 : Download Roundcube
$ wget http://sourceforge.net/projects/roundcubemail/files/roundcubemail/1.0.3/roundcubemail-1.0.3.tar.gz
Step 2 Extract Roundcbe Archive
$ tar -zxvf roundcubemail-1.0.3.tar.gz
Step 3 Rename the Folder Name
$ mv roundcubemail-1.0.3.tar.gz mail
Step 4 Now move mail directory to you public_html
/var/www/html/ is default directory in Centos
$ mv mail /var/www/html/
Step 5
Open Your browser and goto your IP address and Install Roundcube.
To install roundcube on VPS, Please follow these steps...
Step 1 : Download Roundcube
$ wget http://sourceforge.net/projects/roundcubemail/files/roundcubemail/1.0.3/roundcubemail-1.0.3.tar.gz
Step 2 Extract Roundcbe Archive
$ tar -zxvf roundcubemail-1.0.3.tar.gz
Step 3 Rename the Folder Name
$ mv roundcubemail-1.0.3.tar.gz mail
Step 4 Now move mail directory to you public_html
/var/www/html/ is default directory in Centos
$ mv mail /var/www/html/
Step 5
Open Your browser and goto your IP address and Install Roundcube.
How to install Xampp on Centos?
Hello Friends!
In this post, I'm going to describe How to Install XAMPP on Centos?
Follow these steps...
Step 1 :
Download Xampp for Linux
$ wget http://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.1/xampp-linux-1.8.1.tar.gz -O xampp-linux-1.8.1.tar.gz
Step 2 :
Make Directory named opt.
$ mkdir /opt
Step 3 :
Extract the archive.
$ tar -zxvf xampp-linux-1.8.1.tar.gz -C /opt/
Start Xampp Services
$ /opt/lampp/lampp start
Note : Please Stop Apache,MySQL and FTP Services before starting Xampp!
In this post, I'm going to describe How to Install XAMPP on Centos?
Follow these steps...
Step 1 :
Download Xampp for Linux
$ wget http://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.1/xampp-linux-1.8.1.tar.gz -O xampp-linux-1.8.1.tar.gz
Step 2 :
Make Directory named opt.
$ mkdir /opt
Step 3 :
Extract the archive.
$ tar -zxvf xampp-linux-1.8.1.tar.gz -C /opt/
Start Xampp Services
$ /opt/lampp/lampp start
Note : Please Stop Apache,MySQL and FTP Services before starting Xampp!
Tuesday, July 14, 2015
How to Install and configure Vsftpd on Centos
Hello friends!
In this post, I'm going to describe How to Install and Configure vsftpd on centos?.
Vsftpd is a FTP Server which allows you to manage your server files remotely.
Please Use the following commands to install vsftpd on centos.
Step 1 :
$ yum -y install vsftpd nano
Step 2 :
Edit the vsftpd configuration file
$ nano /etc/vsftpd/vsftpd.conf
Now edit line as
anonymous=NO
ascii_upload_enable=YES
ascii_download_enable=YES
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/chroot_list
ls_recurse_enable=YES
#Now add this line
local_root=/var/www/html
Step 3 :
$ echo "admin" >> /etc/vsftpd/chroot_list
Replace admin with your username. Step 4 :
$ service vsftpd start
$ chkconfig vsftpd on
Congratulations! VSFTPS Server has been successfuly installed on your Centos.
In this post, I'm going to describe How to Install and Configure vsftpd on centos?.
Vsftpd is a FTP Server which allows you to manage your server files remotely.
Please Use the following commands to install vsftpd on centos.
Step 1 :
$ yum -y install vsftpd nano
Step 2 :
Edit the vsftpd configuration file
$ nano /etc/vsftpd/vsftpd.conf
Now edit line as
anonymous=NO
ascii_upload_enable=YES
ascii_download_enable=YES
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd/chroot_list
ls_recurse_enable=YES
#Now add this line
local_root=/var/www/html
Step 3 :
$ echo "admin" >> /etc/vsftpd/chroot_list
Replace admin with your username. Step 4 :
$ service vsftpd start
$ chkconfig vsftpd on
Congratulations! VSFTPS Server has been successfuly installed on your Centos.
Subscribe to:
Comments (Atom)