Jump to content

openmp3

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by openmp3

  1. Now the next issue:

     

    I bought a domain: www.dirmp3.net

     

    Now everything works, even shinyer then version on heliohost. (Matching words in bold, using google custom search, with "unlimited" domains to exclude (rappidshare etc))

     

    But

     

    For google adSense I need to agree to this:

    "I will not place ads on sites involved in the distribution of copyrighted materials."

     

    In fact...the mp3's distributed with this script are probably copyrighted...

     

    Any suggestions?

    Anybody had succes with other add services?

     

    Regs

  2. Thanks, that would probably be it then.

     

    The server (and your site) should be able to handle WAY more than 4 connections at once. I think your problem is like everybody elses (including me) and that's server resource abuse. Hopefully djbob is weeding out these people every day.

     

    btw, I went to your site several times right before I made this post and never got an error or had any problem loading your page what so ever.

     

  3. Hi,

     

    I'm using 4 frames in my index and there is a big chance one of the 4 will return an "Internal Server Error" when opening the page at first. Might this be because the server detects too many connections at the same time?

     

    I don't want to argue about the fact that I AM using frames, I have my own, well considered opinion in this.

     

    Thanks

  4. Moved from Java Requests

     

    Welcome to Heliohost and please try to post in the correct forum next time. :)

    Welcome to helionet/heliohost! Good luck with your website :)

     

    EDIT: Why does everyone seem to post hellos in the java request section?

     

    Maybe something to do with "Hello world"?

  5. you shouldn't be wasting your time on get paid too ... better yet build a good website and get income trough ads $ marketing

    Do you have experience with this?

     

    I was thinking of registering for a host at 1and1.com where you get a $25 dollar google add voucher. I like the textual "Adds by Google", they don't attract too much attention...but when I would place them on my site...I'm wondering....would people click on it?

     

  6. Hi there,

     

    Due to not logging in on cPanel in time my account got deleted, but I've registered again. I made some drastic changes as well. First of all the user interface, having the visited links in a slight darker color makes it a lot easier to remember which links obviously didn't work.

     

    Next to that a piece of code which registers when a file link is right-clicked in the player, this would mean it is a real mp3 because the user wants to store it. These links are listed for other users who might be interested.

     

    Future features:

    - Check if links are really an mp3

    - First browse trough list of known mp3s

    - Flash player

     

    Enjoy! O...and tell your friends if you like it :)

    openmp3.heliohost.org

    Please read the disclaimer for legal info

  7. Byron:

    It is maybe not a robot crawling deep trough websites to index them and find new links, but it does crawl trough the search results of google looking for matching lines. Since open directories are often so big, this is a lot easier. With the build-in player the issue of pop-ups etc. is eliminated.

     

    Suika:

    Thanks!

     

    What happened to the pirate bay was one of the reasons why I questioned this. It's a bit hard of course, but I reckon the pirate bay wasn't really a criminal site. Like you said, it didn't host files, well torrents, but that is nothing more than a textfile containing the tracker(s).

     

  8. Thanks for demonstrating that, and you're right, it just works. The thing was that my script didn't give me the results I hoped for because of the following reason:

     

    Google

    Your client does not have permission to get URL /search?filter=0&hl=en&num=1&start=0&q=%22Simon%20and%20Garfunkel%22%20-%20%22Boxer%22 from this server. (Client IP address: *.*.*.* (no worries djbob))

     

    I'll have to find another workaround for this one.

     

    Thanks for the support Byron!

  9. I'm sure that would work since that is local. Maybe I should have been more specific with "url". I ment an external URL, like

    www.google.com/search?filter=0&hl=en&num=50&start=0&q=asdf

     

    On my local webserver this works, but not on heliohost (yet)

     

    file_put_contents and file_get_contents are taking the place of fopen and fwrite. There's no difference in the amount of time, not that I've noticed.

    PHP.net: fopen

    fopen() binds a named resource, specified by filename , to a stream.

    After this you can read the stream line by line with fgets() and execute code accordingly. This is diferent from

    PHP.net: file_get_contents

    Reads entire file into a string

    where you have to walk trough your output string after the complete page was downloaded. Especially with huge open directories (which I also want to open) this takes way more time, believe me.

     

    Thanks a lot for the effort of trying though! Could you try an external link for me?

  10. Hello,

     

    On the features page of heliohost's php hosting the following is stated:

     

    - We don't allow users to access files outside their allocated disk space. The security risk is pretty obvious here.

     

    I understand the security risk in terms of being able to access other users' files, but I believe this is the reason why I cannot open url with fopen. As alternative I could use the curl library, but this has the disadvantage that first the complete html page needs to be loaded before you can read the information.

     

    Is there something to do about this?

     

    Kind regards,

    opensoftwaredev

×
×
  • Create New...