Results 1 to 20 of 20

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User hotris's Avatar
    Join Date: Dec:2007
    Location: Sofia
    Posts: 167

    , . , , . '.php'.

  2. #2
    Registered User tedych's Avatar
    Join Date: Nov:2003
    Location:
    Posts: 17,654
    .
    .htaccess ,
    Options Indexes

    , index.php, 70, , , , .

  3. #3
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    Quote Originally Posted by hotris View Post
    , . , , . '.php'.
    :d ,
    '.php' , , ?

    , .

  4. #4
    Registered User hotris's Avatar
    Join Date: Dec:2007
    Location: Sofia
    Posts: 167
    .php. , . , , . . image . , .

  5. #5
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    , ?
    ''? * *
    - !
    ...

  6. #6
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    : , ?
    php ?
    js , , . . .

    ....

    , HTML
    .

  7. #7
    Top BG MMO player
    Join Date: Oct:2010
    Location: plovdiv
    Posts: 14
    - ( - ) ( ), .htaccess .
    http://www.garry.tv/dir_listing_scri..._listing_3.zip
    Garry Newman,

  8. #8
    Registered User hotris's Avatar
    Join Date: Dec:2007
    Location: Sofia
    Posts: 167
    vbTheKing. amdatlon justdiespawn . php , . js html.

  9. #9
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    . , , js
    To , server side .
    php- , , dir.php.jpg
    dir.php000000000000000.gif . .
    .

  10. #10
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    JS . .php , . , - , FTP , dir list . ...
    ''? * *
    - !
    ...

  11. #11
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    Quote Originally Posted by vbTheKing View Post
    JS . .php , . , - , FTP , dir list . ...


    JS ( ) . , . .
    js . php , .

    php , , ...

  12. #12
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    JS , . . , JS , . , , - JS.
    ''? * *
    - !
    ...

  13. #13
    Registered User tedych's Avatar
    Join Date: Nov:2003
    Location:
    Posts: 17,654
    php, server-side, client-side, ..
    JS "" , php , .
    .
    , php ( ), , . ( , , , , brute force FTP .).

  14. #14
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    Quote Originally Posted by tedych View Post
    php, server-side, client-side, ..
    JS "" , php , .
    .
    , php ( ),

    , . ( , , , , brute force FTP .).
    ,
    JS .... ?

    " data.txt"
    , !
    , .
    .



    For Internet Explorer :
    :

    http://helpstoian.hit.bg/html.html

    http://helpstoian.hit.bg/html1.html

    Code:
    <HTML><HEAD>
    <SCRIPT language = "Javascript">
    
    objXml = new ActiveXObject("Microsoft.XMLHTTP");
    
    // objXml = new ActiveXObject("Msxml2.XMLHTTP"); older version
    var datafile = "data.txt";
    
    objXml.open("GET", datafile, true);
    objXml.onreadystatechange=function() {
       if (objXml.readyState==4) {
           display(objXml.responseText);
      }
     }
    
    objXml.send(null);
    
    function display(msg) {
      alert(msg);
    }
    
    </SCRIPT>
    <BODY></BODY>
    </HTML>

    for Netcape 4 :

    http://helpstoian.hit.bg/html_netscape.html

    Code:
    <HTML><HEAD>
    <SCRIPT language = "Javascript">
    var data = new Array();
    var i = 0;
    var datafile = window.location.href.substring(0,
         window.location.href.lastIndexOf("/") + 1) +
         "data.txt";
    var url = new java.net.URL(datafile);
    var connect = url.openConnection();
    var input = new java.io.BufferedReader(
         new java.io.InputStreamReader(
             connect.getInputStream()));
    var aLine = ""
    while((aLine = input.readLine()) != null) {
        data[i++] = aLine;
        }
    </SCRIPT>
    <BODY>
    
    <SCRIPT language = "Javascript">
    var temp = ""
    for (var j = 0; j < data.length ; j++)
        temp += data[j] + "<br>";
    document.write(temp);
    </SCRIPT>
    </BODY></HTML>
    "data.txt"
    Code:
    [data.txt]
    dali 
    towa
    ne 
    e
    na 
    sserver_a
    dali?
    Last edited by amdatlon; 27th December 2010 at 21:33.

  15. #15
    Registered User hotris's Avatar
    Join Date: Dec:2007
    Location: Sofia
    Posts: 167
    , js . . .
    Quote Originally Posted by tedych View Post
    JS "" , php , .

  16. #16
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138

    , ?
    - , : .
    ''? * *
    - !
    ...

  17. #17
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    Quote Originally Posted by vbTheKing View Post

    , ?
    - , : .
    .

    , ,

  18. #18
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    , , .
    client-side script, , - , . , - .
    ''? * *
    - !
    ...

  19. #19
    Registered User
    Join Date: May:2008
    Location: bguddd
    Posts: 108
    Quote Originally Posted by vbTheKing View Post
    , , .
    client-side script, , - , . , - .

    ,

    , .
    *.* ( *.php ) , .

    !
    SORRY !
    .

  20. #20
    ! vbTheKing's Avatar
    Join Date: Sep:2003
    Location:
    Posts: 4,138
    , , .
    ''? * *
    - !
    ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |