monitor file activity
+ Reply to Thread
Results 1 to 3 of 3

Thread: Need help getting source code for mysql.

  1. #1
    Join Date
    Apr 2007
    Posts
    41

    Need help getting source code for mysql.

    qwerty..aqwe.
    Last edited by ilyacella621; 06-20-2015 at 09:28 PM.

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050
    • Disable javascript. This might prevent the page from redirecting, thus making the browser hang at the desired page.

    • Disable meta redirects in your browser. The site may be using meta tags to redirect the pages, although it's unlikely and they could still do it via headers.

    • Get the Live HTTP Headers extension for Firefox, capture the consecutive requests, select the one for the page you want and copy its HTML code to your computer.

    • Run a packet sniffer; do as above.

    • Use telnet/netcat/whatever to make the requests yourself and pipe the source into a file.

    • Wget the page.

    You mentioned MySQL, but just in case you didn't know, server-side scripts (such as those containing SQL queries) are executed by the server and are securely hidden to the user. All you get in your browser is HTML code (or an equivalent) that displays information and allows you to interact with the page and the server. The sensitive work is done on the server, such as connecting to databases.

  3. #3
    Join Date
    Apr 2007
    Posts
    41

    qwerty

    qwertyqwerty
    Last edited by ilyacella621; 06-20-2015 at 09:31 PM.

+ Reply to Thread

Similar Threads

  1. Microsoft Internet Explorer source code
    By Joe-X in forum Programming
    Replies: 1
    Last Post: 06-26-2008, 04:09 PM
  2. I Need The Myspace.com View Source Code!!!!
    By Thrash_Man in forum General discussion
    Replies: 1
    Last Post: 06-05-2008, 11:33 AM
  3. Source code
    By mlg solidsnake in forum Tutorials
    Replies: 18
    Last Post: 04-30-2007, 12:08 PM
  4. Ping of Death C source code
    By Moonbat in forum Internet Privacy
    Replies: 3
    Last Post: 09-26-2006, 11:49 AM
  5. Fake hotmail log in source code.
    By carlo in forum Internet Privacy
    Replies: 0
    Last Post: 06-30-2005, 10:59 AM

Posting Permissions

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