Migrate a site to another server





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

13
Date Submitted Mon. Sep. 18th, 2006 5:13 AM
Revision 1
Helper nothingless
Tags forcodegrrl | PHP
Comments 3 comments
For those times you need to do a loop in PHP, but have the outcome be in descending order (ie, start at 10 and end at 1).
4
Date Submitted Mon. Sep. 18th, 2006 5:08 AM
Revision 1
Helper nothingless
Tags forcodegrrl | ssh
Comments 0 comments
Use the below in SSH to move a MySQL database between servers. Super handy if the database is larger than 7MB and you can't use phpMyAdmin.
2
Date Submitted Mon. Sep. 18th, 2006 5:06 AM
Revision 1
Helper nothingless
Tags expressionengine | forcodegrrl
Comments 0 comments
Insert the below code just below the opening search form tags to restrict the search to a member's own posts if they are not a Super Admin.
10
Date Submitted Mon. Sep. 18th, 2006 5:05 AM
Revision 1
Helper nothingless
Tags forcodegrrl | forms | PHP
Comments 0 comments
The below code will generate a form dropdown for all the days of the month, with today's day selected. Handy for those date pickers!
11
Date Submitted Mon. Sep. 18th, 2006 5:02 AM
Revision 1
Helper nothingless
Tags forcodegrrl | forms | PHP
Comments 0 comments
The below code will generate a form dropdown for all 12 months, with the current month selected. Handy for those date pickers!
6
Date Submitted Mon. Aug. 14th, 2006 7:43 AM
Revision 1
Scripter bertheymans
Tags bash | shell | ssh
Comments 3 comments
This adds your ssh public key to the authorized_keys on a remote server. The key file in the snippet is called id_dsa.pub, yours may have another name but this is standard for DSA encryption.

To learn more about ssh I heartly recommend this: SSH tips and tricks