Viewing posts by scoopseven

FTP from server to server using ColdFusion

Posted by: scoopseven in ColdFusion Linux Windows 15 years, 9 months ago
Here's a brief set of instructions on how to ftp a file (or many files) from one server/computer to another using ColdFusion.

read more / 0 comments

MySQL Reusing/Cached Connection Problem

Posted by: scoopseven in Database MySQL 15 years, 9 months ago
Problem with connecting to multiple databases within the same server is that every time you do:

read more / 0 comments

WordPress 2.1 Image Upload Problem

Posted by: scoopseven in IIS WordPress 15 years, 11 months ago
After upgrading to Fast-CGI, my WordPress 2.1 image upload tool started asking for a password every time a image was uploaded. Turned out to be a permissions issue with WP/Fast-CGI-IIS that was solved by following the steps below from Joseph Scott's Blog.

read more / 0 comments

Finding Parsing Domain from Email in MySQL

Posted by: scoopseven in MySQL 16 years ago
SELECT SUBSTRING_INDEX(Email, '@', -1), COUNT(SUBSTRING_INDEX(Email, '@', -1)) AS numDomain

read more / 0 comments

Alternatives to cflocation

Posted by: scoopseven in ColdFusion 16 years ago
Getpagecontext().getResponse().sendRedirect('REMOTE PATH');

read more / 0 comments

Recent Tweets

Recent Posts

Archive

2013
2012
2011
2010
2009
2008
2007
2006

Categories

Authors

Feeds

RSS / Atom