| 63 | | RewriteRule ^([A-Za-z0-9]+)\/newsclient\/?$ _rss/subscriptions.php?profile_name=$1 |
|---|
| 64 | | RewriteRule ^([A-Za-z0-9]+)\/newsclient\/all\/?$ _rss/index.php?profile_name=$1 |
|---|
| 65 | | RewriteRule ^([A-Za-z0-9]+)\/newsclient\/all\/skip=([0-9]+)$ _rss/index.php?profile_name=$1&feed_offset=$2 |
|---|
| | 61 | # Invite |
|---|
| | 62 | ######### |
|---|
| | 63 | RewriteRule ^invite\/$ mod/invite/index.php |
|---|
| | 64 | ReWriteRule ^invite\/join\/([A-Za-z0-9]+)$ mod/invite/join.php?invitecode=$1 |
|---|
| | 65 | ReWriteRule ^register$ mod/invite/register.php |
|---|
| | 66 | RewriteRule ^forgottenpassword$ mod/invite/forgotten_password.php |
|---|
| | 67 | RewriteRule ^newpassword\/([A-Za-z0-9]+)$ mod/invite/forgotten_password.php?passwordcode=$1 |
|---|
| | 76 | # Communities |
|---|
| | 77 | ############## |
|---|
| | 78 | RewriteRule ^([A-Za-z0-9]+)\/communities\/?$ mod/community/index.php?friends_name=$1 |
|---|
| | 79 | RewriteRule ^([A-Za-z0-9]+)\/communities\/owned$ mod/community/owned.php?profile_name=$1 |
|---|
| | 80 | RewriteRule ^([A-Za-z0-9]+)\/communities\/new$ mod/community/new.php?profile_name=$1 |
|---|
| | 81 | RewriteRule ^([A-Za-z0-9]+)\/community\/delete$ mod/community/index.php?profile_name=$1&action=community:delete |
|---|
| | 82 | RewriteRule ^([A-Za-z0-9]+)\/community\/requests$ mod/community/requests.php?profile_name=$1 |
|---|
| | 83 | RewriteRule ^([A-Za-z0-9]+)\/community\/requests\/aprove\/([0-9]+)$ mod/community/requests.php?profile_name=$1&action=community:approve:request&request_id=$2 |
|---|
| | 84 | RewriteRule ^([A-Za-z0-9]+)\/community\/requests\/decline\/([0-9]+)$ mod/community/requests.php?profile_name=$1&action=community:decline:request&request_id=$2 |
|---|
| | 85 | RewriteRule ^([A-Za-z0-9]+)\/community\/members$ mod/community/members.php?profile_name=$1 |
|---|
| | 86 | RewriteRule ^([A-Za-z0-9]+)\/community\/separate\/([0-9]+)$ mod/community/members.php?profile_name=$1&friend_id=$2&action=separate |
|---|
| | 87 | RewriteRule ^community\/([0-9]+)\/?$ mod/communities/community.php?community_id=$1 |
|---|
| | 88 | |
|---|
| | 89 | # Files |
|---|
| | 90 | ######## |
|---|
| | 91 | RewriteRule ^([A-Za-z0-9]+)\/files\/?$ mod/file/index.php?files_name=$1 |
|---|
| | 92 | RewriteRule ^([A-Za-z0-9]+)\/files\/([0-9]+)\/?$ mod/file/index.php?files_name=$1&folder=$2 |
|---|
| | 93 | RewriteRule ^([A-Za-z0-9]+)\/files\/([0-9\-]+)\/([0-9]+)\/(.+)$ mod/file/download.php?files_name=$1&folder=$2&filename=$4&id=$3 |
|---|
| | 94 | RewriteRule ^([A-Za-z0-9]+)\/files\/rss\/(.+)\/?$ mod/file/rss2.php?files_name=$1&tag=$2 |
|---|
| | 95 | RewriteRule ^_icon\/file/([-0-9]+)$ mod/file/icon.php?id=$1 |
|---|
| | 96 | |
|---|
| | 97 | # Friends |
|---|
| | 98 | ########## |
|---|
| | 99 | RewriteRule ^([A-Za-z0-9]+)\/friends\/?$ mod/friend/index.php?friends_name=$1 |
|---|
| | 100 | RewriteRule ^([A-Za-z0-9]+)\/friendsof\/?$ mod/friend/friendsof.php?friends_name=$1 |
|---|
| | 101 | RewriteRule ^([A-Za-z0-9]+)\/friends\/requests?$ mod/friend/requests.php?friends_name=$1 |
|---|
| | 102 | RewriteRule ^([A-Za-z0-9]+)\/foaf\/?$ mod/friend/foaf.php?friends_name=$1 |
|---|
| | 103 | |
|---|
| | 104 | # Icons |
|---|
| | 105 | ######## |
|---|
| | 106 | RewriteRule ^_icons\/$ mod/icons/index.php |
|---|
| | 107 | RewriteRule ^_icon\/user/([-0-9]+)$ mod/icons/icon.php?id=$1 |
|---|
| | 108 | RewriteRule ^_icon\/user/([-0-9]+)\/([A-Za-z])\/([0-9]+)$ mod/icons/icon.php?id=$1&constraint1=$2&size1=$3 |
|---|
| | 109 | RewriteRule ^_icon\/user/([-0-9]+)\/([A-Za-z])\/([0-9]+)\/([A-Za-z])\/([0-9]+)$ mod/icons/icon.php?id=$1&constraint1=$2&size1=$3&constraint2=$4&size2=$5 |
|---|
| | 110 | |
|---|
| | 111 | # Newsclient |
|---|
| | 112 | ############ |
|---|
| | 113 | RewriteRule ^(([A-Za-z0-9])[A-Za-z0-9]+)\/rss\/?$ mod/newsclient/static.php?username=$1&userref=$2&type=profile |
|---|
| | 114 | RewriteRule ^([A-Za-z0-9]+)\/newsclient\/?$ mod/newsclient/subscriptions.php?profile_name=$1 |
|---|
| | 115 | RewriteRule ^([A-Za-z0-9]+)\/newsclient\/all\/?$ mod/newsclient/index.php?profile_name=$1 |
|---|
| | 116 | RewriteRule ^([A-Za-z0-9]+)\/newsclient\/all\/skip=([0-9]+)$ mod/newsclient/index.php?profile_name=$1&feed_offset=$2 |
|---|
| | 117 | RewriteRule ^([A-Za-z0-9]+)\/feeds\/?$ mod/newsclient/subscriptions.php?profile_name=$1 |
|---|
| | 118 | RewriteRule ^([A-Za-z0-9]+)\/feeds\/all\/?$ mod/newsclient/index.php?profile_name=$1 |
|---|
| | 119 | RewriteRule ^([A-Za-z0-9]+)\/feeds\/all\/skip=([0-9]+)$ mod/newsclient/index.php?profile_name=$1&feed_offset=$2 |
|---|
| | 120 | RewriteRule ^_rss\/([A-Za-z_]+).php$ mod/newsclient/$1.php?%{QUERY_STRING} |
|---|
| | 121 | |
|---|
| | 122 | # Users |
|---|
| | 123 | ######## |
|---|
| | 124 | RewriteRule ^_userdetails\/$ mod/users/index.php?%{QUERY_STRING} |
|---|
| | 125 | RewriteRule ^_userdetails\/index.php$ mod/users/index.php?%{QUERY_STRING} |
|---|
| | 126 | |
|---|
| | 127 | # Weblog |
|---|
| | 128 | ######## |
|---|
| 97 | | |
|---|
| 98 | | RewriteRule ^([A-Za-z0-9]+)\/friends\/?$ _friends/index.php?friends_name=$1 |
|---|
| 99 | | RewriteRule ^([A-Za-z0-9]+)\/foaf\/?$ _friends/foaf.php?friends_name=$1 |
|---|
| 100 | | |
|---|
| 101 | | RewriteRule ^([A-Za-z0-9]+)\/communities\/?$ mod/community/index.php?friends_name=$1 |
|---|
| 102 | | RewriteRule ^([A-Za-z0-9]+)\/communities\/owned$ mod/community/owned.php?profile_name=$1 |
|---|
| 103 | | RewriteRule ^([A-Za-z0-9]+)\/communities\/new$ mod/community/new.php?profile_name=$1 |
|---|
| 104 | | RewriteRule ^([A-Za-z0-9]+)\/community\/delete$ mod/community/index.php?profile_name=$1&action=community:delete |
|---|
| 105 | | RewriteRule ^([A-Za-z0-9]+)\/community\/requests$ mod/community/requests.php?profile_name=$1 |
|---|
| 106 | | RewriteRule ^([A-Za-z0-9]+)\/community\/requests\/aprove\/([0-9]+)$ mod/community/requests.php?profile_name=$1&action=community:approve:request&request_id=$2 |
|---|
| 107 | | RewriteRule ^([A-Za-z0-9]+)\/community\/requests\/decline\/([0-9]+)$ mod/community/requests.php?profile_name=$1&action=community:decline:request&request_id=$2 |
|---|
| 108 | | RewriteRule ^([A-Za-z0-9]+)\/community\/members$ mod/community/members.php?profile_name=$1 |
|---|
| 109 | | RewriteRule ^([A-Za-z0-9]+)\/community\/separate\/([0-9]+)$ mod/community/members.php?profile_name=$1&friend_id=$2&action=separate |
|---|
| 110 | | RewriteRule ^community\/([0-9]+)\/?$ mod/communities/community.php?community_id=$1 |
|---|
| 111 | | |
|---|
| 112 | | RewriteRule ^([A-Za-z0-9]+)\/files\/?$ mod/file/index.php?files_name=$1 |
|---|
| 113 | | RewriteRule ^([A-Za-z0-9]+)\/files\/([0-9]+)\/?$ mod/file/index.php?files_name=$1&folder=$2 |
|---|
| 114 | | RewriteRule ^([A-Za-z0-9]+)\/files\/([0-9\-]+)\/([0-9]+)\/(.+)$ mod/file/download.php?files_name=$1&folder=$2&filename=$4&id=$3 |
|---|
| 115 | | RewriteRule ^(([A-Za-z0-9])[A-Za-z0-9]+)\/files\/rss\/?$ _rss/static.php?username=$1&userref=$2&type=files |
|---|
| 116 | | RewriteRule ^([A-Za-z0-9]+)\/files\/rss\/(.+)\/?$ mod/file/rss2.php?files_name=$1&tag=$2 |
|---|
| 117 | | RewriteRule ^_icon\/file/([-0-9]+)$ mod/file/icon.php?id=$1 |
|---|
| 118 | | |
|---|
| 119 | | RewriteRule ^_icon\/user/([-0-9]+)$ _icons/icon.php?id=$1 |
|---|
| 120 | | RewriteRule ^_icon\/user/([-0-9]+)\/([A-Za-z])\/([0-9]+)$ _icons/icon.php?id=$1&constraint1=$2&size1=$3 |
|---|
| 121 | | RewriteRule ^_icon\/user/([-0-9]+)\/([A-Za-z])\/([0-9]+)\/([A-Za-z])\/([0-9]+)$ _icons/icon.php?id=$1&constraint1=$2&size1=$3&constraint2=$4&size2=$5 |
|---|