Learning to write Graber

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

    Learning to write Graber

    1.For the beginning you should write



    2.Pishem $ file = file ("http:// Page address of the victim? $ QUERY_STRING "); $ File = implode ("",$ file); (Team? $ QUERI_STRING gives commands to the original script,
    for example,index.php? action = dosug)


    3. Team $ File = str_replace ('What need to replace ',' What took should be replaced by ', $ file); Replace all that was necessary to replace (Or cut out, leaving room between the second pair of quotation marks empty). Replace all the addresses and words in you need (if not understandable, I I'll write a simple example below grabber)


    4. Remove the advertising team $ File = preg_replace ('|(.*)|','', $ File); This team we cut out all links, which contain Address for paid content (in this case Rdxmob.com.
    Rdxmob.com / replace the address which appears in the sponsored links with constantly changing names. Usually them 1-3 For those who do not understand: (.*)- Simple language is like Joker can take any value. And so each link, which contains address Rdxmob.com / (no matter what before or after, because there is (.*)) Will be stripped.


    5.Esli, suddenly, you're going to rob boot, made pages, and files do not downloaded (the file is not write found), the script was requests a file from your the server where the files just no The solution:just replace your folder, which contains the script complete address to the same name folder of the site from which you rob.
    (for example, $ File = str_replace ('/ download / ',' RdxTube.com/download / ', $ file);) Then the script will ask for files on the server on which the they lie. This method is suitable to sites where issued direct link to the file.

    6. print "$ file"; (Conclusion is reached)
    ?>





    Life On Clicks

    Get More Tricks Add Me On Gtalk ID Rdxmob@gmail.com

    Last edited by redrdx; 14.08.11, 19:36.

    #2
    thanx for sharing bro its really helpful to edit grabber scripts
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    Comment


      #3
      I guess you wrote this on phone as on pc it looks the most confusing tutorail ever

      Comment


        #4
        confusing bro

        Comment


          #5
          Originally posted by something else View Post
          I guess you wrote this on phone as on pc it looks the most confusing tutorail ever
          yes i post this from apple iphone

          Comment


            #6
            There is also quite a few faults in your tutorial one of them being this line:
            PHP Code:
            4. Remove the advertising team
             
            File preg_replace ('|(.*)|','',
             $ 
            File); 
            if you use this then you are left with no string to play with, causing a completely blank page.
            Also i would advise on using $file (no space and lower case f) - this is probably due to T9 on your phone

            Added after 2 minutes:

            but thanks for sharing
            Last edited by something else; 13.08.11, 23:00.

            Comment


              #7
              You should only input text when using google translator. Because it messes up the variables by putting spaces in ;)

              Comment


                #8
                Originally posted by laro696 View Post
                You should only input text when using google translator. Because it messes up the variables by putting spaces in ;)

                code updated check out now

                Comment


                  #9
                  Originally posted by redrdx View Post
                  code updated check out now
                  still space between $ sign. it should be $file instead of $ file.

                  Comment


                    #10
                    whats the wrong steve Post Ur One Correct Grabber Text

                    Comment

                    Working...
                    X