Hi,

Im wondering? What is used to create/run daniweb?
Is it just coded by hand or running as a design on vBulliten for example?

Any ideas please?

Thanks!

Dani AI

Generated

Short answer: confirms the site runs on the vBulletin forum engine with a bespoke CMS wrapped around it and a lot of custom work. That explains why some pages look like a stock forum while others behave like a full editorial site.

What that implies technically: vBulletin is a PHP/MySQL commercial forum platform (vBulletin). Typical integrations use templates, the hook/plugin system, or direct core edits. Heavy core modifications often add custom database tables, bespoke front-end components, and patched files. That gives flexibility but increases upgrade and security effort. Practical tips: keep all patches tracked in version control, test upgrades on a staging server before production, and prefer hooks/plugins over core hacks when possible. To detect a vBulletin base on any site, inspect HTML for vBulletin class names or meta tags and look for URL patterns like showthread.php or member.php as clues.

If building something similar today, evaluate modern alternatives (for example, API-first discussion platforms) and design a clear separation between forum engine and site CMS so future maintenance and security patches are simpler. This ties back to 's intuition and the confirmation from while acknowledging the learning curve mentioned.

Recommended Answers

All 3 Replies

Good question. I think it started coded by hand when it was first created. Dont know now.

LOL,I am new member in here,I am learning.

DaniWeb is based off of the vBulletin forum system. The rest of our cms is custom coded around the vB framework. vB itself is also heavily hacked.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.