<P>
&nbsp; Greetings<BR>
thanks for your reponse. I'm an English teacher and this would be a real neat add-on. I know very little php, but you've given me enough<BR>
defining the problem. I'll see if I can figure it out.<BR>
re-v<BR>
<BR>
<BR>
On Mon, 29 Jan 2007 pmwiki-users-request@pmichaud.com wrote :<BR>
&gt;Send pmwiki-users mailing list submissions to<BR>
&gt; &nbsp; &nbsp; &nbsp;pmwiki-users@pmichaud.com<BR>
&gt;<BR>
&gt;To subscribe or unsubscribe via the World Wide Web, visit<BR>
&gt; &nbsp; &nbsp; &nbsp;http://www.pmichaud.com/mailman/listinfo/pmwiki-users<BR>
&gt;or, via email, send a message with subject or body 'help' to<BR>
&gt; &nbsp; &nbsp; &nbsp;pmwiki-users-request@pmichaud.com<BR>
&gt;<BR>
&gt;You can reach the person managing the list at<BR>
&gt; &nbsp; &nbsp; &nbsp;pmwiki-users-owner@pmichaud.com<BR>
&gt;<BR>
&gt;When replying, please edit your Subject line so it is more specific<BR>
&gt;than &quot;Re: Contents of pmwiki-users digest...&quot;<BR>
&gt;<BR>
&gt;<BR>
&gt;Today's Topics:<BR>
&gt;<BR>
&gt;&nbsp; &nbsp; 1. Re: Problem with ActionLog recipe (marc)<BR>
&gt;&nbsp; &nbsp; 2. Re: color history (marc)<BR>
&gt;&nbsp; &nbsp; 3. Re: PageList Project (marc)<BR>
&gt;&nbsp; &nbsp; 4. Please don't cross-post (was: JITS v.20070125 recipe<BR>
&gt;&nbsp; &nbsp; &nbsp;  released) (Patrick R. Michaud)<BR>
&gt;&nbsp; &nbsp; 5. Problem with $EnableDrafts and restoring old versions<BR>
&gt;&nbsp; &nbsp; &nbsp;  (Tobias Thelen)<BR>
&gt;&nbsp; &nbsp; 6. Re: web hosting questions / offtopic (Mark Trumpold)<BR>
&gt;&nbsp; &nbsp; 7. Re: web hosting questions / offtopic (DaveG)<BR>
&gt;&nbsp; &nbsp; 8. Re: web hosting questions / offtopic (Kathryn Andersen)<BR>
&gt;<BR>
&gt;<BR>
&gt;----------------------------------------------------------------------<BR>
&gt;<BR>
&gt;Message: 1<BR>
&gt;Date: Sun, 28 Jan 2007 18:00:56 -0000<BR>
&gt; From: marc &lt;gmane@auxbuss.com&gt;<BR>
&gt;Subject: Re: [pmwiki-users] Problem with ActionLog recipe<BR>
&gt;To: pmwiki-users@pmichaud.com<BR>
&gt;Message-ID: &lt;MPG.2026f4c9b3ab7b9e989a39@news.gmane.org&gt;<BR>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
&gt;<BR>
&gt;f.r.salomons said...<BR>
&gt; &gt; I have a problem with ActionLog recipe.<BR>
&gt; &gt; My website is intended for use by a restricted group only. Most pages<BR>
&gt; &gt; are restricted for viewing and editing. A while ago, I found out that<BR>
&gt; &gt; the ActionLog recipe is very useful for logging login/logout-actions by<BR>
&gt; &gt; members of the user group (see the thread &quot;Re: Recipe for making logging<BR>
&gt; &gt; succesful logins?&quot; some weeks ago). The ActionLog recipe makes it<BR>
&gt; &gt; possible to exclude logging simple actions like viewing or printing<BR>
&gt; &gt; pages. By excluding logging other actions as edit, diff, attr, etc, you<BR>
&gt; &gt; end up logging only login/logout actions.<BR>
&gt; &gt;<BR>
&gt; &gt; So far so good. Only recently, I discovered that only part of the logins<BR>
&gt; &gt; are being logged! When a user logs in ON the main page (through the<BR>
&gt; &gt; login box which I created in the sidebar), everything is fine. The same<BR>
&gt; &gt;&nbsp;  goes for logins, performed on another non-restricted page. However,<BR>
&gt; &gt; when a user is prompted to log in when he tries to reach a<BR>
&gt; &gt; for-users-only-page, the login is NOT logged by ActionLog.<BR>
&gt; &gt;<BR>
&gt; &gt; The difference seems to be that logins are only being recorded when<BR>
&gt; &gt; completed on a page for which the user already has enough rights. While<BR>
&gt; &gt; many users (I hope) are logging in simply by following a link to a<BR>
&gt; &gt; restricted page and then being - prompted for it - giving their<BR>
&gt; &gt; username/password, I would like to log that also.<BR>
&gt; &gt;<BR>
&gt; &gt; Any advice would be welcome!<BR>
&gt;<BR>
&gt;I also use a sidebar login. You will hit quite a few issues when<BR>
&gt;circumventing script assumptions based on the PmWiki default login<BR>
&gt;($AuthPromptFmt), some from the core.<BR>
&gt;<BR>
&gt;Better, imo, is to remove this altogether. (I can tell you how I do<BR>
&gt;this, should it be of interest.)<BR>
&gt;<BR>
&gt;I would prefer to see PmWikiAuth() 'fixed', so that login handlers can<BR>
&gt;be written that run to completion. Currently, PmWikiAuth forces an exit<BR>
&gt;(), thus aborting a custom login handler. (I have mentioned this to Pm,<BR>
&gt;so I'm sure that there are good reasons for leaving things as they are.<BR>
&gt;I understand that this would be a significant change.)<BR>
&gt;<BR>
&gt;Anyway, what happens is that $action is set to 'edit' or 'upload' or<BR>
&gt;whatever action triggered the login request by your user, and this is<BR>
&gt;what is used when the user fills in their user name and password to<BR>
&gt;login. If you have configured actionlog to only respond to action=login,<BR>
&gt;then it will not be triggered in these cases. Thus, the problem is not<BR>
&gt;with actionlog, since it is never invoked.<BR>
&gt;<BR>
&gt;Now, while I can see why Patrick did things this way, I think some of us<BR>
&gt;are operating ways not originally expected and this is causing an<BR>
&gt;increasing number of issues, so I would dearly love to see us sort it<BR>
&gt;out.<BR>
&gt;<BR>
&gt;--<BR>
&gt;Cheers,<BR>
&gt;Marc<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 2<BR>
&gt;Date: Sun, 28 Jan 2007 18:22:36 -0000<BR>
&gt; From: marc &lt;gmane@auxbuss.com&gt;<BR>
&gt;Subject: Re: [pmwiki-users] color history<BR>
&gt;To: pmwiki-users@pmichaud.com<BR>
&gt;Message-ID: &lt;MPG.2026f97e84786b67989a3a@news.gmane.org&gt;<BR>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
&gt;<BR>
&gt;mike reqavey said...<BR>
&gt; &gt;<BR>
&gt; &gt; I'd like to know if there is a skin that accentuates the<BR>
&gt; &gt; changes made to a page. Perhaps adding color to more readily show<BR>
&gt; &gt; different versions of the same page?&nbsp; When I look at the history of a<BR>
&gt; &gt; page I'd like to quickly see the changes, spelling, punctuation...&nbsp; An<BR>
&gt; &gt; example, in a paragraph, the author changes, a period to a question<BR>
&gt; &gt; mark, end point punctuation. When I view the history of the page I'd<BR>
&gt; &gt; like that change period/question mark accuentuated, perhaps by color ?<BR>
&gt;<BR>
&gt;Interesting idea.<BR>
&gt;<BR>
&gt;This isn't a skin-related issue, but one of the consequences of<BR>
&gt;action=diff. The handler for action=diff is, by default:<BR>
&gt;<BR>
&gt;&nbsp;  SDV($HandleActions['diff'], 'HandleDiff');<BR>
&gt;<BR>
&gt;(see pagerev.php).<BR>
&gt;<BR>
&gt;Thus, we can change the results of action=diff by setting in config.php,<BR>
&gt;say:<BR>
&gt;<BR>
&gt;&nbsp;  $HandleActions['diff'] = 'NewHandleDiff';<BR>
&gt;<BR>
&gt;and writing the function NewHandleDiff(). In fact, the bulk of the work<BR>
&gt;is in PrintDiff(), which is somewhat more complex ;-)<BR>
&gt;<BR>
&gt;Easily said, now all we need is someone to write the function.<BR>
&gt;<BR>
&gt;--<BR>
&gt;Cheers,<BR>
&gt;Marc<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 3<BR>
&gt;Date: Sun, 28 Jan 2007 18:32:29 -0000<BR>
&gt; From: marc &lt;gmane@auxbuss.com&gt;<BR>
&gt;Subject: Re: [pmwiki-users] PageList Project<BR>
&gt;To: pmwiki-users@pmichaud.com<BR>
&gt;Message-ID: &lt;MPG.2026fc9a8b30bd22989a3b@news.gmane.org&gt;<BR>
&gt;Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<BR>
&gt;<BR>
&gt;The Editor said...<BR>
&gt; &gt; On 1/21/07, marc &lt;gmane@auxbuss.com&gt; wrote:<BR>
&gt; &gt; &gt; The Editor said...<BR>
&gt; &gt; &gt; &gt; I really didn't like mailman's approach and ended up using a rather<BR>
&gt; &gt; &gt; &gt; creative system that makes it easier for an individual to take care of<BR>
&gt; &gt; &gt; &gt; their subscriptions.&nbsp; When they visit the newsletter mgmt site, it<BR>
&gt; &gt; &gt; &gt; asks them to simply enter an email address, and forwards them to an<BR>
&gt; &gt; &gt; &gt; authentication page.&nbsp; There, they enter&nbsp; simple passcode emailed them<BR>
&gt; &gt; &gt; &gt; (a random number) to verify ownership of the email.&nbsp; Once verified,<BR>
&gt; &gt; &gt; &gt; they are forwarded to a subscriptions page which dynamically shows all<BR>
&gt; &gt; &gt; &gt; current subscriptions, and lets them add or drop subscriptions at the<BR>
&gt; &gt; &gt; &gt; click of a button.&nbsp; Pass codes are only valid for 20 minutes and are<BR>
&gt; &gt; &gt; &gt; tied to specific emails. I think most users will find it much simpler<BR>
&gt; &gt; &gt; &gt; to use than mailman. Let me know if anyone sees any problems in this<BR>
&gt; &gt; &gt; &gt; setup.<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; IME, you might hit a problem with this. Sometimes emails become stuck in<BR>
&gt; &gt; &gt; the system, for a variety of reasons, so time limiting an update code<BR>
&gt; &gt; &gt; will mean folk having to repeat the process, possibly more than once.<BR>
&gt; &gt; &gt; That kind of event can drive folk away.<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; An alternative approach is to email the update details as parameters to<BR>
&gt; &gt; &gt; a URL and embed this in an email. The user then only has to click the<BR>
&gt; &gt; &gt; link to update their details. Something like:<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; http://www.example.com/Site/ChangeEmailConfirmation?hash=<BR>
&gt; &gt; &gt; 0e8fc8eafd8506101171031c52d6502b&amp;email=fred%40spammaster.com<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; (Generate the hash by something like:<BR>
&gt; &gt; &gt;&nbsp; &nbsp; $hash = md5($newemail.$hiddenHash);)<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; This method never times out.<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; Thanks for the idea Marc.<BR>
&gt;<BR>
&gt;It's not my idea :-) This is standard procedure for this kind of update.<BR>
&gt;Been going on for millions of years.<BR>
&gt;<BR>
&gt; &gt; I don't know much about this hash idea, and<BR>
&gt; &gt; will read up on it a bit and see what I can come up with.&nbsp; Though I<BR>
&gt; &gt; must admit, I'm not so sure I like the idea of them never timing<BR>
&gt; &gt; out...<BR>
&gt;<BR>
&gt;Why? I know it's an obvious question, but better to ask why you believe<BR>
&gt;a time limit is necessary; what purpose does is fulfill?<BR>
&gt;<BR>
&gt;What you have is the user's email address stored somewhere - PmWiki page<BR>
&gt;or database. The user decides to change their email, so you create a<BR>
&gt;hash based on the new email and a secret string - something like:<BR>
&gt;<BR>
&gt;&nbsp; &nbsp;  $hash = md5($newemail.$hidden_hash_var);<BR>
&gt;<BR>
&gt;- and email it back to their original email address<BR>
&gt;<BR>
&gt;&nbsp; &nbsp;  $returnlink = &quot;http://www.example.com/Site/ChangeEmailConfirm&quot;;<BR>
&gt;&nbsp; &nbsp;  $mail-&gt;Body = &quot;\nFollow this link to confirm your email change:\n&quot;.<BR>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;$returnlink?hash=$hash&quot;.<BR>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&amp;email=&quot;.urlencode($newemail);<BR>
&gt;<BR>
&gt;There are many ways to handle the reply. I choose to store the hash with<BR>
&gt;the user's details, then find the stored hash on the db:<BR>
&gt;<BR>
&gt;&nbsp; &nbsp;  $member-&gt;load(&quot;confirmHash='$hash'&quot;)<BR>
&gt;<BR>
&gt;Next, I check that the dude hasn't got lucky with his hash by<BR>
&gt;recalculating it from the found record and comparing it (rehashing it)<BR>
&gt;with the incoming email. You could, if you wish, include the member id<BR>
&gt;in the email, and avoid any db save at all. Many ways.<BR>
&gt;<BR>
&gt; &gt; As for the 20 minutes setting, that's just a configurable option that<BR>
&gt; &gt; can be set to anything.&nbsp; Could just as easily set it for the big 86400<BR>
&gt; &gt; seconds or whatever.<BR>
&gt;<BR>
&gt;But in doing so you've added an admin task and created an additional<BR>
&gt;maintenance task. These are things companies spend a lot of money trying<BR>
&gt;to eradicate, so better to avoid them from the outset ;-)<BR>
&gt;<BR>
&gt;--<BR>
&gt;Cheers,<BR>
&gt;Marc<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 4<BR>
&gt;Date: Sun, 28 Jan 2007 12:45:28 -0600<BR>
&gt; From: &quot;Patrick R. Michaud&quot; &lt;pmichaud@pobox.com&gt;<BR>
&gt;Subject: [pmwiki-users] Please don't cross-post (was: JITS v.20070125<BR>
&gt; &nbsp; &nbsp; &nbsp;recipe&nbsp; &nbsp; &nbsp;released)<BR>
&gt;To: Jiri Hlad?vka / OBUTEX &lt;admin@obutex.com&gt;<BR>
&gt;Cc: PmWiki Users &lt;pmwiki-users@pmichaud.com&gt;<BR>
&gt;Message-ID: &lt;20070128184528.GA30055@host.pmichaud.com&gt;<BR>
&gt;Content-Type: text/plain; charset=utf-8<BR>
&gt;<BR>
&gt;On Fri, Jan 26, 2007 at 03:16:50PM +0100, Jiri Hlad?vka / OBUTEX wrote:<BR>
&gt; &gt; (this mail was already sent to pmwiki-users@pmichaud.com and<BR>
&gt; &gt; pmwiki-devel@pmichaud.com<BR>
&gt; &gt; but it seems it was not delivered to pmwiki-users@pmichaud.com so<BR>
&gt; &gt; resending again.<BR>
&gt; &gt; Sorry if you receive it twice.)<BR>
&gt;<BR>
&gt;This is a good place for me to remind people to not cross-post<BR>
&gt;messages between pmwiki-devel and pmwiki-users.&nbsp; Pick one list<BR>
&gt;or the other, and if you aren't sure which one it belongs to,<BR>
&gt;then it goes to pmwiki-users.<BR>
&gt;<BR>
&gt;Also, since pmwiki-users has a lot more subscribers than<BR>
&gt;pmwiki-devel, it takes longer for it to process messages<BR>
&gt;(which explains why it seemed as though pmwiki-users didn't<BR>
&gt;receive it).<BR>
&gt;<BR>
&gt;If it's important to get a message out to lots of people,<BR>
&gt;then the message can be posted to pmwiki-announce as well<BR>
&gt;(pmwiki-announce is moderated, but I'll generally approve<BR>
&gt;announcements).<BR>
&gt;<BR>
&gt;I may configure the lists so that cross-posted messages are<BR>
&gt;automatically rejected.<BR>
&gt;<BR>
&gt;Pm<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 5<BR>
&gt;Date: Sun, 28 Jan 2007 19:53:08 +0100<BR>
&gt; From: Tobias Thelen &lt;tobias.thelen@uni-osnabrueck.de&gt;<BR>
&gt;Subject: [pmwiki-users] Problem with $EnableDrafts and restoring old<BR>
&gt; &nbsp; &nbsp; &nbsp;versions<BR>
&gt;To: pmwiki-users@pmichaud.com<BR>
&gt;Message-ID: &lt;45BCF114.2090606@uni-osnabrueck.de&gt;<BR>
&gt;Content-Type: text/plain; charset=ISO-8859-15<BR>
&gt;<BR>
&gt;Hello,<BR>
&gt;<BR>
&gt;I'm using the draft capability in version 2.1.27 and encountered a<BR>
&gt;problem today:<BR>
&gt;<BR>
&gt;If a draft version of a page exists, trying to restore an older version<BR>
&gt;of the (original, non-draft) page from the action=diff view leads to an<BR>
&gt;unexpected behaviour. A preview of the version to be restored comes up<BR>
&gt;in an edit form but it's not the expected older version but the current<BR>
&gt;draft version.<BR>
&gt;<BR>
&gt;This seems to happen because the EditDraft handler always redirects to<BR>
&gt;the draft version (and additionally abolishes all extra arguments to<BR>
&gt;action=edit). To me, it appears that restoring older versions of a page<BR>
&gt;does not work as long as a draft version exists. Did I miss something (a<BR>
&gt;config option perhaps)? Is this a feature?<BR>
&gt;<BR>
&gt;Regards,<BR>
&gt;Tobias<BR>
&gt;<BR>
&gt;--<BR>
&gt;---------------------------------------------<BR>
&gt;Tobias Thelen&nbsp; &nbsp; &nbsp;  tthelen@uni-osnabrueck.de<BR>
&gt;Zentrum virtUOS&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tel. 0541/969-6502<BR>
&gt;Zentrum&nbsp; zur&nbsp; Unterst?tzung&nbsp; virtueller Lehre<BR>
&gt;--&nbsp; http:// www.virtuos.uni-osnabrueck.de&nbsp; --<BR>
&gt;Stud.IP-Anfragen bitte an kursmanager@uos.de!<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 6<BR>
&gt;Date: Sun, 28 Jan 2007 21:27:35 +0200<BR>
&gt; From: Mark Trumpold &lt;mark@ruthtrumpold.id.au&gt;<BR>
&gt;Subject: Re: [pmwiki-users] web hosting questions / offtopic<BR>
&gt;To: Russ Fink &lt;russfink@hotmail.com&gt;,&nbsp; &nbsp; &nbsp;&lt;pmwiki-users@pmichaud.com&gt;<BR>
&gt;Message-ID: &lt;C1E2C5C7.C215%mark@ruthtrumpold.id.au&gt;<BR>
&gt;Content-Type: text/plain;&nbsp; &nbsp; &nbsp;charset=&quot;US-ASCII&quot;<BR>
&gt;<BR>
&gt;I sympathise<BR>
&gt;<BR>
&gt;I went through similar situations as I use mine for education purposes with<BR>
&gt;my high school.<BR>
&gt;<BR>
&gt;The one I transferred to (just two weeks ago) was http://www.dot5hosting.com<BR>
&gt;they're cheap and offer a bunch of stuff. It linux not windows and already I<BR>
&gt;have found a difference.<BR>
&gt;<BR>
&gt;Anyway .. I used these guys to help decide on a new host<BR>
&gt;http://www-thehostingchart.com/<BR>
&gt;<BR>
&gt;Have a look and good luck<BR>
&gt;<BR>
&gt;Mark<BR>
&gt;<BR>
&gt;<BR>
&gt;On 28/1/07 5:26 PM, &quot;Russ Fink&quot; &lt;russfink@hotmail.com&gt; wrote:<BR>
&gt;<BR>
&gt; &gt; Hello,<BR>
&gt; &gt;<BR>
&gt; &gt; My sincere apologies for going off-topic, but in order to provide the<BR>
&gt; &gt; superior interactive user experience as compared to &quot;flash sites&quot; or flat<BR>
&gt; &gt; pages, the PmWiki software has some requirements that other software might<BR>
&gt; &gt; not, and so I would like to solicit your experiences.<BR>
&gt; &gt;<BR>
&gt; &gt; This past week, my wife purchased a business and premiered a website at the<BR>
&gt; &gt; same time on one of these lower cost (not bargain) hosting providers.&nbsp; I<BR>
&gt; &gt; signed up because the site looked good, it had guarantees, live chat<BR>
&gt; &gt; support, a ticket system, and offered high bandwidth.<BR>
&gt; &gt;<BR>
&gt; &gt; Since then, the site has been down - an outage in excess of 15 minutes per<BR>
&gt; &gt; incident - on at least 3 occasions in the past 3 days.&nbsp; Not very good when<BR>
&gt; &gt; you're trying to build wiki content.&nbsp; Yesterday, for instance, the techs<BR>
&gt; &gt; said that they were going through a data center migration, and that all the<BR>
&gt; &gt; work was done - but then at noon, the site was down again for a half hour.<BR>
&gt; &gt; When it hasn't been down, it's been slow.&nbsp; This causes things like the<BR>
&gt; &gt; PmWiki default skin, which uses tables, to pop up the sidebar full-width<BR>
&gt; &gt; until the main page loads in, causing at best user confusion.<BR>
&gt; &gt;<BR>
&gt; &gt; The site I'm running is informational, and it's low bandwidth.&nbsp; I'm using<BR>
&gt; &gt; the CMS-like, AuthUser, and google maps recipies, and I'm highly pleased<BR>
&gt; &gt; with the results; I have certain users as editors, they get to see certain<BR>
&gt; &gt; screens that the normal visitors do not need to see, edits are properly<BR>
&gt; &gt; locked down, and even RSS feeds (though the owner doesn't want this) are<BR>
&gt; &gt; properly constrained.<BR>
&gt; &gt;<BR>
&gt; &gt; Can someone please point me to a reputable provider that offers the kinds of<BR>
&gt; &gt; things PmWiki needs - I'm still tweaking the CSS and would like to have SSH<BR>
&gt; &gt; access, and also I'm using some rewrite recipe so I'd like .htaccess as<BR>
&gt; &gt; well.&nbsp; I don't want to resort to virtual servers.&nbsp; (I read Patrick's thread<BR>
&gt; &gt; from 2005 when he went to apollo hosting, but the lower end plans from<BR>
&gt; &gt; apollo are somewhat spartan.)<BR>
&gt; &gt;<BR>
&gt; &gt; Also, for performance, am I better off seeking providers that offer low<BR>
&gt; &gt; bandwidth as opposed to those that offer high bandwidth?&nbsp; I'm wondering if<BR>
&gt; &gt; I'm co-hosted with high bandwidth sites, is that causing me a performance<BR>
&gt; &gt; problem?<BR>
&gt; &gt;<BR>
&gt; &gt; If there's a mailing list for this kind of thing, can someone please point<BR>
&gt; &gt; me to that?<BR>
&gt; &gt;<BR>
&gt; &gt; Thanks,<BR>
&gt; &gt; Russ<BR>
&gt; &gt;<BR>
&gt; &gt; PS: I tried Google.&nbsp; One of the annoying things is that there must be a<BR>
&gt; &gt; consortium of hosting providers that stands up puppet sites with names like<BR>
&gt; &gt; &quot;the-worlds-best-hosting-providers.com&quot;, and pay bazillions in adwords,<BR>
&gt; &gt; which then only seem to point you to a select group of 5 providers, probably<BR>
&gt; &gt; all managed by the same parent company.&nbsp; There was even one site that you<BR>
&gt; &gt; could click on providers by state - but all states pointed back to the same<BR>
&gt; &gt; 4 or 5 providers - and the provider I'm unhappy about is, ... guess what...<BR>
&gt; &gt; one of those 5.&nbsp; If anyone cares to see my site, it's<BR>
&gt; &gt; www.finalscoreohio.com.<BR>
&gt; &gt;<BR>
&gt; &gt; _________________________________________________________________<BR>
&gt; &gt; Search for grocery stores. Find gratitude. Turn a simple search into<BR>
&gt; &gt; something more.<BR>
&gt; &gt; http://click4thecause.live.com/search/charity/default.aspx?source=hmemtagline_<BR>
&gt; &gt; gratitude&amp;FORM=WLMTAG<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; pmwiki-users mailing list<BR>
&gt; &gt; pmwiki-users@pmichaud.com<BR>
&gt; &gt; http://www.pmichaud.com/mailman/listinfo/pmwiki-users<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 7<BR>
&gt;Date: Sun, 28 Jan 2007 14:29:49 -0500<BR>
&gt; From: DaveG &lt;pmwiki@solidgone.com&gt;<BR>
&gt;Subject: Re: [pmwiki-users] web hosting questions / offtopic<BR>
&gt;To: Russ Fink &lt;russfink@hotmail.com&gt;<BR>
&gt;Cc: pmwiki-users@pmichaud.com<BR>
&gt;Message-ID: &lt;45BCF9AD.8010200@solidgone.com&gt;<BR>
&gt;Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>
&gt;<BR>
&gt;Personally I use asmallorange.com. Their support is always very prompt,<BR>
&gt;you get SSH access, unlimited everything within the package disk and<BR>
&gt;bandwidth constraints, and unlimited add-on and parked domains. I've<BR>
&gt;been with them for a year or so, and had no major issues, and the few<BR>
&gt;minor problems I had were resolved in minutes.<BR>
&gt;<BR>
&gt;&nbsp;  ~ ~ Dave<BR>
&gt;<BR>
&gt;Russ Fink wrote:<BR>
&gt; &gt; Hello,<BR>
&gt; &gt;<BR>
&gt; &gt; My sincere apologies for going off-topic, but in order to provide the<BR>
&gt; &gt; superior interactive user experience as compared to &quot;flash sites&quot; or flat<BR>
&gt; &gt; pages, the PmWiki software has some requirements that other software might<BR>
&gt; &gt; not, and so I would like to solicit your experiences.<BR>
&gt; &gt;<BR>
&gt; &gt; This past week, my wife purchased a business and premiered a website at the<BR>
&gt; &gt; same time on one of these lower cost (not bargain) hosting providers.&nbsp; I<BR>
&gt; &gt; signed up because the site looked good, it had guarantees, live chat<BR>
&gt; &gt; support, a ticket system, and offered high bandwidth.<BR>
&gt; &gt;<BR>
&gt; &gt; Since then, the site has been down - an outage in excess of 15 minutes per<BR>
&gt; &gt; incident - on at least 3 occasions in the past 3 days.&nbsp; Not very good when<BR>
&gt; &gt; you're trying to build wiki content.&nbsp; Yesterday, for instance, the techs<BR>
&gt; &gt; said that they were going through a data center migration, and that all the<BR>
&gt; &gt; work was done - but then at noon, the site was down again for a half hour.<BR>
&gt; &gt; When it hasn't been down, it's been slow.&nbsp; This causes things like the<BR>
&gt; &gt; PmWiki default skin, which uses tables, to pop up the sidebar full-width<BR>
&gt; &gt; until the main page loads in, causing at best user confusion.<BR>
&gt; &gt;<BR>
&gt; &gt; The site I'm running is informational, and it's low bandwidth.&nbsp; I'm using<BR>
&gt; &gt; the CMS-like, AuthUser, and google maps recipies, and I'm highly pleased<BR>
&gt; &gt; with the results; I have certain users as editors, they get to see certain<BR>
&gt; &gt; screens that the normal visitors do not need to see, edits are properly<BR>
&gt; &gt; locked down, and even RSS feeds (though the owner doesn't want this) are<BR>
&gt; &gt; properly constrained.<BR>
&gt; &gt;<BR>
&gt; &gt; Can someone please point me to a reputable provider that offers the kinds of<BR>
&gt; &gt; things PmWiki needs - I'm still tweaking the CSS and would like to have SSH<BR>
&gt; &gt; access, and also I'm using some rewrite recipe so I'd like .htaccess as<BR>
&gt; &gt; well.&nbsp; I don't want to resort to virtual servers.&nbsp; (I read Patrick's thread<BR>
&gt; &gt; from 2005 when he went to apollo hosting, but the lower end plans from<BR>
&gt; &gt; apollo are somewhat spartan.)<BR>
&gt; &gt;<BR>
&gt; &gt; Also, for performance, am I better off seeking providers that offer low<BR>
&gt; &gt; bandwidth as opposed to those that offer high bandwidth?&nbsp; I'm wondering if<BR>
&gt; &gt; I'm co-hosted with high bandwidth sites, is that causing me a performance<BR>
&gt; &gt; problem?<BR>
&gt; &gt;<BR>
&gt; &gt; If there's a mailing list for this kind of thing, can someone please point<BR>
&gt; &gt; me to that?<BR>
&gt; &gt;<BR>
&gt; &gt; Thanks,<BR>
&gt; &gt; Russ<BR>
&gt; &gt;<BR>
&gt; &gt; PS: I tried Google.&nbsp; One of the annoying things is that there must be a<BR>
&gt; &gt; consortium of hosting providers that stands up puppet sites with names like<BR>
&gt; &gt; &quot;the-worlds-best-hosting-providers.com&quot;, and pay bazillions in adwords,<BR>
&gt; &gt; which then only seem to point you to a select group of 5 providers, probably<BR>
&gt; &gt; all managed by the same parent company.&nbsp; There was even one site that you<BR>
&gt; &gt; could click on providers by state - but all states pointed back to the same<BR>
&gt; &gt; 4 or 5 providers - and the provider I'm unhappy about is, ... guess what...<BR>
&gt; &gt; one of those 5.&nbsp; If anyone cares to see my site, it's<BR>
&gt; &gt; www.finalscoreohio.com.<BR>
&gt; &gt;<BR>
&gt; &gt; _________________________________________________________________<BR>
&gt; &gt; Search for grocery stores. Find gratitude. Turn a simple search into<BR>
&gt; &gt; something more.<BR>
&gt; &gt; http://click4thecause.live.com/search/charity/default.aspx?source=hmemtagline_gratitude&amp;FORM=WLMTAG<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; pmwiki-users mailing list<BR>
&gt; &gt; pmwiki-users@pmichaud.com<BR>
&gt; &gt; http://www.pmichaud.com/mailman/listinfo/pmwiki-users<BR>
&gt; &gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;Message: 8<BR>
&gt;Date: Mon, 29 Jan 2007 07:24:28 +1100<BR>
&gt; From: Kathryn Andersen &lt;kat_lists@katspace.homelinux.org&gt;<BR>
&gt;Subject: Re: [pmwiki-users] web hosting questions / offtopic<BR>
&gt;To: pmwiki-users@pmichaud.com<BR>
&gt;Message-ID: &lt;20070128202428.GA1099@katla.katspace.homelinux.org&gt;<BR>
&gt;Content-Type: text/plain; charset=us-ascii<BR>
&gt;<BR>
&gt;On Sun, Jan 28, 2007 at 10:26:54AM -0500, Russ Fink wrote:<BR>
&gt; &gt; Can someone please point me to a reputable provider that offers the kinds of<BR>
&gt; &gt; things PmWiki needs - I'm still tweaking the CSS and would like to have SSH<BR>
&gt; &gt; access, and also I'm using some rewrite recipe so I'd like .htaccess as<BR>
&gt; &gt; well.&nbsp; I don't want to resort to virtual servers.&nbsp; (I read Patrick's thread<BR>
&gt; &gt; from 2005 when he went to apollo hosting, but the lower end plans from<BR>
&gt; &gt; apollo are somewhat spartan.)<BR>
&gt;<BR>
&gt;Before I decided to run my own server, I was using A+ Hosting<BR>
&gt;http://www.aplushosting.com/<BR>
&gt;<BR>
&gt;I found them after being very unhappy with all my previous webhosts.<BR>
&gt;They have been very reliable, and the tech support people were very<BR>
&gt;responsive to queries and problems.&nbsp; And even when they were doing<BR>
&gt;server migrations, there was hardly any downtime.<BR>
&gt;<BR>
&gt;The very bottom-level plans there (&quot;Personal&quot; and &quot;Basic I&quot;) don't give<BR>
&gt;PHP access, but &quot;Basic II&quot; does.&nbsp; It's up to you to decide whether the<BR>
&gt;price is worth it.<BR>
&gt;<BR>
&gt;A few questions to ask when looking for a webhost:<BR>
&gt;- Do they have a &quot;status&quot; page? Do they have a &quot;news&quot; page which talks<BR>
&gt;&nbsp;  about technical things, rather than marketroid-speak?<BR>
&gt;- If you email them a question (before you sign up) how long does it<BR>
&gt;&nbsp;  take for them to respond?<BR>
&gt;- Beware if they offer &quot;unlimited&quot; anything, because that isn't<BR>
&gt;&nbsp;  feasible, and will be abused, this making the non-abusers suffer.<BR>
&gt;- How long have they been in business?<BR>
&gt;<BR>
&gt;Kathryn Andersen<BR>
&gt;-=-=-=-=-=-=-=-=-<BR>
&gt;Garibaldi: Lousy way to die, huh?<BR>
&gt;Sheridan: Last I checked there weren't too many good ways.<BR>
&gt;&nbsp; &nbsp; &nbsp; &nbsp;  -- &quot;The Long Dark&quot; (Babylon 5)<BR>
&gt;--<BR>
&gt;&nbsp; _--_|\&nbsp; &nbsp;  | Kathryn Andersen&nbsp; &nbsp; &nbsp;&lt;http://www.katspace.com&gt;<BR>
&gt;/&nbsp; &nbsp; &nbsp; \&nbsp; &nbsp; |<BR>
&gt;\_.--.*/&nbsp; &nbsp; | GenFicCrit mailing list &lt;http://www.katspace.com/gen_fic_crit/&gt;<BR>
&gt;&nbsp; &nbsp; &nbsp;  v&nbsp; &nbsp;  |<BR>
&gt;------------| Melbourne -&gt; Victoria -&gt; Australia -&gt; Southern Hemisphere<BR>
&gt;Maranatha!&nbsp; |&nbsp; &nbsp; &nbsp;-&gt; Earth -&gt; Sol -&gt; Milky Way Galaxy -&gt; Universe<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;------------------------------<BR>
&gt;<BR>
&gt;_______________________________________________<BR>
&gt;pmwiki-users mailing list<BR>
&gt;pmwiki-users@pmichaud.com<BR>
&gt;http://www.pmichaud.com/mailman/listinfo/pmwiki-users<BR>
&gt;<BR>
&gt;<BR>
&gt;End of pmwiki-users Digest, Vol 19, Issue 102<BR>
&gt;*********************************************<BR>

</P>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 VSPACE=0 HSPACE=0></a>