Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

PHP Webserver on DM800? can it be done?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bazinga
    Experienced Member
    • Aug 2011
    • 418

    PHP Webserver on DM800? can it be done?

    Is it possible to run a php webserver from dm800?, I want to run rapidleech and a php torrent **********.
    DM800HD Clone Satellite
    VU+ Duo Genuine
    SlingBox Pro HD / Sling Player - Fibrelink

    Oh Enigma2, You're my favourite linux based operating system.
  • whinpo
    Senior Member
    • Jul 2011
    • 177

    #2
    Re: PHP Webserver on DM800? can it be done?

    look at -http://www.satlover.com/forum/dreambox-plugin/24412-dm800-install-apache2-php5-mysql.html

    the search function must be the first step of a research

    Comment

    • Bazinga
      Experienced Member
      • Aug 2011
      • 418

      #3
      Re: PHP Webserver on DM800? can it be done?

      Originally posted by whinpo
      look at -http://www.satlover.com/forum/dreambox-plugin/24412-dm800-install-apache2-php5-mysql.html

      the search function must be the first step of a research
      file download links don't work, anyone know where I can download them
      DM800HD Clone Satellite
      VU+ Duo Genuine
      SlingBox Pro HD / Sling Player - Fibrelink

      Oh Enigma2, You're my favourite linux based operating system.

      Comment

      • whinpo
        Senior Member
        • Jul 2011
        • 177

        #4
        Re: PHP Webserver on DM800? can it be done?

        Originally posted by Apples
        but with this plugin can be stored and shared some file that then i use in php webserver on the internal hard drive?
        as far as it's something you install it will be on the writeable partition /var
        But if there isn't enough space, you can of course use the hdd
        you only have to use the linux ln function that will create a symbolik link

        ln -s /mnt/hdd/yourdir /var/yourlocation/nameofthelnk

        then ls /var/yourlocation/nameofthelnk will show you the content of /mnt/hdd/yourdir

        Originally posted by shiplu
        file download links don't work, anyone know where I can download them
        try : -http://www.dreamboxfile.com/DM800-8000/Plugins/Webserver-apache---php-Enigma2-for-DM800-8000.html ?

        Comment

        • whinpo
          Senior Member
          • Jul 2011
          • 177

          #5
          Re: PHP Webserver on DM800? can it be done?

          Originally posted by Fantom
          You'll knacker your dreambox if your not carefull !
          I see no much risks installing another web server on another port...almost when it's brought by a plugin

          could you please precise and explain where to be careful when installing it, as far as it seems dangerous, to allow us to understand the risks?

          Comment

          • Bazinga
            Experienced Member
            • Aug 2011
            • 418

            #6
            Re: PHP Webserver on DM800? can it be done?

            does anyone know how to install cURL with apache & php on enigma2?
            DM800HD Clone Satellite
            VU+ Duo Genuine
            SlingBox Pro HD / Sling Player - Fibrelink

            Oh Enigma2, You're my favourite linux based operating system.

            Comment

            • whinpo
              Senior Member
              • Jul 2011
              • 177

              #7
              Re: PHP Webserver on DM800? can it be done?

              shiplu :
              first thing : did you succeed installing apache & php ?

              second thing: what image do you have ? it seems curl is present in newenigma2

              Comment

              • Bazinga
                Experienced Member
                • Aug 2011
                • 418

                #8
                Re: PHP Webserver on DM800? can it be done?

                Originally posted by whinpo
                shiplu :
                first thing : did you succeed installing apache & php ?

                second thing: what image do you have ? it seems curl is present in newenigma2
                Yes, I installed

                enigma2-plugin-extensions-apache-php_1.3.41.4_mipsel.ipk

                Im using UNOFFICIAL DREAM ELITE V.133DV3 PHOENIX EDITION

                I can install newenigma2 by meoboot, but I would like to use Dream Elite Pheonix edition as my main Image. so it possible to install/enable cURL?
                DM800HD Clone Satellite
                VU+ Duo Genuine
                SlingBox Pro HD / Sling Player - Fibrelink

                Oh Enigma2, You're my favourite linux based operating system.

                Comment

                • whinpo
                  Senior Member
                  • Jul 2011
                  • 177

                  #9
                  Re: PHP Webserver on DM800? can it be done?

                  you need curl because of the transmission client, right?

                  Comment

                  • Bazinga
                    Experienced Member
                    • Aug 2011
                    • 418

                    #10
                    Re: PHP Webserver on DM800? can it be done?

                    Originally posted by whinpo
                    you need curl because of the transmission client, right?
                    I need cURL becuase rapidleech wont work without it.

                    EDIT: installed newnigma2 (sim201e-75-newnigma2-release-v2.8.2-dm800-20091205.nfi)
                    its still same, cURL Failed.
                    DM800HD Clone Satellite
                    VU+ Duo Genuine
                    SlingBox Pro HD / Sling Player - Fibrelink

                    Oh Enigma2, You're my favourite linux based operating system.

                    Comment

                    • whinpo
                      Senior Member
                      • Jul 2011
                      • 177

                      #11
                      Re: PHP Webserver on DM800? can it be done?

                      did you search on enigma2 in all the filesystem? to be sure?

                      cd /
                      find | grep libcurl

                      FYI i got it with openPLI dm7000 in /lib

                      Comment

                      • Bazinga
                        Experienced Member
                        • Aug 2011
                        • 418

                        #12
                        Re: PHP Webserver on DM800? can it be done?

                        Originally posted by whinpo
                        did you search on enigma2 in all the filesystem? to be sure?

                        cd /
                        find | grep libcurl

                        FYI i got it with openPLI dm7000 in /lib
                        done a search found these files.

                        /usr/lib/libcurl.so.4.1.1

                        /usr/lib/opkg/info/libcurl4.control

                        /usr/lib/opkg/info/libcurl4.list

                        /usr/lib/opkg/info/libcurl4.postinst
                        DM800HD Clone Satellite
                        VU+ Duo Genuine
                        SlingBox Pro HD / Sling Player - Fibrelink

                        Oh Enigma2, You're my favourite linux based operating system.

                        Comment

                        • whinpo
                          Senior Member
                          • Jul 2011
                          • 177

                          #13
                          Re: PHP Webserver on DM800? can it be done?

                          so that means you got curl....
                          try to put /usr/lib/libcurl.so.4.1.1 in the directory where you got your program which doesn't work

                          Comment

                          • Bazinga
                            Experienced Member
                            • Aug 2011
                            • 418

                            #14
                            Re: PHP Webserver on DM800? can it be done?

                            Originally posted by whinpo
                            so that means you got curl....
                            try to put /usr/lib/libcurl.so.4.1.1 in the directory where you got your program which doesn't work
                            can you explain that again please, where should I put /usr/lib/libcurl.so.4.1.1 ?
                            DM800HD Clone Satellite
                            VU+ Duo Genuine
                            SlingBox Pro HD / Sling Player - Fibrelink

                            Oh Enigma2, You're my favourite linux based operating system.

                            Comment

                            • Bazinga
                              Experienced Member
                              • Aug 2011
                              • 418

                              #15
                              Re: PHP Webserver on DM800? can it be done?

                              Originally posted by Apples
                              i think that it refers to the directory where is located your binary file that you execute and dont run because request the libcurls.so.4.1.1 library
                              Im gonna guess its this location,
                              /media/hdd/srv/apache/libexec/
                              I will try that now

                              EDIT: Did not work
                              DM800HD Clone Satellite
                              VU+ Duo Genuine
                              SlingBox Pro HD / Sling Player - Fibrelink

                              Oh Enigma2, You're my favourite linux based operating system.

                              Comment

                              Working...