Jump to content

StreamMe

Members
  • Posts

    35
  • Joined

  • Last visited

    Never

Everything posted by StreamMe

  1. This example works, but it tells firefox to check the "open in sidebar" option when adding the bookmark. What is the way to add a regular bookmark that opens in the regular browser window? function bookmark(title,url){ if (window.sidebar) // firefox window.sidebar.addPanel(title, url, ""); else if(window.opera && window.print){ // opera var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); } else if(document.all)// ie window.external.AddFavorite(url, title); }
  2. Consider this solved thanks to a better method - for your reference: http://www.hollowearth.co.uk/tech/php/email_attachments.php Worked perfect - no hassles
  3. Im using phpmailer to send a msg and attachment, however, with this attachment code when i load it in the browser it opens a blank php file named the same as the file im running. What does this mean? The php file and the attachment is chmod 777, they are all members of the same user and same group on Fedora Core 4 anyone have a clue?
  4. I just found it difficult to understand how you did not see the search bar, categories or tags. My bad. I wasnt really trying to "defend my opinion", I just figured anyone that could not even notice search bar, categories or tags, to the point of declaring that they are not existent on the site must not have gone to the site at all .. but overall but I think you're right about making sites for stupid people, ill one-up you and try to design it for stupid BLIND people ! lol. But you're right I spent 23982938 hours coding this so I know where everything is within 1 second. Ill consider making visual changes to the header. Thanks for your feedback, and I did not mean to push your button. I don't need anyones feedback on monetization, but thank you for the website critiques. If you want to believe that veoh, metacafe, youtube, dailymotion, and every other video sharing site operate at a huge loss every month until the end of time, be my guest - and spread the word. If making a video site is just a money pit and nothing more, then don't make one. (no this is not meant to imply I am raking in billions every month)
  5. Also - if you recall youtube went a long period of time not running any advertisements.
  6. I am hosting and converting all of these videos server-side.
  7. You did not visit the site if you say it has no categories or search. Its in the typical spot at the top very easy to see. I dont see how you missed that, the tags or the organization. lol. I don't mean to be snappy, but if people are not going to view a site, then do not try to critique it. Im glad everyone thinks this is a money losing business and BTW I am losing thousands every month, you really should not try to run a video site, spread the word.
  8. To count from 0-9 instead of 1-10, Reading, writing, typing, computers, internet, U.S. constitution, firm skepticism of government, news media, religion and brainwashed peers. The most important skill someone can have is the skill which enables a person to pick a topic and learn it or get a job and keep it, persistence. The most important things I've learned contradict what a politically correct society would like to believe. And I would pass these things on: 0) Being patriotic does not mean chanting at a flag, agreeing with the president, or being blissfully ignorant. 1) The government, news media, and religion are full of lies and should never be trusted completely under any circumstances. 2) Weak people rely on the most common forms of government, news media and religion and concepts thereof to deal with complex problems or ideas. 3) Most people have no clue what is going on, what they want to do, or what they are talking about. 4) People that don't speak up get walked on or ignored completely. That being said, I don't think Ill have kids, since teaching the U.S. constitution (right wing extremism) and skepticism of government would probably be viewed as terrorist training in todays America.
  9. You've never felt bad for not going back to get your diploma? I've always felt I need to atleast finish college. What is there to feel bad about? Not fitting into societies go to school propaganda? I started buying and selling construction equipment online, filling bids for Halliburton, NASA and the Lebanese Army when I was 19 years old when my friends were starting their first or second year of extended high-school general education Jr college. After having a fallout with the owner (this is when I learned the value of having a contract) of that company I went on and started a top ranking wholesale mortgage site specifically for subprime loans (when subprime was lucrative) and before the bottom fell out of that I was managing 7 account executives and feeding everyone with the website. That site wasnt even dynamic it was just SEO/HTML and some custom graphics. What can I feel bad about when Im the one thats living? I feel bad for everyone that bought into the big lie.
  10. I put the constitution there as a public service, too many people love it but have no idea what it says. How is the video description area boring? Its not a video search engine, right now its a video sharing site, eventually to host live feeds as well as recorded.
  11. Ive successfully ranked sites with 'link schemes'. Even low quality votes are votes, results speak louder than rumors, im still going to work on these 'link schemes'. It'd be a bad idea to link back to these sites, but to get your link on them cannot be bad.
  12. Im totally new to postgresql - I cant for the life of me figure out how to import a sql file that I generated as a backup in PGAdmin III. Help! Is there a way to do it with phppgadmin? I know it sounds simple, but I dont see any way to do it, and googlin has turned up nothing of value.
  13. http://StreamMe.TV Been working on it for months learning php, mysql xajax, linux and all kinds of crap along the way. The user section is a little underdeveloped, but I wanna get some feed back as to the overall look and feel and stuff
  14. SEO is importan, and if you are familiar with SEO, you know tht link building is the most important part, there is a new site that makes it easy to submit to decent PR sites http://www.onewayseolinks.com/click?id=23420468 and if you do 3 referrals like im trying to get, it lets you submit to higher PR directories. Cool freebie
  15. ive given up on this two table issue as its just....a pain lets try 1 table SELECT distinct user_id,* FROM video GROUP BY SUM(rating_total_points) DESC What am I doing wrong here? - keep in mind there are several videos so the order its like 1)sum all the rating_total_points by user_id 2)order user_id by total desc Im sure this is really simple but ive spent too many hours on it now im just frazzled
  16. Using mysql 5 Im trying to order the top 10 users (table1) by a total points(table2) 1 user may have multiple items with points, so it would have to SUM all the points for each user. can someone give me a lead in on this?
  17. RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([_A-Za-z0-9-]+)/v/?$ /stream/flvplayer.swf?file=http://streamme.tv/uploads/$1.flv&image=http://streamme.tv/uploads/thumbs/$1.jpg&id=&backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0x00FF00&screencolor=0x999999&logo=http://streamme.tv/sm.png&rotatetime=5&recommendations=http://streamme.tv/rec.php&link=http://www.streamme.tv/stream.php?vid=$1&linktarget=_blank&thumbsinplaylist=false&autostart=true [L] RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([_A-Za-z0-9-]+)/?$ /profile.php?redir=$1 [L] This gives me the flvplayer.swf, however it seems none of the parameters are being passed. I included two rewrites, the first one is the one I have a problem with, the second works perfectly as usual. Can anyone see how this is not working? im not super good with the mod_rewrite.
  18. Have you ever heard of "No Child Left Behind" ? lol It is a weird question I've never been asked for my non-existent High School Diploma
  19. This is how I learned PHP and MySQL without reading a book, just utilizing 2 screens very quickly. My only prior knowledge of programming was web design for several years and Qbasic back when I was like 13-14. Leigh McKay and Johnathan Sampson have excellent video tutorials offered for free on their sites. They operate their sites by taking donations. http://phpvideotutorials.com <-- wow sweet, looks like Leigh has been working a bit on the site and now sells advanced lessons as well. http://sampsonresume.com
  20. I use wine (to run windows programs) and Dreamweaver 8 (had to be and PHP designer 2007 (had to be 2007) If I didnt use those versions, it wouldnt work right away...which can take hours etc etc.
  21. Hi, doing some work for a friend, dealing with a lead generation co called LeadPoint. I know I have to use a SERVER POST rather than the FORM POST in order to keep information in my database, as well as posting to lead point, however, I dont know how to do a SERVER POST if it is any different from a FORM POST. what the dealio?
  22. Im using a lightloader uploader and upload.cgi and just having mad errors for several days, i feel like ive tried everything, need help. I had this working on xilahosting's servers, now I have a dedicated one at 1and1, and this is the only serverside issue im really having right now. Perl Version: 5.8.8 // PHP 5 // Fedora Core 6 Linux All CHMOD is 755 All files were uploaded ASCII Permissions and group for all public files, including CGI-BIN files and directory is smtv:psaserv Running upload.cgi in shell: perl -cw upload.cgi Name "main::file_upload" used only once: possible typo at upload.cgi line 194. Name "main::content_type" used only once: possible typo at upload.cgi line 84. upload.cgi syntax OK Server Error Log: Name "main::file_upload" used only once: possible typo at upload.cgi line 194., referer: http://site/lightloader/uploadvid.php Name "main::content_type" used only once: possible typo at upload.cgi line 84., referer: http://site/lightloader/uploadvid.php Premature end of script headers: upload.cgi, referer: http://site/lightloader/uploadvid.php Suexec log repeats cmd: upload.cgi Entire upload.cgi script #!/usr/bin/perl -w # PHP File Uploader with progress bar Version 2.1 # Copyright (C) Raditha Dissanyake 2003 # http://www.raditha.com # Changed for use with AJAX by Tomas Larsson # http://tomas.epineer.se/ # Extensive modifications for use with JSON by # Jeremy Nicoll # http://www.SeeMySites.net # Licence: # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under this License is distributed on an "AS # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # # The Initial Developer of the Original Code is Raditha Dissanayake. # Portions created by Raditha are Copyright (C) 2003 # Raditha Dissanayake. All Rights Reserved. # # CHANGES: # As of version 1.00 cookies were abolished! # as of version 1.02 stdin is no longer set to non blocking. # 1.40 - POST is no longer required and processing is more efficient. # Please refer online docs for details. # 1.42 - The temporary locations were changed, to make it easier to # clean up afterwards. # 1.45. # Changed the way in which the file list is passed to the php handler # 2.0 (2006-03-12) (Tomas Larsson) # Changed to work better with AJAX. This meant improved error handling # and no forwarding to php page after successful upload. Also moved settings # in to this file. # 2.1 (2006-05-03) (Jeremy Nicoll) # Modified file even for better error handling, and to remove files if they are already # present. This prevents problems with corrupted uploads. Code removed that would output # JavaScript straight to the browser, as this is done via the PHP upload listener anyway # and only caused problems. # 2.1.1 (2006-12-5) (Jeremy Nicoll # Add binary mode for the Windows users ############# # SETTINGS! # ############# $max_upload = 104857600; # Set this to whatever you feel suitable for you. $tmp_dir ="../lightloader/tempfiles"; # If you change this you need to change it in filestatus.php too. # Also, on *nix systems you may have to set the folder permissions # to 777 in order to get this script to work properly. ############# # /SETTINGS # ############# use CGI; use Fcntl qw(:DEFAULT :flock); use File::Temp qw/ tempfile tempdir /; #use Carp; @qstring=split(/&/,$ENV{'QUERY_STRING'}); @p1 = split(/=/,$qstring[0]); $sessionid = $p1[1]; $sessionid =~ s/[^a-zA-Z0-9]//g; # sanitized as suggested by Terrence Johnson. # don't change the next few lines unless you have a very good reason to. $post_data_file = "$tmp_dir/$sessionid"."_postdata"; $monitor_file = "$tmp_dir/$sessionid"."_flength"; $error_file = "$tmp_dir/$sessionid"."_err"; $signal_file = "$tmp_dir/$sessionid"."_signal"; $qstring_file = "$tmp_dir/$sessionid"."_qstring"; #require("./header.cgi"); #carp "$post_data_file and $monitor_file"; $content_type = $ENV{'CONTENT_TYPE'}; $len = $ENV{'CONTENT_LENGTH'}; $bRead=0; $|=1; sub bye_bye { $mes = shift; # Try to open error file to output message too $err_ok = open (ERRFILE,">", $error_file); if($err_ok) { print ERRFILE $mes; #write message to file, so can be read from fileprogress.php close (ERRFILE); } exit; } # see if we are within the allowed limit. if($len > $max_upload) { close (STDIN); bye_bye("The maximum upload size has been exceeded"); } # # The thing to watch out for is file locking. Only # one thread may open a file for writing at any given time. # if (-e "$post_data_file") { unlink("$post_data_file"); } if (-e "$monitor_file") { unlink("$monitor_file"); } if (-e "$error_file") { unlink("$error_file"); } sysopen(FH, $monitor_file, O_RDWR | O_CREAT) or &bye_bye ("cannot open numfile: $!"); # autoflush FH $ofh = select(FH); $| = 1; select ($ofh); flock(FH, LOCK_EX) or &bye_bye ("Cannot write-lock numfile: $!"); seek(FH, 0, 0) or &bye_bye ("cannot rewind numfile : $!"); print FH $len; close(FH); sleep(1); open(TMP,">","$post_data_file") or &bye_bye ("cannot open temp file"); binmode TMP, ':raw'; # # read and store the raw post data on a temporary file so that we can # pass it though to a CGI instance later on. # my $i=0; $ofh = select(TMP); $| = 1; select ($ofh); while (read (STDIN ,$LINE, 4096) && $bRead < $len ) { $bRead += length $LINE; #select(undef, undef, undef,0.35); # sleep for 0.35 of a second. # Many thanx to Patrick Knoell who came up with the optimized value for # the duration of the sleep $i++; print TMP $LINE; } close (TMP); # # We don't want to decode the post data ourselves. That's like # reinventing the wheel. If we handle the post data with the perl # CGI module that means the PHP script does not get access to the # files, but there is a way around this. # # We can ask the CGI module to save the files, then we can pass # these filenames to the PHP script. In other words instead of # giving the raw post data (which contains the 'bodies' of the # files), we just send a list of file names. # open(STDIN,"$post_data_file") or &bye_bye("cannot open temp file"); my $cg = new CGI(); my $qstring=""; my %vars = $cg->Vars; my $j=0; while(($key,$value) = each %vars) { $file_upload = $cg->param($key); if(defined $value && $value ne '') { my $fh = $cg->upload($key); if(defined $fh) { #carp $fh; ($tmp_fh, $tmp_filename) = tempfile(); while(<$fh>) { print $tmp_fh $_; } close($tmp_fh); $fsize =(-s $fh); $fh =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg; $tmp_filename =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg; $qstring .= "file[name][$j]=$fh&file[size][$j]=$fsize&"; $qstring .= "file[tmp_name][$j]=$tmp_filename&"; $j++; } else { $value =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg; $qstring .= "$key=$value&" ; } } } open (SIGNAL,">", $signal_file) or &bye_bye ("cannot open signal file"); print SIGNAL "\n"; close (SIGNAL); open (QSTR,">", "$qstring_file") or &bye_bye ("cannot open output file"); print QSTR $qstring; close (QSTR); print "<html></html>";
  23. Does anyone know how to detect, test enable or install the "Javascript Application Environment" so I can run server-side javascript(ssjs) on my dedicated server? I don't even know if it isnt running, but im pretty sure its not.
  24. Do I need to install anything to make serverside-javascript ssjs work on a fresh Fedora Core 6 installation? Is there a command like phpinfo() that would show me that such a scripting engine is running or working properly?
  25. Do I need to install anything to make serverside-javascript ssjs work on a fresh Fedora Core 6 installation? Is there a command like phpinfo() that would show me that such a scripting engine is running or working properly?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.