with that reply you need anger management class's lol
LavaSCRIPT L9 Tamagochi, smile generator
Collapse
X
-
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
-
These were a nice shareMy Blog: http://jhommark.blogspot.com
My Facebook: http://www.facebook.com/jhommark
My Official Site: http://www.undergroundweb.tk
My Community Site: http://undergroundwap.xtreemhost.com
Comment
-
Thanks Kabooms, SubZero & Gum !
Yep i got it nd working very well, Thanks 2 ALL !
i got the ip_files from gums replies 10-05-2007
Here is the files,
Country identification based on IP address
Comment
-
Ahe welcome al,l n0w i work for lava in my off line server editing full script and sql will be edit and add some function like (int)Code:$who = (int) $_GET["who"];
Comment
-
W0t i mean is when u leave the site u wl n0t be loggout in few mins so it wl takes effect in long time so u will have to code timeout sessionLast edited by wapmetal; 29.11.09, 00:23.
Comment
-
add @ the top of yah page
Code:<?php session_start(); if (isset($_SESSION['xuser_id'])) { $xuser_id=$_SESSION['xuser_id']; } else { $xuser_id=False; } $sid=session_id(); ?> //////////////////// usage in page to place the cookie if ($xuser_id) { ////true } else { ////// false }
Last edited by wapmetal; 29.11.09, 10:39.
Comment
-
Code:if ($_POST['submit']) { $username = trim($_POST['username']); $password = trim($_POST['password']); $legalchars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; $datetime = date('Y-m-d h:i:s'); if (strlen($username) > 3 | strlen($username) < 17 | strlen($password) != 0) { if (strspn($username,$legalchars) != 0) { $password = sha1($password); $select_user = "SELECT * FROM keanpogi_vampires WHERE username='$username' and password='$password'"; $select_user = mysql_query($select_user); $user_found = mysql_num_rows($select_user); $user_data = mysql_fetch_array($select_user); if ($user_found > 0 && $select_user) { kill_user_session($sid,$xuser_id); $_SESSION['xuser_id'] = $user_data['id']; $xuser_id=$_SESSION['xuser_id']; $update_user_login="UPDATE keanpogi_vampires SET udatetime='$datetime' WHERE id='$xuser_id'"; $result_update_user_login=mysql_query($update_user_login); echo "hey vampire your'e now login !<br/>"; }
when you loginLast edited by wapmetal; 29.11.09, 10:40.
Comment
-
Originally posted by arg0s12 View PostHello again everyone! Will anyone have an sql of chapel? Coz, when im trying to put the link of chapel.php in my mainpage, then when im trying to click the link, blank page appear, help me pls. Thanks in advance,
Comment
Comment