Login / shoutbox

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

    Login / shoutbox

    HEY,

    I need a login script for my mobile site and then for it so that when logged in you can chat on the shoutbox , im having mega problems with my scripting as im such a noob, i would like to download it if you can help.

    thanks

    #2
    whats ur site link?is there ny existing script?u better use lava script for ur site.

    Comment


      #3
      Originally posted by khan89 View Post
      whats ur site link?is there ny existing script?u better use lava script for ur site.
      my site is g-net MOBILE

      as i say it works fine on computers but not on phones. I was hopeing to download the login and shoutbox but if you can look at my scripting that would be great, but i think i need to start again from fresh.

      Comment


        #4
        <?php
        session_start();

        $_SESSION["where_to_go"]=$_SERVER["REQUEST_URI"];

        if (!isset($_SESSION['name']))
        {
        header("Location: http://gnetuk.net/MOBILE/login/user.php");
        }
        ?>

        this may bee the problem i think, it directs a not loged in user to the login page then when there logged in they can access the chat. but this works fine on a computer but not on a phone ,

        on a phone when logged in that bit works but when they access chat it goes back to the login .

        Comment


          #5
          yah..u can search lava/waplive/methos script frm here.download it n update ur site.

          Comment


            #6
            Originally posted by ares1981 View Post
            <?php
            session_start();

            $_SESSION["where_to_go"]=$_SERVER["REQUEST_URI"];

            if (!isset($_SESSION['name']))
            {
            header("Location: http://gnetuk.net/MOBILE/login/user.php");
            }
            ?>

            this may bee the problem i think, it directs a not loged in user to the login page then when there logged in they can access the chat. but this works fine on a computer but not on a phone ,

            on a phone when logged in that bit works but when they access chat it goes back to the login .
            maybe your phone/network doesnt support cookie. that maybe creating problem
            Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

            Comment


              #7
              Originally posted by ksg91 View Post
              maybe your phone/network doesnt support cookie. that maybe creating problem
              is there anyway doing it without cookies? basicley i need them to login to use the shoutbox otherwise i just get everyone abusing it.

              Comment


                #8
                Sorted

                its all working now thanks all

                Comment

                Working...
                X