Archive for February, 2011

MyIRCTools Network url now Hashed

February 25, 2011

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. […]

Posted in Uncategorized | No Comments »

How to keep ssl on wordpress

February 25, 2011

If you have a wordpress website and would like to vist a page in ssl and not have the links on the page be non-ssl then try the following. *Note that the following ties into the core of wordpress meaning there is no bulky plugins doing this. Look inside of you wp-config.php file and locate […]

Tags:
Posted in Uncategorized | 1 Comment »