Results 1 to 8 of 8

Thread: PHP Opener and CHMOD Bypass?

  1. #1
    Join Date
    May 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question PHP Opener and CHMOD Bypass?

    I have some questions. Is there a way to display a PHP file from your FTP without permission from your server? My domain host restricts PHP unless you have "Ultra Hosting", which costs money. And money is a commodity I just cannot afford. I am looking for a script or something that lets me bypass that by loading the PHP server onto the page and holds the server active. I am also looking for a way to get around CHMODing the data files to a directory. Help me.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I'm not quite sure what you're on about here, but it seems to me that you're asking for a way around the permissions system of whatever filesystem you use. The answer to this is no, without root (and even then without local access if the server uses further security such as SELinux) you can't. Security was never designed to be bypassed, except on Windows systems.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Security was never designed to be bypassed, except on Windows systems.
    nice
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    XP's a big improvement, but it still has no idea of the permissions of a process.
    On pre-NT systems, it was possible to log on as anyone one wished simply by logging on to the "default" account and deleting/moving the user's .pwl file, thus disabling their password.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There are two huge problems here.

    1. Your webhost will find you quite against their TOS and kick you off if not bill you.

    2. Your particular server is only doubtfully setup with php. PHP isn't based on "permissions"... it's just based on whether its setup or not. (You might be able to restrict it or not, but that's irrelevant.)
    If you don't have php enabled, it's not going to interpret the php code.
    You certainly can't use php to get around it.
    maybe you could hack around it and install the php yourself, but I doubt that it would work 'cause of their security and your limited access, AND, see (1) above.


    Find a better host that DOES allow php or give up.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. #6
    Join Date
    May 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well actually I just got permission from my dad (the credit card holder for my site) to upgrade to Ultra Hosting. So the original point of this thread is moot. Disregard and get on with your lives.

  7. #7
    Join Date
    May 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Go away now if you are still here. GOOOOOOOOOOOOOOOOOOOOOOO!!!

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Disregard and get on with your lives.
    We're geeks. What lives?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

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