![]() |
Need a LAST MODIFED script
Hey, been surfing for hours now looking for script that functions like so:
Displays the URL and PAGE TITLE for a set number of LAST MODIFIED .html files as they exist on the server. The idea being that a 'Whats new' area of a website displays the most recently uploaded files. There's no shortage of javascripts that display the last time a page was modified, but I couldn't seem to find anything that would also display the URL and PAGE TITLE as well. I'd be more than happy to pay a programmer for their time in creating this. Thanks in advance! |
Well here's a start...
PHP Code:
|
Quote:
;) |
sample is free, for full script need to pay up :)
|
Quote:
|
Quote:
|
Quote:
PHP Code:
|
Quote:
However, what I need is a div section that will call the last 3 (or an assignable number) of .html pages that have been uploaded to a site, then display their URLS as a list using their page titles as anchor text. Here is a hack version of how the code 'might' look: <div class = "pages last updated"> <h3>Recent Updates</h3> {foreach from=$pagelastuploaded key=title item=url} <li><a href="{$url}">{$title}</a><li> </div> Obviously that's not going to work, but hopefully gives a better idea of what I need done. Again, happy to pay a programmer to hash this out. |
Why do I have a feeling that any gfy solution will arbitrate the whole local directory with opendir() for each call?
|
^ because most people on GFY don't know about PHP 5's built-in SPL and the RecursiveDirectoryIterator class.
I'll do it for $25. |
Quote:
|
Quote:
|
Sorry I didn't check back with this thread yesterday. I'm only using the calmdev domain for email. The script is already written, if you're still interested send me an email to [email protected]
I'll send you a link and you can check it out. Then if you want it I can send you the source. I prefer epass over paypal, but I'm cool with either. This script requires php5. Thanks |
Awesome job Levi!
|
All times are GMT -7. The time now is 08:06 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123