View Full Version : What script is this site using?
Dizmatic
Mar 15th 2007, 9:43 pm
Site (http://www.diversephilly.com)
Looks like some sort of CMS but not sure which one it is. Anyone recognize it?
daniel-s
Mar 16th 2007, 2:27 pm
not cms, i think is custom made
Dizmatic
Mar 16th 2007, 3:56 pm
Ok thanks. Is there any script out there that can do something similar to this?
Hot-screensaver
Mar 19th 2007, 1:17 am
The site doesn't look very nicely designed to me personally. :)
petyard
Mar 19th 2007, 1:22 am
yap....tables and divs mixed with no reason, intern css, no meta description, poor SEO title etc
Dizmatic
Mar 20th 2007, 8:47 pm
I was looking more into the functionality of it. Any scripts out there similar to what this can do?
pj1s
Mar 21st 2007, 3:56 am
You could get the results with the content manager plugin that comes with e107.
GTech
Mar 21st 2007, 4:10 am
On the off-hand chance the site owner checks his/her logs and visits the thread to see where all the traffic is coming from:
The PHPSESSIDs in your urls are not SEO friendly and will make it very hard to rank for your internal pages. Create a file called php.ini and add the following:
url_rewriter.tags = ""
session.use_trans_sid = 0
session.use_cookies = 1
session.use_only_cookies = 1
This will get rid of those pesky PHPSESSID's.
Next, add this to your .htaccess file so that if SE's have already indexed urls with the PHPSESSID's in them and revisit, you can redirect them to the real pages:
RewriteCond %{QUERY_STRING} ^PHPSESSID=.*$
RewriteRule .* %{REQUEST_URI}? [R=301,L]
Thought I'd throw in some help while I was browsing the thread :)
tarjan
Mar 21st 2007, 4:16 am
not cms, i think is custom made
ya, I agree It is custom made site
bochgoch
Mar 21st 2007, 4:22 am
The coding of that site is very poor and completely invalid - steer clear!
Dizmatic
Mar 21st 2007, 8:46 am
Thanks for the feedback.
tarjan
Mar 21st 2007, 9:18 am
i would like like to say that use joomla open source for the same .. it will have all this functioanlity ...
if you wish we can do work for you !! :)
Swordfish
Mar 21st 2007, 2:53 pm
ya looks custom.. but easy to do.. find a good programmer on this site or a freelance site.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.