Pages: 1
Offline
from the source code:
// User pages Router::connect('/users/flag_list', array('controller' => 'users', 'action' => 'flag_list')); Router::connect('/users/update', array('controller' => 'users', 'action' => 'update')); Router::connect('/users/checkUserName', array('controller' => 'users', 'action' => 'checkUserName')); Router::connect('/users/whitelistip', array('controller' => 'users', 'action' => 'whitelistip')); Router::connect('/users/us_banned/*', array('controller' => 'users', 'action' => 'us_banned')); Router::connect('/users/updatepic/*', array('controller' => 'users', 'action' => 'updatepic')); Router::connect('/users/curator/*', array('controller' => 'users', 'action' => 'curator')); Router::connect('/users/uncurator/*', array('controller' => 'users', 'action' => 'uncurator')); Router::connect('/users/showgalleries/*', array('controller' => 'users', 'action' => 'showgalleries')); Router::connect('/users/comment_list/*', array('controller' => 'users', 'action' => 'comment_list')); Router::connect('/users/ignore_user/*', array('controller' => 'users', 'action' => 'ignore_user')); Router::connect('/users/remove_ignore_user/*', array('controller' => 'users', 'action' => 'remove_ignore_user')); Router::connect('/users/add_ignore_user/*', array('controller' => 'users', 'action' => 'add_ignore_user')); Router::connect('/users/updatepass/*', array('controller' => 'users', 'action' => 'updatepass')); Router::connect('/users/updateemail/*', array('controller' => 'users', 'action' => 'updateemail')); Router::connect('/users/notify/*', array('controller' => 'users', 'action' => 'notify')); Router::connect('/users/removefriend/*', array('controller' => 'users', 'action' => 'removefriend')); Router::connect('/users/removegallery/*', array('controller' => 'users', 'action' => 'removegallery')); Router::connect('/users/showfriends/*', array('controller' => 'users', 'action' => 'showfriends')); Router::connect('/users/renderProjects/*', array('controller' => 'users', 'action' => 'renderProjects')); Router::connect('/users/renderFriendProjects/*', array('controller' => 'users', 'action' => 'renderFriendProjects')); Router::connect('/users/render_comment_list/*', array('controller' => 'users', 'action' => 'render_comment_list')); Router::connect('/users/loginsu/*', array('controller' => 'users', 'action' => 'loginsu')); Router::connect('/users/pwdreset/*', array('controller' => 'users', 'action' => 'pwdreset')); Router::connect('/users/set_email/*', array('controller' => 'users', 'action' => 'set_email')); Router::connect('/users/close_account/*', array('controller' => 'users', 'action' => 'close_account')); Router::connect('/users/removefavorites', array('controller' => 'users', 'action' => 'removefavorites')); Router::connect('/users/countries/*', array('controller' => 'users', 'action' => 'countries')); Router::connect('/users/*', array('controller' => 'users', 'action' => 'view'));
Offline
What do all of those do normally?
Offline
updatepic wrote:
I made one
I'm actually fivehead
same here
Offline
Lol I should try some, but don't want to "take" them
Offline
veggieman wrote:
flag_list wrote:
I did it! Thanks TRocket!
I am qwerts9000Whoa, I've never seen that page before.
It's cool, though.
Actually, that's cool!
Offline
jji7skyline wrote:
veggieman wrote:
flag_list wrote:
I did it! Thanks TRocket!
I am qwerts9000Whoa, I've never seen that page before.
It's cool, though.Actually, that's cool!
It is! These are cool and weird
Offline
Hyperbola wrote:
Lol I should try some, but don't want to "take" them
its okay, You can take some.
Offline
us_banned wrote:
Umm...
You might not want to click my name
P.S. this is Fivehead again. THIS IS AWESOME!
It doesn't actually do anything, just a blank page.
Offline
Hyperbola wrote:
us_banned wrote:
Umm...
You might not want to click my name
P.S. this is Fivehead again. THIS IS AWESOME!It doesn't actually do anything, just a blank page.
try it it is fun
Offline
qwerts9000 wrote:
Hyperbola wrote:
us_banned wrote:
Umm...
You might not want to click my name
P.S. this is Fivehead again. THIS IS AWESOME!It doesn't actually do anything, just a blank page.
try it it is fun
Erm, no? It's a normal scratch page, but with nothing where the "content" would be.
Offline
It's an interesting set of paths - but please don't make accounts to match them. They were never intended to be account paths and making accounts to match them might bust something - or at least have "unintended consequences"
Offline
Paddle2See wrote:
It's an interesting set of paths - but please don't make accounts to match them. They were never intended to be account paths and making accounts to match them might bust something - or at least have "unintended consequences"
I suppose we could do like jvvg and try it on a local copy (but that would take a veeeeery long time to set up )
Offline
Paddle2See wrote:
It's an interesting set of paths - but please don't make accounts to match them. They were never intended to be account paths and making accounts to match them might bust something - or at least have "unintended consequences"
It wont work on 2.0. Which is why I guess you removed them
Offline
Pages: 1