Nov 29, 2013
Vodafone Thank you Recharge Code Generator, It Really Works !
Believe it or not Vodafone Thank you Recharge Code Generator, It Really Works ! i used this application, it always generates thank-you codes and it works perfectly. In the below video i have already inserted screen shots of my iPhone screen’s to show that this application actually works perfectly. Download this application from my website as shown in my you-tube video and enjoy free thank-you recharge always.
Nov 27, 2013
Find Circumference in AutoCAD from Circle when we know already ‘R’ or ‘D’
More AutoCAD Stuff, LISP, Blocks, Line types, Hatch Patterns, Code and Cracks:
GOTO DOWNLOAD PAGE
GOTO DOWNLOAD PAGE
How find Circumference Insistently in AutoCAD from Circle when we know already ‘R’ or ‘D’ See the below YouTube Video and learn how we find: Just a use area command with using sub command of select Object
Nov 25, 2013
How to Use – Gmail’s Send eMail as option
Step 1: Open Gmail Settings [Gear Icon] and then click Settings as shown in image
Step 2: And now click on Accounts tab under setting window and then click on Add another email address you own as shown in image
Step 3: Now enter Name and eMail ID of your personal domain which You want to use in your existing Gmail ID as shown in image and Press next step button, again next step button and then send verification button
Step 4: Now find Verification Mail in Your mail account which you was fill Email address field. Copy verification code from mail and then Paste to verification Window, after paste verification code Press verify button.
Step 5: Finally confirm to use Compose new email and try send mail from new mail address, which added by you previously. As shown below image.
Nov 20, 2013
Fully Secured php script for Log-in with advance session without database
Now you can use this script on your website or on any log-in webpage, which you want to secure online. This php script Provides best security along with multiusers & passwords. You can also use this php script without using MySql database.
Code Below for to be secure any page file
Feature: This script has no errors and no security hole,
For example: By using this script you can’t access secured page by pressing the back button, after logging out, which you were able to access earlier.
Code Below for Login.php file
<?php //simple PHP login script using Session //start the session * this is important session_start(); //login script if(isset($_REQUEST['ch']) && $_REQUEST['ch'] == 'login'){ //give your login credentials here if(($_REQUEST['uname'] == 'admin' && $_REQUEST['pass'] == 'mypass') or ($_REQUEST['uname'] == 'admin1' && $_REQUEST['pass'] == 'mypass1')) $_SESSION['login_user'] = 1; else $_SESSION['login_msg'] = 1; } //get the page name where to redirect if(isset($_REQUEST['pagename'])) $pagename = $_REQUEST['pagename']; //logout script if(isset($_REQUEST['ch']) && $_REQUEST['ch'] == 'logout'){ unset($_SESSION['login_user']); header('Location:login.php'); } if(isset($_SESSION['login_user'])){ if(isset($_REQUEST['pagename'])) header('Location:'.$pagename.'.php'); else header('Location:index.php'); }else{ ?> <title>dSTAR Infotech: Log-In</title> </head> <style> .warn_msg { font-family: "Segoe UI"; font-size: 12px; color: #FFFFF0; background-color: #9D0004; border-radius:20px; padding-top: 2px; padding-bottom: 3px; } </style> <body> <div class="login-box"> <form action="" method="post" name="form1"> <div class="form_head"> <div align="center">Enter Password to Access this page ! <br /> <br /> <table width="236" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="64" class="word_user_pass"><div align="right">Username</div></td> <td width="20" align="center">:</td> <td width="152"><input name="uname" type="text" class="inputbox" id="uname" value="" /></td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td><div align="right" class="word_user_pass">Password</div></td> <td align="center">:</td> <td><input name="pass" type="password" class="inputbox" id="pass" /></td> </tr> <tr> <td> </td> <td align="center"> </td> <td> </td> </tr> <tr> <td colspan="3" align="center"> </td> </tr> <tr> <td colspan="3" align="center"><input name="submit" type="submit" class="button_li" value="Login" /></td> </tr> </table> <span class="warn_msg" style="color:#B8B8B8;"> <?php //display the error msg if the login credentials are wrong! if(isset($_SESSION['login_msg'])){ echo ' Wrong username and password ! '; unset($_SESSION['login_msg']); } ?> </span> <input type="hidden" name="ch" value="login" /> </div> </div> </form> <div align="center"></div> </div> <?php } ?> </body> </html>
<?php session_start(); //check logged in or not! if(!isset($_SESSION['login_user'])){ header('Location:dstar_infotech_login.php?pagename='.basename($_SERVER['PHP_SELF'], ".php")); } ?>
Code Below for Logout session
login.php?ch=logout
This link for for destroyed already made session
you can modified this link as per your choice according to login page name
you can modified this link as per your choice according to login page name
Nov 13, 2013
Aadhaar Logo - Download unlimited stretchable Vector format
Aadhaar Logo - (Punjab Circle)
PNG Image format (6000px X 4200px)
Photoshop Art by: dstar infotech
Download unlimited stretchable Vector format (Click Here)
DOWNLOAD e-aadhaar online: (Click Here)
Pen Drive & Memory Card Repair
Hello Friends, I always try to do something special for my online visitors. In this post you can learn how to reuse your USB media which has been declared dead or corrupted by you or USB media which shows errors like “unknown capacity” or “unsupported format” etc. Now try to follow each and every step as shown below in this video.
[ONE MORE WAY TO REPAIR YOUR USB MEDIA]
USE “DISKPART” COMMAND ON COMMAND PROMPT FOR FORMAT YOUR MEMORY CARD IF SHOWING MEMORY IN MEGABYTE INSTEAD OF GIGABYTE.
STEP 1:
GO TO START MENU AND THEN TYPE CMD AND PRESS ENTER
STEP 2:
INSERT YOUR MEMORY CARD INTO USB PORT BY USING MEMORY CARD READER OR MEMORY CARD ADAPTER.
STEP 3:
TYPE DISKPART ON COMMAND PROMPT AND THE PRESS ENTER
STEP 4:
TYPE “LIST DISK” AND THEN SELECT YOUR MEMORY CARD DRIVE TO TYPE “SELECT DISK 1” IF MEMORY CARD COMES AT SECOND PLACE AND THE MESSAGE DISPLAYED THERE WILL BE "[Disk 1 is now the selected disk]”
STEP 5:
TYPE “LIST PARTITION” AND SELECT MEMORY CARD. NOW SINGLE PARTITION LIST WILL BE SHOWN THERE AND THEN TYPE ”SELECT PARTITION 0” FROM THE LIST. THE MESSAGE DISPLAYED THERE WILL BE "[Partition 1 is now the selected partition]”
STEP 6:
TYPE FORMAT
“this is successful way to format USB media and memory card in such as critical situations”
Subscribe to:
Posts (Atom)