fflandrath53
New Member
- Messages
- 42
- Reaction score
- 0
- Points
- 0
Hi everyone, my name is Floyd and I'm a new member of x10Hosting.
I'm developing an application called Roller~Poster, a content aggregator and bookmark service. After carefully reading the TOS and several posts in this forum I have a couple questions:
My app (not fully functional yet) creates what I call enhanced bookmarks which includes the following fields:
When a user enters the bookmark Url, Roller~Poster attempts to open the site and scan it for the Title, Description, and possible Images to be used in the bookmark. This scan requires a couple of php functions that some hosting companies disable or discourage use of. The functions are:
Also, I have accumulated several hundred small images that the user can select from and add to their bookmarks. I believe most of the images are in the public domain or otherwise available for public, non-profit use under Fair Use. I'm not a copyright expert, I think the use of these images is within the law, in this context. Nonetheless, I would appreciate an admin to please confirm, or educate me to the contrary, before I deploy them in Roller~Poster here at x10hosting.
Although I've only been here a few days I'm loving it so far. Great interface, cpanel, forum, load times, etc.
Thanks for your kind consideration
Floyd
I'm developing an application called Roller~Poster, a content aggregator and bookmark service. After carefully reading the TOS and several posts in this forum I have a couple questions:
My app (not fully functional yet) creates what I call enhanced bookmarks which includes the following fields:
- Title *
- Url *
- Description
- Image
- Related url
- Poster's name and email*
- Timestamp
When a user enters the bookmark Url, Roller~Poster attempts to open the site and scan it for the Title, Description, and possible Images to be used in the bookmark. This scan requires a couple of php functions that some hosting companies disable or discourage use of. The functions are:
- ini_set("allow_url_fopen", on)
- file_get_contents($url, false, $context)
Also, I have accumulated several hundred small images that the user can select from and add to their bookmarks. I believe most of the images are in the public domain or otherwise available for public, non-profit use under Fair Use. I'm not a copyright expert, I think the use of these images is within the law, in this context. Nonetheless, I would appreciate an admin to please confirm, or educate me to the contrary, before I deploy them in Roller~Poster here at x10hosting.
Although I've only been here a few days I'm loving it so far. Great interface, cpanel, forum, load times, etc.
Thanks for your kind consideration
Floyd