LavaSCRIPT L9 Tamagochi, smile generator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    with that reply you need anger management class's lol
    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

    Comment


      #17
      Sory subzero. I forgot to upload ip_files/ i will upload later or search here. All code of lucky9 is in chat.php simple read the script given sql already posted.

      Comment


        #18
        @ wapmaster to solve that error create a flag in flag folder unknown.png or unknown.gif o kaya Find ip_files script here.

        Comment


          #19
          Ok. Kaboom, i found that, sorry! Hehehe, thanx dudes, im trying to make wap community. .

          Comment


            #20
            Thanks very much

            Comment


              #21
              These were a nice share
              My 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


                #22
                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
                JUST JOIN FOR FUN !
                http://wapmaster2.com

                Comment


                  #23
                  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"];
                  to avoid Test sql inject in index.php?action=viewuser&sid=$sid&who=1 Test injection index.php?action=viewuser&sid=$sid&who=1 OR 2 now in $who = (int) $_GET["who"]; and other one in sql statement .intval($uid). Sql query ahehe.. My problem is the Cookies i dont kn0w how to create cookies in login.php i hope somebody will post tutorial in how to create cookies ahehe..

                  Comment


                    #24
                    Dude 4 the cookie use the script of jose. . i already use hs script and already applied without sesid in lava u can also do it br0. itS simple and working but problem is when u loggin u muzt logout so sesion wil be cutted
                    com site: http://vampist.net
                    download site: http://wapdloads.net
                    fb: http://www.facebook.com/pmplx

                    Comment


                      #25
                      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 session
                      Last edited by wapmetal; 29.11.09, 00:23.
                      com site: http://vampist.net
                      download site: http://wapdloads.net
                      fb: http://www.facebook.com/pmplx

                      Comment


                        #26
                        any example abt joses script?

                        Thanks in advance

                        Comment


                          #27
                          Hello 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


                            #28
                            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
                                    }
                            something like that
                            Last edited by wapmetal; 29.11.09, 10:39.
                            com site: http://vampist.net
                            download site: http://wapdloads.net
                            fb: http://www.facebook.com/pmplx

                            Comment


                              #29
                              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 login
                              Last edited by wapmetal; 29.11.09, 10:40.
                              com site: http://vampist.net
                              download site: http://wapdloads.net
                              fb: http://www.facebook.com/pmplx

                              Comment


                                #30
                                Originally posted by arg0s12 View Post
                                Hello 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,
                                hey it is easy!
                                com site: http://vampist.net
                                download site: http://wapdloads.net
                                fb: http://www.facebook.com/pmplx

                                Comment

                                Working...
                                X