Hi Dev, why don't you release source code for the normal pool, there only 1 pool out there.
Which Pool? Cach.catcoin.cz? That's based on an open source pool. You'll have to contact the pool owner for more info.
The Cach.catcoin.cz pool basically consists from 3 components, all of them open source:
The coin daemon - just compiled from the coin sources, from
https://github.com/kalgecin/CACHeCoinThe frontend - MPOS is used, you can get it from
https://github.com/MPOS/php-mposThe stratum server - I used
https://github.com/ahmedbodi/stratum-mining.git and compiled missing scrypt-jane module from
https://github.com/Rav3nPL/p2pool-yac.git but there are several forks of stratum-mining out there, it seems that
https://github.com/Hartland/Stratum-Scrypt-Jane already contains all the necessary stuff in it.
(beside these, you need only a standard linux server with apache, php, python and mysql installed)