<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027195" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027195</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162624</link>
    <description> &lt;p&gt;I&#039;ve had good experiences with Gallery. (&lt;a href=&quot;http://gallery.menalto.com/modules.php?op=modload&amp;amp;name=News&amp;amp;file=index&quot; class=&quot;bb-url&quot;&gt;http://gallery.menalto.com/modules.php?op=modload&amp;amp;name=News&amp;amp;file=index&lt;/a&gt;) It is 3rd party software, but once you&#039;ve configured it, it&#039;s pretty straight forward.&lt;/p&gt;
&lt;p&gt;Not sure if it would do exactly what you want to do, but it could at least come close. If you integrated it into something like PHP Nuke, it would be able to do that. I&#039;ve done that on &lt;a href=&quot;http://www.coolcollecting.com&quot; class=&quot;bb-url&quot;&gt;coolcollecting.com&lt;/a&gt;, though I don&#039;t let people have their own pages, just their own sections in Gallery.&lt;/p&gt;
 </description>
     <pubDate>Fri, 10 Dec 2004 13:17:55 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1162624 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162485</link>
    <description> &lt;p&gt;Do you currently use phpnuke, phpbb, or anything like that on your site?&lt;/p&gt;
&lt;p&gt;did you try hotscripts.com ?&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Dec 2004 10:45:35 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1162485 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162484</link>
    <description> &lt;p&gt;Hi there my host offers php4 I dont know if this is usefull or not? as I am not familiar with php yet but I feel I am about to learn.&lt;br /&gt;
I would appreciate any further advice anyone can offer.&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Dec 2004 09:54:24 +0000</pubDate>
 <dc:creator>karmaman</dc:creator>
 <guid isPermaLink="false">comment 1162484 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162201</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;andy206uk wrote:&lt;/strong&gt; Seriously? I&#039;ve never come across a host that doesn&#039;t allow the use of flat file databases. I mean... how can they stop you reading a text file? It&#039;s one of the basics of programming it would be daft to prevent it!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; They monitor resource usage. Not only to flatfiles get large, but they can take a lot of proc time to handle. This doesn&#039;t go unnoticed. I&#039;ve known one host to make a backup of the db, delete the original and email the web site owner... I guess other hosts work similarly ?&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Dec 2004 01:38:14 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1162201 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162191</link>
    <description> &lt;p&gt;It&#039;s a resource hog, most web hosts have a mention in their FAQ&#039;s saying no text based databases.&lt;br /&gt;
reading and writing to a file is different to running a site from file/s&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Dec 2004 22:43:39 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1162191 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162174</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; Most hosts don&#039;t allow text based databases so you need to find out what your host has on offer - &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Seriously? I&#039;ve never come across a host that doesn&#039;t allow the use of flat file databases. I mean... how can they stop you reading a text file? It&#039;s one of the basics of programming it would be daft to prevent it!&lt;/p&gt;
 </description>
     <pubDate>Wed, 01 Dec 2004 11:55:35 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1162174 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162125</link>
    <description> &lt;p&gt;Most hosts don&#039;t allow text based databases so you need to find out what your host has on offer - ASP, Coldfusion, PHP etc and the databases MySQL, MSSQL etc&lt;/p&gt;
&lt;p&gt;If your host allows PHP/MySQL places like hotscripts.com offers lots of ready made scripts or there are plenty of tutorial sites out there - depending on the (server side) language your host supports.&lt;/p&gt;
&lt;p&gt;The script itself, is something like&lt;br /&gt;
get members to register&lt;br /&gt;
when signed in,&lt;br /&gt;
- allow to upload/delete images&lt;br /&gt;
- allow to order images&lt;/p&gt;
&lt;p&gt;You may not (but you never know) find a script that meets all your needs, i.e. ordering the images, but shouldn&#039;t be hard to adjust somethign to suit.&lt;/p&gt;
&lt;p&gt;Letus know what your host supports and we should be able to help you some more&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Nov 2004 21:24:53 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1162125 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162113</link>
    <description> &lt;p&gt;cheers busy is there some where I can learn more about this cos I am sure its not as simple as it sounds?&lt;/p&gt;
 </description>
     <pubDate>Tue, 30 Nov 2004 09:39:27 +0000</pubDate>
 <dc:creator>karmaman</dc:creator>
 <guid isPermaLink="false">comment 1162113 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-can-i-let-users-upload-my-site#comment-1162056</link>
    <description> &lt;p&gt;A database (to store the details) and HTML forms (to upload from) is all you need&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Nov 2004 03:03:31 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1162056 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
