PDA

View Full Version : Online Locations


Adrian Schneider
04-27-2005, 04:43 AM
I know how to add custom online locations, but how do you make more complex ones?


case 'newlocation':
$userinfo['action'] = "New Location";
break;


case 'new_location.php':
$userinfo['activity'] = 'newlocation';
break;


I figured out that you can use their requests using $userinfo['values']['request']. So say if they are viewing a game (ex ?g=1) and this is queried as say, $game, with a few basic fields (name, id), how do you get it to recognize them? (Similar to how showthread or forum does, it recognizes $forumid, $threadid, etc, and the name of thread/forum).

Thanks

Oblivion Knight
04-27-2005, 05:58 AM
I've attempted to do this with v3arcade a couple of times, and have failed.. :(

Adrian Schneider
04-27-2005, 08:48 PM
That sucks lol. Has this been done before? (Besides the obvious stock vB stuff)

Oblivion Knight
04-28-2005, 09:15 AM
That sucks lol. Has this been done before? (Besides the obvious stock vB stuff)It was done with the vB2 version of ProArcade, but I think a lot of code has changed since then because using the same approach gives me SQL errors.. :(

cinq
04-29-2005, 12:06 AM
It was done with the vB2 version of ProArcade, but I think a lot of code has changed since then because using the same approach gives me SQL errors.. :(

Hmm maybe I'll take a look at this as well, I've been trying to add this same WOL functionality as you guys for some time.

* cinq subscribes to thread :D

Adrian Schneider
06-06-2005, 10:42 PM
Hmm bump, this would still be really nice.