7
Well you wouldn't want my version... I have far too much hacking involved in it and you'd have to go in and edit all the hard-coded garbage I added to it.
I suppose I could clean it up, use the language files properly, make the "classified broadcast system" an optional feature to be enabled or not by the admin.
- I'm actually working on a variation of the "addanonces.php" page that would allow the admin to store the external sites where he wants the ads copied to in the database so it'd be easy to update. I have gotten the simple ones working but those that require "select" or "if" conditions on the data they send back are taking a bit more time to work out.
If the site simply uses 1 URL for ads and has 5 fields on it, no problem. If the site uses 1 url for "sale" and 1 for "wanted", that's a bit more troublesome and I have to work out how that can be done so the admin can easily maintain the listings. Also if the site requires you to select various categories such as "bird species" then what I've had to do is search the ad body they're posting for various keywords to try and determine the bird species. The trouble is, some sites have more ad categories than I do and breaking the ads down into those finer levels of categories is a logic problem I haven't addressed yet.
So yes, there is a "Chad" version but it's nowhere near ready to even start a project on yet. I want more progress before I release any of it.
I've almost re-written the entire thing so I may not even call it myAds (though I'll still give the author credit for the original of course).