Jump to content

StreamMe

Members
  • Posts

    35
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

StreamMe's Achievements

Member

Member (2/5)

0

Reputation

  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
×
×
  • 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.