Lavalair Scripting Tools!

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

    Lavalair Scripting Tools!

    yesterday my site has been hacked by some one. my site is a wap forum. that hacker baned me first and then he baned all in my site. as i think he has attakd by a hacking tool. coz he havent touch data base. could any wap master tel me how to protect my site? wat r the best anti hack tools to prevent hakin?

    #2
    yesterday my site ( http://arawap.net ) has been hacked by some one. my site is a wap forum. that hacker baned me first and then he baned all in my site. as i think he has attakd by a hacking tool. coz he havent touch data base. could any wap master tel me how to protect my site? wat r the best anti hack tools to prevent hakin? [/b]
    Which forum script you used on your site?
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      Which forum script you used on your site?[/b]
      i used RW lavalier wap forum
      with huge modifcationz

      Comment


        #4
        goto ya file_manger

        edit all files as i show you....

        1. modproc.php
        2. modcp.php


        1.
        Code:
        <?php
        include("config.php");
        include("core.php");
        connectdb();
        $action = $_GET["action"];
        $sid = $_GET["sid"];
        if(!ismod(getuid_sid($sid)))
          {
            echo "<card id=\"main\" title=\"arawap.net \">";
              echo "<p align=\"center\">";
              echo "You are not a mod
        Subzero is here to protect me!!!!!! ";
              echo "
        ";
              echo "<a href=\"index.php\">Home</a>";
              echo "</p>";
              echo "</card>";
              echo "</wml>";
              exit();
            }
        2.
        Code:
        <?php
        include("config.php");
        include("core.php");
        connectdb();
        $action = $_GET["action"];
        $sid = $_GET["sid"];
        if(!ismod(getuid_sid($sid)))
          {
            echo "<card id=\"main\" title=\"arawap.net \">";
              echo "<p align=\"center\">";
              echo "You are not a mod
        subzero is here to protect me!! ";
              echo "
        ";
              echo "<a href=\"index.php\">Home</a>";
              echo "</p>";
              echo "</card>";
              echo "</wml>";
              exit();
            }

        when you make a file that is open make sure you use

        exit(); that not welcome
        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


          #5
          Lets wait few days if there would be more posts about hacking of this script than there are realy black holes in it which need to be closed.
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            gumslone i fixed the hacking problem ppl try it at my site all the time

            if ya like to get who doing this place this code and make text file name iplog.txt

            Code:
            <?php
            include("config.php");
            include("core.php");
            connectdb();
            $action = $_GET["action"];
            $sid = $_GET["sid"];
            if(!ismod(getuid_sid($sid)))
              {
                echo "<card id=\"main\" title=\"arawap.net \">";
                  echo "<p align=\"center\">";
            $fp=fopen("iplog.txt","a+"); 
            fputs($fp,"|=|$HTTP_USER_AGENT|$REMOTE_ADDR|=|\n\n");
            fclose($fp);
                  echo "You are not a mod
            subzero is here to protect me!! ";
                  echo "
            ";
                  echo "<a href=\"index.php\">Home</a>";
                  echo "</p>";
                  echo "</card>";
                  echo "</wml>";
                  exit();
                }
            and chmoned 0777

            this will help you pin the user in ya forum to ban him
            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


              #7
              bro he is using a hackin tool to do it . im sure he hasnt attak my bata base. but he can ban ppl . add and remove plusess. he can do any thing wat moderator does.

              Comment


                #8
                do what said your be save!!


                no he not using a hacking tool he got this from some one mite be a kid think he smart its a script that lets you past as a mod ok
                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


                  #9
                  gumslone i fixed the hacking problem ppl try it at my site all the time

                  if ya like to get who doing this place this code and make text file name iplog.txt

                  Code:
                  <?php
                  include("config.php");
                  include("core.php");
                  connectdb();
                  $action = $_GET["action"];
                  $sid = $_GET["sid"];
                  if(!ismod(getuid_sid($sid)))
                    {
                      echo "<card id=\"main\" title=\"arawap.net \">";
                        echo "<p align=\"center\">";
                  $fp=fopen("iplog.txt","a+"); 
                  fputs($fp,"|=|$HTTP_USER_AGENT|$REMOTE_ADDR|=|\n\n");
                  fclose($fp);
                        echo "You are not a mod
                  subzero is here to protect me!! ";
                        echo "
                  ";
                        echo "<a href=\"index.php\">Home</a>";
                        echo "</p>";
                        echo "</card>";
                        echo "</wml>";
                        exit();
                      }
                  and chmoned 0777

                  this will help you pin the user in ya forum to ban him[/b]



                  bro where to enter this code? and u meant a blank iplog.txt file to add the server?

                  Comment


                    #10
                    pm me bro
                    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


                      #11
                      and one more thing bro he has banned all my users .. no1 can log to my site . it sys ip is baned. and wen click some links like biddy list. ban list it says ip is baned. wat shud i do ? how to remove it?

                      Comment


                        #12
                        just pm me to get more info thanks
                        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


                          #13
                          Blaze forgot 2 add the
                          Code:
                          exit();
                          I did that out when I updated my site from wml to xhtml so the modcp.php got bugs denverporia19 lammed my site owner of crypticworld I dont call them hackers just wannabe hackers lammers just use the codes on ur site and cant really hack.

                          Comment


                            #14
                            lolz thats why i try to use the modproc and modcp if its working coz also someone hacked my site then i rushly go to subzero for this **** matter....

                            Comment


                              #15
                              bro where to enter this code? in admincp and in adminproc. and whats about iplog.txt file ?

                              Comment

                              Working...
                              X