MyIRCTools Network url now Hashed

Cause how the backend is setup Network URLs like:  irc.irc-coolness.tld would brake the database so to fix thie issue we are using hashing for the &server=

 

Later on I will update the Whole system and give the front end some much needed love.

URL’s like:
http://myirctools.info/api/rss/?server=irc.serverhere.tld&channel=channelhere
Become:
http://api.myirctools.info/rss/irc.serverhere.tld/channelhere
This:
http://myirctools.info/channellist/rss/?topiccolor=FFFFFF&bgcolor=000000
Becomes:
http://api.myirctools.info/channellist/irc.serverhere.tld/FFFFFF:000000
And more coming soon.