AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Plugins (https://forums.alliedmods.net/forumdisplay.php?f=76)
-   -   PsychoViewer 1.2 (https://forums.alliedmods.net/showthread.php?t=39201)

sslice 10-24-2005 20:39

PsychoViewer 1.2
 
3 Attachment(s)
This plugin was originally made to allow players to view PsychoStats without getting out of the game. This extended into a plugin that lets you add your own web-based functionalities, such as searching google.

First, install it like you would any other SourceMM plugin.

Then, take a look at addons/psychoviewer/cfg/links.ini and configure accordingly.

Example:
Code:

//
// PsychoViewer Links Configuration
//
//        Here you add URLs along with a keyword for players to browse with
//        Variables: {name}, {steam}, {id}, and {text}
//
//        Example line: google http://www.google.com/search?q={text}
//
//        This would allow players to type "google counter-strike" and search the web
//        for "counter-strike"
//

stats http://stats.yoursite.com/index.php?search={steam}&andor=exact
google http://www.google.com/search?q={text}
sourcemod http://www.sourcemod.net/

Download from the attachments below, or from a FileFront mirror.

FlyingMongoose 10-24-2005 20:52

very nice, I bet some people have been looking for this

nbigdog2000 10-25-2005 11:05

good job, but will this work on the upcoming release of Psychostats 3?

FlyingMongoose 10-25-2005 11:13

I tried compiling a linux version of it...apparently I suck w/ linux, oh well, I don't have a *nix server anyway, I just was trying to be nice.

sslice 10-25-2005 17:06

Quote:

Originally Posted by nbigdog2000
good job, but will this work on the upcoming release of Psychostats 3?

If it doesn't, I can always release a quick update.

jerinx 10-25-2005 20:00

Is this require psychostats?

sslice 10-25-2005 20:01

Quote:

Originally Posted by jerinx
Is this require psychostats?

Yes, this requires PsychoStats (not a stand-alone statistics system).

jerinx 10-25-2005 21:20

Where can i get it?

FlyingMongoose 10-25-2005 22:34

http://www.psychostats.com/

geezer 10-28-2005 11:37

nice but its already built in to mani plugin

An example follows on how to use a token to access your psychostats information in the webshortcutlist.txt file

“stats” http://www.mystats.com/index.php?search={STEAMID}

When a user types ‘stats’ from within the game, the web shortcut will be translated to http://www.mystats.com/index.php?sea...EAM_0:0:123456
The steam id will of course be the player who invoked the command.



All times are GMT -4. The time now is 02:44.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.