![]() |
Alas... it was too good to be true... I can;t get this installed either. :(
|
email sent. xposts.com
|
I am interested can you hit me up. Can i imply it as adult section of www.video411.tv
|
LOL still trying keep getting an internal server error, when ever i try and install "main" from the cgi-bin and have changed all permissions and uploaded using the correct binary and ascii
The "main" will only execute when i take the whole tube folder out of the cgi bin, then it dosent install correctly I play about tommorrow again ...im getting tired |
Quote:
If everything is installed correctly then I may have to do a full compile of the source on your server. I'm checking into the same problem with a couple of other people right now and will let you know. I got to say that from what I'm seeing when I log into some servers, things are very different for some people. I mean really different. This script is like a 3 minute install on a ISPrime server. But hold on and I will work this out. The people that have given me this feedback are locked in for the free script. This is what the beta test is all about, finding these issues. Thanks. |
Quote:
|
Quote:
cgi-bin/tube/main cgi-bin/tube/install cgi-bin/tube/perload_info If the main program ask for a password then you are almost there. what error message did you get? |
What os was it compiled for? Maybe they run freebsd and you run something else.
|
Quote:
|
500 error here.
CentOS |
Quote:
I get this error(500) Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
Premature end of script headers:
|
Quote:
|
email sent
|
Hope sorte getS this script working on our servers because i like the look of it and I could sure use it for a new affliate I have:)
|
WEll 2 different servers and the same problems... I throw in the towel...
http://images.nfl.com/photos/img8903924.jpg |
I got something installed, I have most of the screens and the password is right at the bottom of the screens and at the top of the screens it has a lot of coding with red errors all over it, I moved it out of the cgi-bin changed the cmod on "main" "preload_info" "install" all to 777
But it locks up when i enter a password |
Just a minor point, on the video player page it's "Patience" not "Patients"
:) |
Report:
First, all that tried are going to get a free script. - issue one: I'm going to have to change some code because some servers are returning a differrent document root than expected. - issue two: some servers have the webpages in a folder other than the root. I will have to add code to let you enter this folder so the script can work. - issue three: I need to talk to some of your host to find out which c libraries they have and compensate for that. If everyone had the full gnu c and c++ libraries then this would be very easy. As it is, I was not able to compile the source on some servers. I'm tired now and need some rest but I will be back soon to get this worked out for everyone. If you have tried to install and had an 505 error please post you hosting companies so I can talk with then to make the script compatible to you server. thanks |
Wow...this went well :2 cents:
|
Quote:
You got me! thanks |
sortie. Could you please save me a spot in this deal? I want to get a new domain just for this. I'll have everything setup tomorrow. I already have a server at ISprime so this should be an easy install for me.
I'll have it fully installed and running within 24 hours. |
Hi i have got further now ok there is 2 cgi bins on my server there is one which is in the Public_html folder and another in "my-domain" name folder
I have instaled it from the cgi bin in "my-domain" folder" and did not get an internal server error, I think people are geting mixed up with the two cgi bins If this is now installed correctly I have a lot of code at the top of the page and the screens on the bottom, the first screen has two buttons one which says HOME and another which says Domain name then under that it says testkyHTTP_HOSTwww.^:A^*Atxtmanager/newmovs.txtmanager/dailyhomeCategories the enter pasword is right at the bottom Is this correct so far |
wow, awesome deal for sure. :)
|
You'll want to read this....
http://highscalability.com/youtube-architecture A lil C and Perl might keep up for awhile.... However you'll need a well configured lighttpd for the video server before long. Also yeah I'd say 99% of these install issues are due to the C code being compiled in a different OS. Paths and stuff vary from *nix OS to OS. -Ben |
Any solutions for this?
|
www.fuckinhorny.com has a teremendous amount of good video in the system, is completely customizable and is not producing any errors.
all sponsors are 2257 compliant. Take a look. :thumbsup |
looking forward to the new improved install script :)
|
Quote:
|
Thanks sortie, fyi I have a virtual acct. with TierOneHosts.
|
highstreetsex.com
are you still giving away scripts? |
I'm contacting some hosting companies.
As soon as I get one to work with me I will let you all know what we can do. Answers are slow, I think they are somewhat cautious about giving out too much information. But meanwhile, anyone hosting with ISPrime who emails me today will get a free script because it installs fine on their servers. Put "tubecgi isprime" in the email subject for quick response. |
Quote:
The simple solution should be to compile the script on one of their servers and then all their clients will use that version. For some reason this is taking time to setup. |
I uploaded it but don't see an install page or any directions... is there a page to install once its uploaded?
My domain where it will be installed.. www.tightworld.com |
Quote:
http://tubecgi.com/install.html BUT!!! If you have one of those $9 a month hosting accounts then hold off for a day because those accounts don't appear to have c++ libraries installed. I'm looking for a solution to that. |
any updates on how to get this thing to work?
|
Wow... I guess we can mark this off the list now.
|
Quote:
are you kidding me? |
I'm glad I'm not as retarded as you, fuckstick
|
darn, I wanted to try this out. I'll check beck for an updated version. I'd like to try it for free though once it's going :]
|
Quote:
The servers that I have tried to help people install on would not even compile a simple "hello world" script. Signup at Isprime.com on a freebsd server. Or wait until I re-write the entire thing in another language like perl or php and even then, if your host can't install the php and perl libraries then it still won't work. And when I say "libraries" I'm not talking about perl itself. I'm talking about the extrenal code libraries that allow cgi scripts to do things that the orginal language can't handle. If your host doesn't know the difference between perl and perl libraries(which are mostly written in "c") then get a new host, because your not going to run a very sophistcated site on that server. Here's a test for your server: put this code in a file named "hello.c": // start c++ program #include <cstdlib> #include <iostream> #include <fstream> #include <string> #include <cstdio> #include <Magick++.h> #include <string.h> #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <fcntl.h> #include <cerrno> #include <errno.h> #include <unistd.h> #include <stdlib.h> #include <arpa/inet.h> #include <dirent.h> #include <vector> #include <assert.h> #include <sys/stat.h> #include <algorithm> #include <time.h> using namespace std; using namespace Magick; int main() { cout << "content-type: text/html\n\n Hello!"; return 0; } // End c++ program Now upload to your cgi-bin and compile it using this command thru telnet g++ /yourpath/cgi-bin/hello.c -o hello `Magick++-config --cppflags --cxxflags --ldflags --libs` now run the hello program, if it works then I can compile the script on your server and install it. That script is nothing more than a "hello" script. The "#include<whatnot>" are c and c++ libraries. If your host has the wrong libraries installed for the server then it will compile but not run. If the wrong compiler is installed then it wont run. If imagemagick is not installed then it wont run. Your host has to know what kind of server they have and choose the correct version of compilers and libraries for that type of server or it will not work. If you get a freebsd server with isprime, then I'm betting it's going to work.:) |
Quote:
The script also needs to write accross your domains to manage all your sites. If you don't have a server that has partitioned accounts into "virtual private servers" then you can't do that and will have to install each new domain by hand. If you think setting your domain folder to 777 is a security risk then you need to get the fuck off that box. |
Quote:
I've avoided a lot of that by using sponsor hosted content. The load balance is split between sponsors. Of course there is the option not do that and each webaster will have to decided for themselves. But if they are getting a millions hits they wont have any financial barriers to expanding their web power. |
So no working version yet sortie? I am very interested being a guinea pig for your script!
|
Quote:
|
Quote:
|
Im not sure exactly what is going on here from the mixed responses that Ive read seems like things arent working out too well for the people that have signed up:(
Let me ask you this sortie....... From what Ive seen on this script it looks like youve kinda developed a more attractive TGP design here like instead of going to a normal TGP and then being sent to their tours you now just stay on your script and are shown the vid clips:thumbsup Sounds good to me Im sure the limits and possibilities are endless on what exactly one might be able to pull off but can you please just tell me. What do you get out of this? Does this script have any classification yet?(an nick name like tgp/tube)? Come on you can do it............ |
Quote:
It's a content manager, content finder(sort of since you have to give it a url), multi-site manager, multi-site builder, multi-site updater. You can run a tgp site with it and trade traffic or just have a video site with any design you can create with HTML etc... You can put your traffic trading script into the template and trade off thumbs and embed your topsite list on the page: What I'm getting out of this is exactly what happened here. I found out who can run the script as it is written. Instead of signup and paying different host to make the script work for most people, I just give people already hosted a free script to do the test. That saves me a few 100 maybe even thousands of dollars. What I found out is I can't rely on people having a fully packed webserver and now I'm trying to figure a way around that. |
Great post
|
Very interesting post
|
All times are GMT -7. The time now is 09:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123