Inbox To New Users

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

    Inbox To New Users

    heelollolol guys ne have auto inbox to new users like a welcome mail i want it for chatzone script lolzzzz

    #2
    Include this in ua reg.php at suitable place :-

    Code:
    if($to = $login) {
    $msg = "Welcome to Enchantme enjoy ua stay here u .Feel free to inbox staff if u have a ny queries bookmark the hall page nd dont forget to chkout ua features panel nd fun menu .smile. .This is a Auto Pm Dnt reply";
    $subject = "Welcome To Enchantme";
    $msg = htmlspecialchars(replace($msg));
    $subject = htmlspecialchars(replace($subject));
    include 'convert_to_smiles.php';
    @mysql_query("insert into `".$px.$ltable."` values('','Owners','$to','$subject','$msg','".time()."',1)");}
    Edit the message nd subject , sender name(in ma case its owner) to whtever u want...
    <span style="font-size:12pt;line-height:100%"><span style="color:#FF0000">ViSiT Ma SiTe Nd PoSt Ua CoMmEnTs On It In Ma PoSt</span></span>

    Comment


      #3
      put this after this line in ur reg.php
      Code:
      if (strtolower($login) != strtolower($db_login)) {

      Comment


        #4
        GIVEN SOME ERROR WHERE TO ADD PLZ TELL
        Code:
         <?php
        //заголовок
        header ("Content-type:text/vnd.wap.wml; charset=utf-8");
        print &#39;<?xml version="1.0" encoding="utf-8"?>&#39;.
        &#39;<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"&#39;.
        &#39; "http://www.wapforum.org/DTD/wml_1.1.xml">&#39;.
        &#39;<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>&#39;;
        //включаем файл конфигурации
        include "./ini.php";
        //обрабатываем полученные данные
        $login=htmlspecialchars(stripslashes(trim($login)));
        $login=substr($login,0,20);
        $pass=htmlspecialchars(stripslashes(trim($pass)));
        $name=htmlspecialchars(stripslashes(trim($name)));
        $live=htmlspecialchars(stripslashes(trim($live)));
        $sex=htmlspecialchars(stripslashes(trim($sex)));
        $mobile=htmlspecialchars(stripslashes(trim($mobile)));
        $about=htmlspecialchars(stripslashes(trim($about)));
        $email=htmlspecialchars(stripslashes(trim($email)));
        $wapurl=htmlspecialchars(stripslashes(trim($wapurl)));
        $weburl=htmlspecialchars(stripslashes(trim($weburl)));
        $icq=htmlspecialchars(stripslashes(trim($icq)));
        $operator=htmlspecialchars(stripslashes(trim($operator)));
        //вывод �траницы в браузер
        print &#39;<card title="Register">&#39;.
        &#39;<p align="left">&#39;;
        //запро� в базу данных
        $query_users_login = @mysql_query("select * from `".$px.$utable."` where login=&#39;".$login."&#39;;");
        $users_login = @mysql_fetch_array($query_users_login);
        ///провер�ем нужные пол�, запи�ываем ошибки в переменную
        if(empty($login)) $error=&#39;NickName Needed!
        &#39;;
        if(empty($pass)) $error=$error.&#39;Password Needed!
        &#39;;
        if(empty($name)) $error=$error.&#39;Name Needed!
        &#39;;
        if(empty($sex)) $error=$error.&#39;Are You Male or Female!
        &#39;;
        if(preg_match("/[^\da-zA-Z-@#!_]+/",$login)) $error.=&#39;Nick Already Exists!
        &#39;;
        if(preg_match("/[^\da-zA-Z_]+/",$pass)) $error.=&#39;Pass Is Invalid!
        &#39;;
        ///////////////////////////////////
        $db_login = $users_login[&#39;login&#39;];
        //е�ли ошибок нет
        if(empty($error))
        {//е�ли логин и пароль пу�ты
            //еÑ�ли введенный логин не равен логину в базе, то:
            if(strtolower($login) != strtolower($db_login))
            {
            //запроÑ� на региÑ�трацию пользователÑ�
            @mysql_query("insert into `".$px.$utable."` values(0,&#39;$login&#39;,&#39;$pass&#39;,&#39;$name&#39;,&#39;$sex&#39;,&#39;$bday&#39;,&#39;$bmonth&#39;,&#39;$byear&#39;,&#39;&#39;,&#39;$live&#39;,&#39;$mobile&#39;,&#39;$operator&#39;,&#39;$email&#39;,&#39;$wapurl&#39;,&#39;$weburl&#39;,&#39;$icq&#39;,&#39;$about&#39;,&#39;&#39;,0,0,0,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,0,0,0,0,&#39;".time()."&#39;,&#39;".time()."&#39;,&#39;".getenv(REMOTE_ADDR)."&#39;,&#39;".getenv(HTTP_USER_AGENT)."&#39;,&#39;".getenv(HTTP_REFFERER)."&#39;,&#39;".getenv(HTTP_X_FORWARDED_FOR)."&#39;,&#39;&#39;,&#39;0&#39;);");
            print $login." Welcome to zigychat :)
        ";
            print &#39;<anchor>Enter Chat<go href="enter.php" method="post">
            <postfield name="login" value="$(login)"/>
            <postfield name="pass" value="$(pass)"/>
            </go>
            </anchor>&#39;;
            }
            else
            {
            print &#39;Somethings Wrong&#39;;
            }
        }
        else
        {//выводим ошибки
            print $error;
        }
        print &#39;</p></card></wml>&#39;;
        //разрываем �оединение � бд
        @mysql_close();
        ?>

        Comment


          #5
          Code:
          <?php
              
              header("Content-type:text/vnd.wap.wml; charset=utf-8");
              print &#39;<?xml version="1.0" encoding="utf-8"?>&#39;.
              &#39;<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"&#39;.
              &#39; "http://www.wapforum.org/DTD/wml_1.1.xml">&#39;.
              &#39;<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>&#39;;
              
              include "./ini.php";
              
              $login=htmlspecialchars(stripslashes(trim($login)));
              $login=substr($login,0,20);
              $pass=htmlspecialchars(stripslashes(trim($pass)));
              $name=htmlspecialchars(stripslashes(trim($name)));
              $live=htmlspecialchars(stripslashes(trim($live)));
              $sex=htmlspecialchars(stripslashes(trim($sex)));
              $mobile=htmlspecialchars(stripslashes(trim($mobile)));
              $about=htmlspecialchars(stripslashes(trim($about)));
              $email=htmlspecialchars(stripslashes(trim($email)));
              $wapurl=htmlspecialchars(stripslashes(trim($wapurl)));
              $weburl=htmlspecialchars(stripslashes(trim($weburl)));
              $icq=htmlspecialchars(stripslashes(trim($icq)));
              $operator=htmlspecialchars(stripslashes(trim($operator)));
              
              print &#39;<card title="Register">&#39;.
              &#39;<p align="left">&#39;;
              
              $query_users_login = @mysql_query("select * from `".$px.$utable."` where login=&#39;".$login."&#39;;");
              $users_login = @mysql_fetch_array($query_users_login);
              
              if (empty($login)) {
                  $error=&#39;NickName Needed!
          &#39;;
              }
              if (empty($pass)) {
                  $error=$error.&#39;Password Needed!
          &#39;;
              }
              if (empty($name)) {
                  $error=$error.&#39;Name Needed!
          &#39;;
              }
              if (empty($sex)) {
                  $error=$error.&#39;Are You Male or Female!
          &#39;;
              }
              if (preg_match("/[^\da-zA-Z-@#!_]+/",$login)) {
                  $error.=&#39;Nick Already Exists!
          &#39;;
              }
              if (preg_match("/[^\da-zA-Z_]+/",$pass)) {
                  $error.=&#39;Pass Is Invalid!
          &#39;;
              }
              ///////////////////////////////////
              $db_login = $users_login[&#39;login&#39;];
              
              if (empty($error))
              {
              if(strtolower($login) != strtolower($db_login)) {
                  
                  @mysql_query("insert into `".$px.$utable."` values(0,&#39;$login&#39;,&#39;$pass&#39;,&#39;$name&#39;,&#39;$sex&#39;,&#39;$bday&#39;,&#39;$bmonth&#39;,&#39;$byear&#39;,&#39;&#39;,&#39;$live&#39;,&#39;$mobile&#39;,&#39;$operator&#39;,&#39;$email&#39;,&#39;$wapurl&#39;,&#39;$weburl&#39;,&#39;$icq&#39;,&#39;$about&#39;,&#39;&#39;,0,0,0,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,0,0,0,0,&#39;".time()."&#39;,&#39;".time()."&#39;,&#39;".getenv(REMOTE_ADDR)."&#39;,&#39;".getenv(HTTP_USER_AGENT)."&#39;,&#39;".getenv(HTTP_REFFERER)."&#39;,&#39;".getenv(HTTP_X_FORWARDED_FOR)."&#39;,&#39;&#39;,&#39;0&#39;);");
                  
                  /////////these lines r for auto inbox//////
                   $msg = "Welcome to Enchantme enjoy ua stay here u .Feel free to inbox staff if u have a ny queries bookmark the hall page nd dont forget to chkout ua features panel nd fun menu .smile. .This is a Auto Pm Dnt reply";
                  $subject = "Welcome To Enchantme";
                  $msg = htmlspecialchars(replace($msg));
                  $subject = htmlspecialchars(replace($subject));
                  include &#39;convert_to_smiles.php&#39;;
                  $sendinbox= mysql_query("insert into `".$px.$ltable."` values(&#39;&#39;,&#39;Owners&#39;,&#39;$to&#39;,&#39;$subject&#39;,&#39;$msg&#39;,&#39;".time()."&#39;,1)");
                  ///////////////
                  
                  print $login." Welcome to zigychat :)
          ";
                  print &#39;<anchor>Enter Chat<go href="enter.php" method="post">
          <postfield name="login" value="$(login)"/>
          <postfield name="pass" value="$(pass)"/>
          </go>
          </anchor>&#39;;
              } else {
                  print &#39;Somethings Wrong&#39;;
              }
          } else {
              print $error;
          }
          print &#39;</p></card></wml>&#39;;
          
          @mysql_close();
          ?>
          try this

          Comment


            #6
            error
            Code:
              {
                                $success = @mysql_query("insert into `" . $px . $utable . "` values(0,&#39;$login&#39;,&#39;$pass&#39;,&#39;$name&#39;,&#39;$sex&#39;,&#39;$bday&#39;,&#39;$bmonth&#39;,&#39;$byear&#39;,&#39;&#39;,&#39;$live&#39;,&#39;$mobile&#39;,&#39;$operator&#39;,&#39;$email&#39;,&#39;$wapurl&#39;,&#39;$weburl&#39;,&#39;$icq&#39;,&#39;$about&#39;,&#39;&#39;,0,0,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;kick&#39;,&#39;System&#39;,&#39;$kick_message&#39;,&#39;$kick_time&#39;,0,0,0,&#39;" .
                                    time() . "&#39;,&#39;" . time() . "&#39;,&#39;0&#39;,&#39;" . getenv(REMOTE_ADDR) . "&#39;,&#39;" . getenv(HTTP_USER_AGENT) .
                                    "&#39;,&#39;$wins&#39;,&#39;$lose&#39;,&#39;$smilie&#39;,&#39;$hidden&#39;,&#39;$quiz&#39;,&#39;$pic&#39;,&#39;$team&#39;,&#39;$stat&#39;,&#39;$url&#39;,&#39;$rip&#39;,&#39;$numb&#39;,&#39;&#39;);");
            
             /////////these lines r for auto inbox//////
                    
                    $msg = "Welcome to Enchantme enjoy ua stay here u .Feel free to inbox staff if u have a ny queries bookmark the hall page nd dont forget to chkout ua features panel nd fun menu .smile. .This is a Auto Pm Dnt reply";
                    $subject = "Welcome To Enchantme";
                    $msg = htmlspecialchars(replace($msg));
                    $subject = htmlspecialchars(replace($subject));
                    include &#39;convert_to_smiles.php&#39;;
                    $sendinbox= mysql_query("insert into `".$px.$ltable."` values(&#39;&#39;,&#39;Owners&#39;,&#39;$to&#39;,&#39;$subject&#39;,&#39;$msg&#39;,&#39;".time()."&#39;,1)");
                    ///////////////
            
                                if ($success)
            
            
            
            
                                {
            
                                    print "<img src=\"images/ok.gif\" alt=\"o\"/> [b]" . $login . "[/b]
            ";
                                    print "<img src=\"images/bar2.gif\" alt=\"----------\"/>
            ";
                                    print "[b]Successfully Registered![/b]
            ";
                                    
                                    print "<a href=\"index1.php?\">Login Now</a>";
                                } else
                                    print "Database Error:
            <a href=\"register.phpl\">Retry Properly</a>";
            
                            } else
                            {
                                print "<img src=\"images/bar2.gif\" alt=\"----------\"/>
            ";
                                print &#39;There Is An Error!&#39;;
                                print "
            <a href=\"register.phpl\">Retry Properly</a>";
                            }
                        } else
                        {
                            print $error;
                            print "
            <a href=\"register.phpl\">Retry Properly</a>";
                        }
                        print &#39;</p>&#39;;
                        print &#39;<p align="center">&#39;;
                        print "<img src=\"images/bar2.gif\" alt=\"----------\"/>
            ";
                        print "" . $lang[&#39;copy&#39;] . "
            ";
                        print &#39;</p></card></wml>&#39;;
                    }
                }
            }
            
            
            @mysql_close();
            ?>

            WML ERROR

            Comment


              #7
              Post your chat_letters table as far i knw u ppl use updated version of chat_service script so i cn help if u post ur letters table

              Comment


                #8
                Lols this wud work fine :-

                Code:
                <?php
                //заголовок
                header ("Content-type:text/vnd.wap.wml; charset=utf-8");
                print &#39;<?xml version="1.0" encoding="utf-8"?>&#39;.
                &#39;<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"&#39;.
                &#39; "http://www.wapforum.org/DTD/wml_1.1.xml">&#39;.
                &#39;<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>&#39;;
                //включаем файл конфигурации
                include "./ini.php";
                //обрабатываем полученные данные
                $login=htmlspecialchars(stripslashes(trim($login)));
                $login=substr($login,0,20);
                $pass=htmlspecialchars(stripslashes(trim($pass)));
                $name=htmlspecialchars(stripslashes(trim($name)));
                $live=htmlspecialchars(stripslashes(trim($live)));
                $sex=htmlspecialchars(stripslashes(trim($sex)));
                $mobile=htmlspecialchars(stripslashes(trim($mobile)));
                $about=htmlspecialchars(stripslashes(trim($about)));
                $email=htmlspecialchars(stripslashes(trim($email)));
                $wapurl=htmlspecialchars(stripslashes(trim($wapurl)));
                $weburl=htmlspecialchars(stripslashes(trim($weburl)));
                $icq=htmlspecialchars(stripslashes(trim($icq)));
                $operator=htmlspecialchars(stripslashes(trim($operator)));
                //вывод �траницы в браузер
                print &#39;<card title="Register">&#39;.
                &#39;<p align="left">&#39;;
                //запро� в базу данных
                $query_users_login = @mysql_query("select * from `".$px.$utable."` where login=&#39;".$login."&#39;;");
                $users_login = @mysql_fetch_array($query_users_login);
                ///провер�ем нужные пол�, запи�ываем ошибки в переменную
                if(empty($login)) $error=&#39;NickName Needed!
                &#39;;
                if(empty($pass)) $error=$error.&#39;Password Needed!
                &#39;;
                if(empty($name)) $error=$error.&#39;Name Needed!
                &#39;;
                if(empty($sex)) $error=$error.&#39;Are You Male or Female!
                &#39;;
                if(preg_match("/[^\da-zA-Z-@#!_]+/",$login)) $error.=&#39;Nick Already Exists!
                &#39;;
                if(preg_match("/[^\da-zA-Z_]+/",$pass)) $error.=&#39;Pass Is Invalid!
                &#39;;
                ///////////////////////////////////
                $db_login = $users_login[&#39;login&#39;];
                //е�ли ошибок нет
                if(empty($error))
                {//е�ли логин и пароль пу�ты
                    //еÑ�ли введенный логин не равен логину в базе, то:
                    if(strtolower($login) != strtolower($db_login))
                    {
                    //запроÑ� на региÑ�трацию пользователÑ�
                    @mysql_query("insert into `".$px.$utable."` values(0,&#39;$login&#39;,&#39;$pass&#39;,&#39;$name&#39;,&#39;$sex&#39;,&#39;$bday&#39;,&#39;$bmonth&#39;,&#39;$byear&#39;,&#39;&#39;,&#39;$live&#39;,&#39;$mobile&#39;,&#39;$operator&#39;,&#39;$email&#39;,&#39;$wapurl&#39;,&#39;$weburl&#39;,&#39;$icq&#39;,&#39;$about&#39;,&#39;&#39;,0,0,0,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,0,0,0,0,&#39;".time()."&#39;,&#39;".time()."&#39;,&#39;".getenv(REMOTE_ADDR)."&#39;,&#39;".getenv(HTTP_USER_AGENT)."&#39;,&#39;".getenv(HTTP_REFFERER)."&#39;,&#39;".getenv(HTTP_X_FORWARDED_FOR)."&#39;,&#39;&#39;,&#39;0&#39;);");
                    print $login." Welcome to zigychat :)
                ";
                    print &#39;<anchor>Enter Chat<go href="enter.php" method="post">
                    <postfield name="login" value="$(login)"/>
                    <postfield name="pass" value="$(pass)"/>
                    </go>
                    </anchor>&#39;;
                    }
                    else
                    {
                    print &#39;Somethings Wrong&#39;;
                    }
                if($to = $login) {
                $msg = "Welcome to Enchantme enjoy ua stay here u .Feel free to inbox staff if u have a ny queries bookmark the hall page nd dont forget to chkout ua features panel nd fun menu .smile. .This is a Auto Pm Dnt reply";
                $subject = "Welcome To Enchantme";
                $msg = htmlspecialchars(replace($msg));
                $subject = htmlspecialchars(replace($subject));
                include &#39;convert_to_smiles.php&#39;;
                @mysql_query("insert into `".$px.$ltable."` values(&#39;&#39;,&#39;Owners&#39;,&#39;$to&#39;,&#39;$subject&#39;,&#39;$msg&#39;,&#39;".time()."&#39;,1)");
                } 
                }
                else
                {//выводим ошибки
                    print $error;
                }
                print &#39;</p></card></wml>&#39;;
                //разрываем �оединение � бд
                @mysql_close();
                ?>
                <span style="font-size:12pt;line-height:100%"><span style="color:#FF0000">ViSiT Ma SiTe Nd PoSt Ua CoMmEnTs On It In Ma PoSt</span></span>

                Comment


                  #9
                  CREATE TABLE `chat_letters` (
                  `id` int(11) NOT NULL auto_increment,
                  `from_user` text NOT NULL,
                  `to_user` text NOT NULL,
                  `subject` text,
                  `letter` text NOT NULL,
                  `time` text NOT NULL,
                  `new` int(11) default NULL,
                  PRIMARY KEY (`id`)
                  ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2400 ;




                  Code:
                  <?php
                  header ("Content-type:text/vnd.wap.wml; charset=utf-8");
                  print &#39;<?xml version="1.0" encoding="utf-8"?>&#39; .
                      &#39;<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"&#39; .
                      &#39; "http://www.wapforum.org/DTD/wml_1.1.xml">&#39; .
                      &#39;<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>&#39;;
                  
                  include "./ini.php";
                  
                          {
                  
                              $login = htmlspecialchars(stripslashes(trim($login)));
                              $login = substr($login, 0, 15);
                              $pass = htmlspecialchars(stripslashes(trim($pass)));
                              $pass = substr($pass, 0, 15);
                              $name= htmlspecialchars(stripslashes(trim($name)));
                              $name= substr($name, 0, 20);
                              $sex = htmlspecialchars(stripslashes(trim($sex)));
                  
                  
                              print &#39;<card title="Registration">&#39; . &#39;<p align="center">&#39;;
                  
                              $query_users_login = @mysql_query("select * from `" . $px . $utable .
                                  "` where login=&#39;" . $login . "&#39;;");
                              $users_login = @mysql_fetch_array($query_users_login);
                  
                              if (empty($login))
                                  $error = &#39;Nickname Required!
                  &#39;;
                              if (empty($pass))
                                  $error = $error . &#39;Password Required!
                  &#39;;
                              if (empty($name))
                                  $error = $error . &#39;NIKNAME!
                  &#39;;
                              if (empty($sex))
                                  $error = $error . &#39;What Are You Male Or Female!
                  &#39;;
                              if (preg_match("/[^\da-zA-Z-@#!_]+/", $login))
                                  $error .= &#39;This Nick Already Exists!
                  &#39;;
                              if (preg_match("/[^\da-zA-Z_]+/", $pass))
                                  $error .= &#39;Error!
                  &#39;;
                              ///////////////////////////////////
                              $wins = "0";
                              $lose = "0";
                              $smilie = "";
                              $hidden = "";
                              $quiz = "0";
                              $pic = "";
                              $team = "";
                              $stat = "Member";
                              $url = "";
                              $rip = "";
                              $ban_by = "";
                              $ptime = "0";
                              ////////////////////////////////////
                  
                              $db_login = $users_login[&#39;login&#39;];
                  
                              if (empty($error))
                              {
                                  if (strtolower($login) != strtolower($db_login))
                                  {
                                      $success = @mysql_query("insert into `" . $px . $utable . "` values(0,&#39;$login&#39;,&#39;$pass&#39;,&#39;$name&#39;,&#39;$sex&#39;,&#39;$bday&#39;,&#39;$bmonth&#39;,&#39;$byear&#39;,&#39;&#39;,&#39;$live&#39;,&#39;$mobile&#39;,&#39;$operator&#39;,&#39;$email&#39;,&#39;$wapurl&#39;,&#39;$weburl&#39;,&#39;$icq&#39;,&#39;$about&#39;,&#39;&#39;,0,0,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;kick&#39;,&#39;System&#39;,&#39;$kick_message&#39;,&#39;$kick_time&#39;,0,0,0,&#39;" .
                                          time() . "&#39;,&#39;" . time() . "&#39;,&#39;0&#39;,&#39;" . getenv(REMOTE_ADDR) . "&#39;,&#39;" . getenv(HTTP_USER_AGENT) .
                                          "&#39;,&#39;$wins&#39;,&#39;$lose&#39;,&#39;$smilie&#39;,&#39;$hidden&#39;,&#39;$quiz&#39;,&#39;$pic&#39;,&#39;$team&#39;,&#39;$stat&#39;,&#39;$url&#39;,&#39;$rip&#39;,&#39;$numb&#39;,&#39;&#39;);");
                  
                                      if ($success)
                  
                  
                  
                  
                                      {
                  
                  
                  
                                          print "<img src=\"images/ok.gif\" alt=\"o\"/> [b]" . $login . "[/b]
                  ";
                                          print "<img src=\"images/bar2.gif\" alt=\"----------\"/>
                  ";
                                          print "[b]Successfully Registered![/b]
                  ";
                                          
                                          print "<a href=\"index1.php?\">Login Now</a>";
                  
                  
                  
                                      } else
                                          print "Database Error:
                  <a href=\"register.phpl\">Retry Properly</a>";
                  
                                  } else
                                  {
                                      print "<img src=\"images/bar2.gif\" alt=\"----------\"/>
                  ";
                                      print &#39;There Is An Error!&#39;;
                                      print "
                  <a href=\"register.phpl\">Retry Properly</a>";
                                  }
                              } else
                              {
                                  print $error;
                                  print "
                  <a href=\"register.php\">Retry Properly</a>";
                              }
                              print &#39;</p>&#39;;
                              print &#39;<p align="center">&#39;;
                              print "<img src=\"images/bar2.gif\" alt=\"----------\"/>
                  ";
                              print "" . $lang[&#39;copy&#39;] . "
                  ";
                              print &#39;</p></card></wml>&#39;;
                          }
                      }
                  }
                  
                  @mysql_close();
                  ?>




                  add i this

                  Comment


                    #10
                    S4u didnt the one i gave u worked ? pm me ua site addy ..
                    <span style="font-size:12pt;line-height:100%"><span style="color:#FF0000">ViSiT Ma SiTe Nd PoSt Ua CoMmEnTs On It In Ma PoSt</span></span>

                    Comment


                      #11
                      oh thanx mates but i already have auto inbox script...

                      Comment


                        #12
                        i already have easy way to add... but this is also a good one....

                        Comment

                        Working...
                        X