php search file in server

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

  • uninvited13th
    replied
    no.. i just want a search script for my own site...

    Leave a comment:


  • wapxtech
    replied
    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

    Leave a comment:


  • StRiNg_MaStEr
    replied
    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

    Leave a comment:


  • mFreak
    replied
    PHP: glob - Manual

    check notes here

    Leave a comment:


  • uninvited13th
    replied
    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..

    Leave a comment:


  • GumSlone
    replied
    Originally posted by uninvited13th View Post
    can you help me out??
    SELECT * FROM table_name WHERE file_name LIKE '%search_term%'

    Leave a comment:


  • uninvited13th
    replied
    can you help me out??

    Leave a comment:


  • mFreak
    replied
    thanks for sharing your idea, but whats the problem? :S

    Leave a comment:


  • uninvited13th
    started a topic php search file in server

    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.
Working...
X