Could use some programming clarification

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmcfadden
    So Fucking Banned
    • Oct 2008
    • 5099

    #1

    Could use some programming clarification

    I have been working with a designer and his programmer with great pain and the programming work provided to me just isn't working.

    His (the designer's) latest request is this...

    "My coder said he wants cmd line access to check things out.
    Said it might be a php security thing...
    I don't know jack about server stuff so don't ask me what it might be lol"

    What is he asking for? Its a godaddy hosting account which he has had ftp access to and MYSql login information.

    TIA
  • borked
    Totally Borked
    • Feb 2005
    • 6284

    #2
    he can get all necessary info from phpinfo();
    and anything else via the odd script or two. It's a pain for some things, but I've never been stuck because I didn't have shell (cmd line) access - all can be done with scripts.

    if you want to give me specifics over IM what he's trying to do I'll tell you whether he can *only* do it from the shell, but I doubt it...
    Last edited by borked; 07-15-2009, 09:37 AM.

    For coding work - hit me up on andy // borkedcoder // com
    (consider figuring out the email as test #1)



    All models are wrong, but some are useful. George E.P. Box. p202

    Comment

    • mmcfadden
      So Fucking Banned
      • Oct 2008
      • 5099

      #3
      Originally posted by borked
      he can get all necessary info from phpinfo();
      and anything else via the odd script or two. It's a pain for some things, but I've never been stuck because I didn't have shell (cmd line) access - all can be done with scripts.

      if you want to give me specifics over IM what he's trying to do I'll tell you whether he can *only* do it from the shell, but I doubt it...
      I sent you an email...

      Comment

      • raymor
        Confirmed User
        • Oct 2002
        • 3745

        #4
        In your godaddy control panel you can give a user SSH access.
        At least I think godaddy can do that.
        For historical display only. This information is not current:
        support@bettercgi.com ICQ 7208627
        Strongbox - The next generation in site security
        Throttlebox - The next generation in bandwidth control
        Clonebox - Backup and disaster recovery on steroids

        Comment

        • borked
          Totally Borked
          • Feb 2005
          • 6284

          #5
          Originally posted by mmcfadden
          I sent you an email...
          replied

          For coding work - hit me up on andy // borkedcoder // com
          (consider figuring out the email as test #1)



          All models are wrong, but some are useful. George E.P. Box. p202

          Comment

          • ProG
            Confirmed User
            • Apr 2009
            • 1319

            #6
            sounds to me like he needs to change a setting in the php.ini to make his code work (which is poor coding) most likely something to do with register_globals or allow_url_fopen
            History will be kind to me for I intend to write it.

            Comment

            • kenny
              Confirmed User
              • Mar 2002
              • 7245

              #7
              Originally posted by ProG
              sounds to me like he needs to change a setting in the php.ini to make his code work (which is poor coding) most likely something to do with register_globals or allow_url_fopen
              That is what it sounds like.


              What version PHP is this?
              7

              Comment

              • Killswitch - BANNED FOR LIFE

                #8
                Originally posted by ProG
                sounds to me like he needs to change a setting in the php.ini to make his code work (which is poor coding) most likely something to do with register_globals or allow_url_fopen
                www.php.net/ini_set done. No shell access needed.

                Comment

                • Barefootsies
                  Choice is an Illusion
                  • Feb 2005
                  • 42635

                  #9
                  Originally posted by mmcfadden
                  I sent you an email...
                  I told you to contact the borked Frenchie two weeks ago.

                  Nice to see he's on the case.
                  Should You Email Your Members?

                  Link1 | Link2 | Link3

                  Enough Said.

                  "Would you rather live like a king for a year or like a prince forever?"

                  Comment

                  • BestXXXPorn
                    Confirmed User
                    • Jun 2009
                    • 2277

                    #10
                    Send me his code and I'll review it for you ;) Please remove any and all passwords and sensitive information before you do though.

                    I can at least tell you what you're paying for :P
                    ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com

                    Comment

                    • borked
                      Totally Borked
                      • Feb 2005
                      • 6284

                      #11
                      just giving friendly free advice to make sure people aren't taken for a ride ;)

                      For coding work - hit me up on andy // borkedcoder // com
                      (consider figuring out the email as test #1)



                      All models are wrong, but some are useful. George E.P. Box. p202

                      Comment

                      Working...