Jump to content
  TPR Home | Parks | Twitter | Facebook | YouTube | Instagram 

Recommended Posts

Posted

Hi gang!

 

I'm just curious to see what webmasters out there are using for their Content Management Systems (CMS) and why. I'm actually looking for a direction to go with one of my websites. I MAY have found the ultimate CMS called Mambo, (it was very effortless to set up, and the ad-ons are automated installs, and tons to choose from!) but I'm curious to hear other people's opinions before I make the commitment.

 

Thanks!

 

P.S. You can see Mambo in action at http://hamstercheese.com , it's just a default set up with some ad-ons and themes installed.

  • Replies 12
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

I used to use Mambo and would recommend it, but I'm developing my own as well as I am redoing my site. I'm actually trying out a new language in the process 8)

 

^ I want to know how you do the "Parks close to {username}" thing. That's pretty cool.

Posted
^ I want to know how you do the "Parks close to {username}" thing. That's pretty cool.

 

No problem. Always willing to give away my secrets.

 

SELECT TOP 40 p.ID as park_id, p.p_logo, p.p_name, z.z_zipcode, z.z_city, z.z_state, ROUND((ACOS((SIN(" & rsStart("z_latitude") & "/57.2958) * SIN(z.z_latitude/57.2958)) + (COS(" & rsStart("z_latitude") & "/57.2958) * COS(z.z_latitude/57.2958) * COS(z.z_longitude/57.2958 - " & rsStart("z_longitude") & "/57.2958)))) * 3963, 1) AS distance from ZIPCODES z, PARKLIST p where sqrt(power(69.1*(z.z_latitude - " & rsStart("z_latitude") & "),2) + power(69.1*(z.z_longitude - " & rsStart("z_longitude") & ")*cos(z.z_latitude/57.3),2)) < 500 AND p.p_zip = z.z_zipcode and p.p_operating = 1 and p.p_active = 1 ORDER BY distance

 

Always willing to help

Posted

SELECT TOP 40 p.ID as park_id, p.p_logo, p.p_name, z.z_zipcode, z.z_city, z.z_state, ROUND((ACOS((SIN(" & rsStart("z_latitude") & "/57.2958) * SIN(z.z_latitude/57.2958)) + (COS(" & rsStart("z_latitude") & "/57.2958) * COS(z.z_latitude/57.2958) * COS(z.z_longitude/57.2958 - " & rsStart("z_longitude") & "/57.2958)))) * 3963, 1) AS distance from ZIPCODES z, PARKLIST p where sqrt(power(69.1*(z.z_latitude - " & rsStart("z_latitude") & "),2) + power(69.1*(z.z_longitude - " & rsStart("z_longitude") & ")*cos(z.z_latitude/57.3),2)) < 500 AND p.p_zip = z.z_zipcode and p.p_operating = 1 and p.p_active = 1 ORDER BY distance

LMAO! WOW! I'm totally lost. What ever happened to good ol' p e r l? My buttocks needs to get "php for dummies". LOL

Posted

Just to help out the "rsStart("z_longitude")" & "rsStart("z_latitude")" are built in another SQL statement. Basically it digs up your Zip Code out of the database and then finds the Long/Lat for it (Free database available from the US Census Bureau).

Posted
Wow....I feel so lost!!!

 

--Robb "Not a true webmaster!" Alvey

 

I dunno, Robb, I think you do ok. Everyone has a different tool of choice, and you do a-ok with PHPBB. We're just glad you don't have a neon-pink theme!

Posted

I was looking at that Mamba package for a site I'm working on. I'm not sure that it can do exactly what I want it to do. The documentation I looked over today seemed a bit sketchy about details. I keep wondering whether to go with some sort of CMS, or just do everything by regular HTML. I know the latter method would be more work, but would give me more control. The only drawback to the straight HTML method would be adding some sort of user comment system for articles. Something like Mambo has this built in.

 

I'll just be happy to get the site up and running and get to the content, which to me is the most interesting part anyway...

 

dt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

Terms of Use https://themeparkreview.com/forum/topic/116-terms-of-service-please-read/