kinky-devils.co.uk v1 (script)

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

    #16
    delete them it will be fixed
    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
      LoL..Still Cant Connect To Server..

      Comment


        #18
        Originally posted by Nahar View Post
        LoL..Still Cant Connect To Server..
        have you filled this bit out

        function serveraddy()
        {
        if($_SERVER['SERVER_ADDR']=="server ip address")return true;
        else return false;
        }

        has anyone got a create.php for this script for downloads please as this is missing off the script

        i be very greate full if anyone has it
        HELP THEM WHO HELPS YOU



        i only work on wapdesire v_2 coding only

        Comment


          #19
          Code:
          <?php
          define('CTS',true);
          include("../core/functions.inc");
          include("../core/session.inc");
          if(!connectdb()){
          dberror();
          exit();
          }
          cleardata();
          if(isipbanned(ip(),browser())){
          if(!isshield(uid_ses($ses))){
          ipban(uid_ses($ses));
          exit();}
          }
          if(!islogged($ses)){
          expired(uid_ses($ses));
          exit();
          }
          if(isbanned(uid_ses($ses))){
          if(!isshield(uid_ses($ses))){
          banned(uid_ses($ses));
          exit();}
          }
          mysql_query("UPDATE members SET host='".host()."', browser='".browser()."', ip='".ip()."' WHERE uid='".uid_ses($ses)."'");
          
          if($save==yes){
          web_head(nick_ses($ses)."@Site Tools",1,uid_ses($ses));
          addonline(uid_ses($ses),"Site Tools","$PHP_SELF");
          $title.="
          <b>Updating Downloads</b>";
          
          $main.="<p style=\"text-align: center\">";
          if(download_tools(uid_ses($ses))){
          $res=mysql_query("INSERT INTO download_cats SET name='".$name."', description='".$description."', active='1'");
          if($res){
          $main.="<img src=\"../images/ok.gif\" alt=\"\"/>$name Was Created Successfully";
          }else{
          $main.="<img src=\"../images/error.png\" alt=\"\"/><br/>Daterbase Error!";}
          }else{
          addonline(uid_ses($ses),"Site Tools!","$PHP_SELF");
          $main.="<img src=\"../images/error.png\" alt=\"\"/><br/>Permission Denied!";
          }
          $main.="</p>";
          $L1="<a href=\"downloads.php?ses=$ses\">Downloads</a>";
          $L2="<a href=\"../main.php?ses=$ses\">
          <img src=\"../$phpthumbs?src=../images/home.gif\" alt=\"\"/>Main Menu</a>";
          xhtml($ses,$title,1,$L1,$L2,0,0,0,0,0,0,$main);
          webfoot();
          exit();
          }
          
          web_head(nick_ses($ses)."@Site Tools",1,uid_ses($ses));
          addonline(uid_ses($ses),"Site Tools","$PHP_SELF");
          $title.="<b>Create category</b><br/>
          Create Download Category";
          
          if(download_tools(uid_ses($ses))){
          $main.="<p style=\"text-align: center\">";
          $main.="<form action=\"$PHP_SELF?ses=$ses&amp;save=yes\" method=\"post\">";
          $main.="<b>Name:</b><br/><input name=\"name\" maxlength=\"100\"/><br/>";
          $main.="<b>Description:</b><br/><input name=\"description\" maxlength=\"100\"/><br/>";
          $main.="<input type=\"submit\" value=\"Save\"/>";
          $main.="</form>";
          $main.="</p>";
          }else{
          addonline(uid_ses($ses),"Site Tools!","$PHP_SELF");
          $main.="<img src=\"../images/error.png\" alt=\"\"/><br/>Permission Denied!";
          }
          $main.="</p>";
          $L1="<a href=\"downloads.php?ses=$ses\">Downloads</a>";
          $L2="<a href=\"../main.php?ses=$ses\">
          <img src=\"../$phpthumbs?src=../images/home.gif\" alt=\"\"/>Main Menu</a>";
          xhtml($ses,$title,1,$L1,$L2,0,0,0,0,0,0,$main);
          webfoot();
          exit();
          ?>
          Wapchat4u


          Topsites4u

          Comment


            #20
            Originally posted by nclemale36 View Post
            Code:
            <?php
            define('SCS',true);
            include("../core/main.inc");
            if(!connect()){
            dberror();
            exit();
            }
            cleardata();
            if(!forum_tools(uid_ses($ses))){
            toolerror();
            exit();
            }
            if(isipbanned(ip(),browser())){
            if(!isshield(uid_ses($ses))){
            ipban(uid_ses($ses));
            exit();}
            }
            if(!islogged($ses)){
            expired(uid_ses($ses));
            exit();
            }
            if(isbanned(uid_ses($ses))){
            if(!isshield(uid_ses($ses))){
            banned(uid_ses($ses));
            exit();}
            }
            mysql_query("UPDATE members SET host='".host()."', browser='".browser()."', ip='".ip()."' WHERE uid='".uid_ses($ses)."'");
            
            if($save==yes){
            web_head(nick_ses($ses)."@Site Tools",1,uid_ses($ses));
            addonline(uid_ses($ses),"Site Tools","$PHP_SELF");
            $title.="
            <b>Updating Downloads</b>";
            
            $main.="<p style=\"text-align: center\">";
            if(download_tools(uid_ses($ses))){
            $res=mysql_query("INSERT INTO download_cats SET name='".$name."', description='".$description."', active='1'");
            if($res){
            $main.="<img src=\"../images/ok.gif\" alt=\"\"/>$name Was Created Successfully";
            }else{
            $main.="<img src=\"../images/error.png\" alt=\"\"/><br/>Daterbase Error!";}
            }else{
            addonline(uid_ses($ses),"Site Tools!","$PHP_SELF");
            $main.="<img src=\"../images/error.png\" alt=\"\"/><br/>Permission Denied!";
            }
            $main.="</p>";
            $L1="<a href=\"downloads.php?ses=$ses\">Downloads</a>";
            $L2="<a href=\"../main.php?ses=$ses\">
            <img src=\"../$phpthumbs?src=../images/home.gif\" alt=\"\"/>Main Menu</a>";
            xhtml($ses,$title,1,$L1,$L2,0,0,0,0,0,0,$main);
            webfoot();
            exit();
            }
            
            web_head(nick_ses($ses)."@Site Tools",1,uid_ses($ses));
            addonline(uid_ses($ses),"Site Tools","$PHP_SELF");
            $title.="<b>Create category</b><br/>
            Create Download Category";
            
            if(download_tools(uid_ses($ses))){
            $main.="<p style=\"text-align: center\">";
            $main.="<form action=\"$PHP_SELF?ses=$ses&amp;save=yes\" method=\"post\">";
            $main.="<b>Name:</b><br/><input name=\"name\" maxlength=\"100\"/><br/>";
            $main.="<b>Description:</b><br/><input name=\"description\" maxlength=\"100\"/><br/>";
            $main.="<input type=\"submit\" value=\"Save\"/>";
            $main.="</form>";
            $main.="</p>";
            }else{
            addonline(uid_ses($ses),"Site Tools!","$PHP_SELF");
            $main.="<img src=\"../images/error.png\" alt=\"\"/><br/>Permission Denied!";
            }
            $main.="</p>";
            $L1="<a href=\"downloads.php?ses=$ses\">Downloads</a>";
            $L2="<a href=\"../main.php?ses=$ses\">
            <img src=\"../$phpthumbs?src=../images/home.gif\" alt=\"\"/>Main Menu</a>";
            xhtml($ses,$title,1,$L1,$L2,0,0,0,0,0,0,$main);
            webfoot();
            exit();
            ?>
            thanks nclemale
            HELP THEM WHO HELPS YOU



            i only work on wapdesire v_2 coding only

            Comment


              #21
              this is like wapdesire script look at other sites it got same basic same layout etc same files in core folder etc main.php and so on just bits of editing change which doesnt make diffrent lol xhtml.inc well all in core folder is wapdesire so it modded as wapdesire

              Comment


                #22
                like i said i used bits out of the wapdesire script it was a v1 script when started

                Comment


                  #23
                  scripts fkd! always shows 3 online, me and 2 ghosts lol. says 2 online when u login and 3 online in ya inbox , also has missin stuff, no wonder its a free copy, suks!

                  Comment


                    #24
                    Originally posted by MrMental View Post
                    scripts fkd! always shows 3 online, me and 2 ghosts lol. says 2 online when u login and 3 online in ya inbox , also has missin stuff, no wonder its a free copy, suks!
                    make better one and post it here!
                    else STFU and be happy you got free script!
                    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                    Comment


                      #25
                      well i ant going to post a working free version its easy to fix common sence

                      Comment


                        #26
                        chris, do u have the site images tool in owner tools tht works n the private profiles m8

                        Comment

                        Working...
                        X