| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
bitwisehost Nice poster


Offline Joined: Dec 20, 2004 Posts: 110 Location: Harrisburg, PA, USA
|
Posted: Sat Jul 23, 2005 1:28 am Post subject: Re: way to clear cache through Dragonfly |
|
| WebSiteGuru wrote: |
Cool I'll try that.  |
Let me know if it works out for you.
bitwisehost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat/ Apache 1.3.33/ mySQL 4.0.22/ PHP 4.3.10/CPGNuke 9.0.6.1
|
|
| Back to top |
|
 |
xfsunoles XHTML Specialist


Offline Joined: Apr 30, 2004 Posts: 2502 Location: Melbourne, Florida
|
Posted: Sat Jul 23, 2005 2:00 am Post subject: Re: way to clear cache through Dragonfly |
|
here my Cache Dir Admin Module
_________________

Firefox is my Favorite Browser
xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS
|
|
| Back to top |
|
 |
bitwisehost Nice poster


Offline Joined: Dec 20, 2004 Posts: 110 Location: Harrisburg, PA, USA
|
Posted: Sat Jul 23, 2005 3:17 am Post subject: Re: way to clear cache through Dragonfly |
|
thanks xfsunoles!
bitwisehost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat/ Apache 1.3.33/ mySQL 4.0.22/ PHP 4.3.10/CPGNuke 9.0.6.1
|
|
| Back to top |
|
 |
xfsunoles XHTML Specialist


Offline Joined: Apr 30, 2004 Posts: 2502 Location: Melbourne, Florida
|
Posted: Sat Jul 23, 2005 3:27 am Post subject: Re: way to clear cache through Dragonfly |
|
your welcome. i Don't Mind of these, but it can be handy since you don't use FTP all of the time
_________________

Firefox is my Favorite Browser
xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS
|
|
| Back to top |
|
 |
bitwisehost Nice poster


Offline Joined: Dec 20, 2004 Posts: 110 Location: Harrisburg, PA, USA
|
Posted: Fri Aug 12, 2005 2:48 am Post subject: Re: way to clear cache through Dragonfly |
|
 FYI...I uploaded Cache Manager. Check it out... Forums/viewtopic/t=11827.html
bitwisehost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat/ Apache 1.3.33/ mySQL 4.0.22/ PHP 4.3.10/CPGNuke 9.0.6.1
Last edited by bitwisehost on Sat Oct 29, 2005 2:53 am; edited 1 time in total |
|
| Back to top |
|
 |
Daimos Heavy poster


Offline Joined: Jan 14, 2005 Posts: 159 Location: Germany
|
Posted: Fri Aug 12, 2005 2:10 pm Post subject: Re: [solved]way to clear cache through Dragonfly |
|
Why arent u using the already existing cache icon?
_________________ Les fruits bien mûrs au goût de miel
Daimos's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Suse Linux/ Apache 1.3.29 (Unix)/ MySQL 4.0.20/ PHP 4.3.10/ Dragonfly 9.0.5.0
|
|
| Back to top |
|
 |
bitwisehost Nice poster


Offline Joined: Dec 20, 2004 Posts: 110 Location: Harrisburg, PA, USA
|
Posted: Fri Aug 12, 2005 3:28 pm Post subject: Re: [solved]way to clear cache through Dragonfly |
|
| Daimos wrote: |
| Why arent u using the already existing cache icon? |
I didn't because cache.php uses that one so in case that mod was active (Turck MMCache or eAccelerator are installed on their server)
If you want to use that one instead you can change line 27 in admin/links/adlnk_cachemanager.php from
| PHP: |
$menuitems['_AMENU1']['Cache Manager']['IMG'] = 'cash';
|
to
| PHP: |
$menuitems['_AMENU1']['Cache Manager']['IMG'] = 'cache';
|
If you want to change the image in Cache Manager you will need to change line 33 in admin/modules/cache_manager.php from
| PHP: |
echo '<tr><td valign=top><img src="images/admin/cash.png" style="vertical-align:middle"> <strong>'._CMTitle.'</strong></td></tr>';
|
to
| PHP: |
echo '<tr><td valign=top><img src="images/admin/cache.png" style="vertical-align:middle"> <strong>'._CMTitle.'</strong></td></tr>';
|
bitwisehost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat/ Apache 1.3.33/ mySQL 4.0.22/ PHP 4.3.10/CPGNuke 9.0.6.1
|
|
| Back to top |
|
 |
Daimos Heavy poster


Offline Joined: Jan 14, 2005 Posts: 159 Location: Germany
|
Posted: Fri Aug 12, 2005 3:32 pm Post subject: Re: [solved]way to clear cache through Dragonfly |
|
lol thanks, I changed it already, was just curious.
_________________ Les fruits bien mûrs au goût de miel
Daimos's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Suse Linux/ Apache 1.3.29 (Unix)/ MySQL 4.0.20/ PHP 4.3.10/ Dragonfly 9.0.5.0
|
|
| Back to top |
|
 |
|
|