Anyone hosted on WEBAIR? Got something for you.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sortie
    Confirmed User
    • Mar 2007
    • 7771

    #1

    Anyone hosted on WEBAIR? Got something for you.

    I need to test the script in my sig on webair.

    Anyone that can download and install the script let me know and I will give you a free permanent license to the script(up to 3 people only).

    Here's the zip file:

    http://tubecgi.com/beta/tube.zip

    install: http://tubecgi.com/install.html

    thanks
  • Snake Doctor
    I'm Lenny2 Bitch
    • Mar 2001
    • 13449

    #2
    Huh?

    Does webair use macintosh servers or something? If the script works the script works right?
    sig too big

    Comment

    • aflex
      Confirmed User
      • Oct 2002
      • 3127

      #3
      i'm available sortie.. if you have AIM.. email me your screenname at staykeen at aol.com
      self made mothafucka.

      buying premium domains & developed sites with revenue/traffic -> adaptweb at gmail.com

      Comment

      • sortie
        Confirmed User
        • Mar 2007
        • 7771

        #4
        Originally posted by Lenny2
        Huh?

        Does webair use macintosh servers or something? If the script works the script works right?
        No, the script is written in c and c++ and uses perl libwww,
        C and c++ may have to be compiled directly on the machine to run if
        the machine is not compatiable with the orignial machine I used to compile.

        A compile on a freebsd server will not run on a CentOS server etc...

        Also, some host don't have the proper c, c++ or perl external code libraries installed. Nothing will work on those host. It's like when you can't play a certain video because you don't have a certain codec installed on you computer.

        Comment

        • sortie
          Confirmed User
          • Mar 2007
          • 7771

          #5
          Originally posted by aflex
          i'm available sortie.. if you have AIM.. email me your screenname at staykeen at aol.com
          I don't have AIM but emailing you now.

          Comment

          • devilspost
            Confirmed User
            • Feb 2004
            • 3980

            #6
            i am setting it up now

            Brothels and Escorts Worldwide.

            Comment

            • directfiesta
              Too lazy to set a custom title
              • Oct 2002
              • 30184

              #7
              don't run any freebsd servers, only Centos or Fedora.
              Sorry.
              I know that Asspimple is stoopid ... As he says, it is a FACT !

              But I can't figure out how he can breathe or type , at the same time ....

              Comment

              • sortie
                Confirmed User
                • Mar 2007
                • 7771

                #8
                Originally posted by directfiesta
                don't run any freebsd servers, only Centos or Fedora.
                Sorry.
                Hey, what is the deal with CentOS!!!
                I could not even compile and execute this script:


                #include <stdio.h>

                int main() {
                printf ("content-type: text/html\n\n Hello!");
                return 0;
                }


                See if you can make that run with a compile using gcc or g++

                Maybe it was the particular server I tried.

                Comment

                • pussyluver
                  Clueless OleMan
                  • Mar 2003
                  • 11009

                  #9
                  Webair offers many different servers. Need something to work that is reasonable, bet Mike will make sure you are taken care of.

                  A working test on one server doesn't = a working script on all no matter who the host is.

                  Comment

                  • sortie
                    Confirmed User
                    • Mar 2007
                    • 7771

                    #10
                    Originally posted by pussyluver
                    Webair offers many different servers. Need something to work that is reasonable, bet Mike will make sure you are taken care of.

                    A working test on one server doesn't = a working script on all no matter who the host is.
                    True, but the main issue here is that too many servers are not setup where I can do a compile which is the solution to all this.

                    Just login to a server run the c compiler and then install the script; but that's not happening.

                    Comment

                    • 1off
                      Confirmed User
                      • Jul 2007
                      • 674

                      #11
                      Just tried it on my webair and my split infinity server. Same error on both "500 The server encountered an internal error or misconfiguration and was unable to complete your request."

                      I'm quite sure I did everything correctly too. I guess there is an outside chance i fucked something up but since i did it twice on each server, I doubt it.

                      ! DESIGN DEALS ! ReBrand Your Empire ! $250 Tours | $18 Flash Trailers
                      ! TUBE SITES ! TEVS sample ! $450 ! tubecgi sample $350 ! Nubiles sample $250 ! (includes script costs)
                      ! GALLERY DEALS ! The FIFTEEN DOLLAR Hosted Gallery with a Guarantee ! icq 361811746



                      Comment

                      • devilspost
                        Confirmed User
                        • Feb 2004
                        • 3980

                        #12
                        Originally posted by 1off
                        Just tried it on my webair and my split infinity server. Same error on both "500 The server encountered an internal error or misconfiguration and was unable to complete your request."

                        I'm quite sure I did everything correctly too. I guess there is an outside chance i fucked something up but since i did it twice on each server, I doubt it.
                        same here

                        Brothels and Escorts Worldwide.

                        Comment

                        • ztik
                          Confirmed User
                          • Aug 2001
                          • 5196

                          #13
                          who the fuck programs in perl now a days
                          .

                          Comment

                          • sortie
                            Confirmed User
                            • Mar 2007
                            • 7771

                            #14
                            Originally posted by 1off
                            Just tried it on my webair and my split infinity server. Same error on both "500 The server encountered an internal error or misconfiguration and was unable to complete your request."

                            I'm quite sure I did everything correctly too. I guess there is an outside chance i fucked something up but since i did it twice on each server, I doubt it.
                            you most likely did everyting correct, that is a normal problem.
                            The soultion is that i would compile from the original source code on your machine.

                            See if you can make this small script run with a compile using gcc or g++

                            #include <stdio.h>

                            int main() {
                            printf ("content-type: text/html\n\n Hello!");
                            return 0;
                            }

                            Comment

                            • sortie
                              Confirmed User
                              • Mar 2007
                              • 7771

                              #15
                              Originally posted by ztik
                              who the fuck programs in perl now a days
                              Do you have a similar script in another language?

                              If not, then maybe that's the answer to your question.

                              Comment

                              • sortie
                                Confirmed User
                                • Mar 2007
                                • 7771

                                #16
                                Vote:

                                I think I am just going to re-write this script without c++
                                It's a powerful language but everybody has to have the same machine.

                                What language should I use?

                                vote with a language in your post.

                                Comment

                                • sortie
                                  Confirmed User
                                  • Mar 2007
                                  • 7771

                                  #17
                                  See if you can run this perl script:

                                  If not, then there is no point in re-writing in perl.


                                  #!/usr/bin/perl
                                  use Image::Magick;
                                  use LWP;
                                  use LWP::Simple;
                                  use URI::Escape 'uri_escape';
                                  require LWP::UserAgent;
                                  use HTTP::Request::Common;
                                  require HTTP::Headers;


                                  print "content-type: text/html\n\n Hello";

                                  exit;



                                  BTW: if that script cannot run on your server then your host is pathetic.

                                  Comment

                                  Working...