|
76
|
Main Area and Open Discussion / Living Room / Re: LV here I come!
|
on: August 15, 2007, 04:42:15 AM
|
Ok here's another novel way of forum spamming. See here: http://www.backgammon.org/forum/viewtopic.php?p=1251 I'm locking this topic now, sorry DC guys you have wasted your time.  EDIT: confirmed by forum IP log, zach and frau came from the same IP (in Germany).
|
|
|
|
|
84
|
Main Area and Open Discussion / Living Room / Re: New machine connection blues
|
on: August 10, 2007, 11:31:02 AM
|
Plug and Play loaded the Conexant AccessRunner drivers from CD. According to a tech support guy on the Internet: "Make sure that you installed the WAN drivers, NOT the LAN ones (which are also on the cd-rom)." If Windows PnP mistakenly installed the LAN driver, go to Control Panel - System - Hardware - Device Manager and manually update it to the WAN one .
|
|
|
|
|
85
|
News and Reviews / Official Announcements / Re: ZillaRank: An improved search for smf forum
|
on: August 10, 2007, 10:07:05 AM
|
Thanks in advance, Darwin!  We are still improving the forum search and all members are welcome to report bugs/inconveniences, post feature requests, and talk about your search experience here. DonationCoder will have the best search in the SMF world. "The biggest room in the world. is the room for improvement." -- Anonymous
|
|
|
|
|
89
|
News and Reviews / Official Announcements / Re: No August 2007 Discounts
|
on: August 10, 2007, 04:30:15 AM
|
To hear that someone else is finding fault in such a great place just because is flabbergasting. Hmm, cthorpe (Carl Thorpe) is our volunteer official discount coordinator and he was not whining about no discounts for programs this month (or maybe he was?  ). Anyway I really don't think anyone was finding fault. Who would? 
|
|
|
|
|
92
|
DonationCoder.com Software / SMF Forum Mods / Re: DC SMF Search Mod - an improvement search for smf forum (codename Zillarank)
|
on: August 07, 2007, 10:50:14 AM
|
Formatted for PHP with the GeSHI Syntax Highlighter [ copy or print] if (!isset($search_params['match_mode'])) $search_params['match_mode'] = $_REQUEST['match_mode']; switch ($search_params['match_mode']) { case 'whole': case 'smart': case 'any': break; default: $search_params['match_mode'] = 'smart'; }
Your code does look v neat, thanks for sharing.  I have a question, thou: What if $_REQUEST['match_mode'] isn't set (undefined index) before usage? Doesn't it generate a warning in forum log? Formatted for PHP with the GeSHI Syntax Highlighter [ copy or print] if (!isset($search_params['match_mode'])) $search_params['match_mode'] = $_REQUEST['match_mode'];
I'm so happy it's working for you TjaMe!  Care to post us the url to your forum here? 
|
|
|
|
|
97
|
Main Area and Open Discussion / General Software Discussion / Re: Can I uninstall .NET Framework 1.1 and 2.0 ??
|
on: August 02, 2007, 03:38:07 PM
|
It doesn't hurt to keep previous versions of frameworks and I would be wary about removing something anything that is so integrated into the OS. When loading an .NET app, the OS will first check if the matching version of the .NET framework that the app requires is there (e.g. 2.0 code => 2.0 framework), if not, it will ask a higher version of the framework to take over and execute the code (e.g. 2.0 code => 3.0 framework). In theory, all Microsoft .NET framework are designed to be backward compatible. However from my experience, there are minute differences regarding how different versions of .net framework handles the same app. (The UI of my ancient release of Mobysaurus, which was built specifically for .NET 1.1, get rendered differently and distortedly  in 2.0-only systems.) So my suggestion is: if you have them, keep them all.
|
|
|
|
|