php search file in server

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

    php search file in server

    Hello,

    ok just need script that searches mysql

    eg.

    domain.com/details

    that script will search inside details

    if found, will return results
    Last edited by uninvited13th; 26.12.11, 09:58.

    #2
    thanks for sharing your idea, but whats the problem? :S
    PHP Code:
    $("#mfreak").find(".head brain").clone(); 
    Progress:
    Code:
    [|||___________________________] : 5%
    Output:
    Code:
    Memory limit reached, unable to complete operation.
    Support answer:
    Code:
    Try using a super uber strong mega computer to reach at least 10%.

    Comment


      #3
      can you help me out??

      Comment


        #4
        Originally posted by uninvited13th View Post
        can you help me out??
        SELECT * FROM table_name WHERE file_name LIKE '%search_term%'
        Advertise your mobile site for FREE with AdTwirl

        Comment


          #5
          Originally posted by GumSlone View Post
          SELECT * FROM table_name WHERE file_name LIKE '%search_term%'
          okay thanks.. how about a script that searches inside directory? and return results..

          Comment


            #6
            PHP: glob - Manual

            check notes here
            PHP Code:
            $("#mfreak").find(".head brain").clone(); 
            Progress:
            Code:
            [|||___________________________] : 5%
            Output:
            Code:
            Memory limit reached, unable to complete operation.
            Support answer:
            Code:
            Try using a super uber strong mega computer to reach at least 10%.

            Comment


              #7
              First you will have to code a script which will insert files and all directories to database
              once you get everything in db you can use gumslone's query to get results

              Comment


                #8
                I believe that he will use it in hacking, he mean to search a file in the server that contains the string mysql, something like he want to search for a cpanel account in the server =) lol I have a shell that can do that..
                Attached Files

                http://wapx.amob.com
                Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

                Comment


                  #9
                  no.. i just want a search script for my own site...

                  Comment

                  Working...
                  X