![]() |
Vanguard Guild Roster Integration Hack
Vanguard - Saga of Heroes Guild Roster Integration Hack WHAT IS THIS? This plugin integrates your guild's data obtained from vgplayers.station.sony.com with vBulletin FEATURES:
INSTALLATION: Easy! Takes only a few minutes:
NOTE TO USER: I am VERY new to vBulletin and .php coding. This is my first hack. I'll do my best to support it the best I can. I know if Sigil changes their format of the .csv file, we'll all need to do a little more work on it. Hope you enjoy this! Please be gentle with your comments. :D UPDATES: Version 1.0.2: Initial Release (March 14, 2007) MAKE SURE YOU CLICK INSTALL You will get an email when a new version is released. This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation. |
Reserved
|
Very nicely done. Installed. I've been working on something similiar myself but this far surpasses my plans. You figured out a way to do a few things I was stuck on. I'm going to play with it a little bit to get it the way I want.
My plans at the moment: 1) Get the vgroster and memberlist connected. I'd like to have a column for usernames and then only display users on the roster if they have an account on the forum. They must also be in one of the following usergroups (5,6,9,10) to appear on the roster. Having a roster identical to VGPlayers means I could have just gone to VGPlayers instead; no offense. 2) Add a class counter at the bottom. I already have these things working on my Showroster Hack, but I haven't been able to get the sorting to work. Plus, it is still tied to showgroups which I haven't gotten around to maniplulating yet. I just need to figure a way to merge this with mine. I really like what you put together. Thanks! Feel free to take a look at what I have for any idea's. My Guild Roster. |
Would be nice making this for any kind of roster.
|
Quote:
Quote:
Quote:
Quote:
At least I don't think so...... |
The best way I can think of accomplishing #1 is having users enter a CharID in their profile. That means adding an additional profile field. Once they enter a correct ID, you can have their userfield.field# match up with the vgroster_roster.CharID. Only members of certain usergroups AND with a good CharID would then appear on the roster. I am just having trouble getting my code to work. Going to continue looking into it later.
|
Gandiel, I hope you don't mind me posting this here. I apologize if you do.
I just threw the instructions for the class statistics counter together that works with your hack. I've been using it for my showroster hack already. I only had to make a few changes. One change was having to put a space after each class name. It should be easy to change later if one of us get the roster working with the forum usernames. Instructions are attached. |
Thanks....
|
This is the message I get when trying to run the update:
Vanguard Roster Update Could not open file for reading Any Ideas? |
The VGPlayers website might have been down. Their website usually goes down when they do their daily restarts.
Check the VGPlayers website manually. If you can't get to it, then that's why you can't update. If you CAN get to it, post back here and we'll see if we can't work it out. |
Yeah I can get it to it tried it a few times, and also tried reloading the entire product a couple of times to make sure it was not something I did.
|
Did you put in your guildID at the end of this line in vgroster_import.php?
$file ="http://vgplayers.station.sony.com/includes/guilds/guildsRosterCSV.vm?guildId=123456789"; Replacing 123456789 with your guild's ID? |
yes I did
|
Kavious,
Email me your $file ="http://vgplayers.station.sony.com/includes/guilds/guildsRosterCSV.vm?guildId=123456789"; line so I can test it, please. Gandiel |
Sent it via PM since it wont give me your email.
|
Quote:
http://img113.imageshack.us/img113/7...ot00059pi8.jpg What do u think? |
I have no idea how somebody could interface to that. It looks like the game America's Army has it's own memberslist (like you show above).
I didn't see anywhere on their site the "raw" feed that you could use for your own purposes. |
Kavious,
I've been doing some research on your problem... What version of PHP do you have? Do you know if safe mode is on? http://us.php.net/fopen -- This is the function that opens the VGPlayers CSV file. Quote:
And here is the allow_url_fopen: Quote:
So it looks like you may be unable to run the scheduled task because safe mode for PHP is turned on. Something you can try....
|
Quote:
|
Trin,
Yes. You'd need a raw feed. (unless someone else has any ideas...) Maybe try posting in the "Modifications not Available" forum. https://vborg.vbsupport.ru/forumdisplay.php?f=112 Gandiel |
|
Hrmmm.. well... I'll certainly look into it then.
It may have to wait until I get the next release of this hack out the door... which should be soon. Gandiel |
Quote:
Thanks a bunch |
Quote:
|
edit: Found the problem, fixed it myself. Disregaurd.
I was missing images in a directory that the template coding points to for the sort buttons, causing the roster to not be sortable. |
Hey Xaices!
Was just about to reply. =) Maybe see you on tonight. Kinsie and I "should" be there. |
Holy hell, Bro
You know it realy did not dawn on me that you were the Coder of this Hack, till just now. Damn bro nice work by the way. Sorry I missed you in game last night. I was only on for a short time, Althrom and Tom were running the Unicorn Quest, and I, well Can you realy see a LG DK on a unicorn, well any ways just helped some of the Bladesworn guys try and down a few named in Thelaseen. Unfortunately no names where up all that were there were PH's. Lots of friken Heavy Ancient Drops tho, the most I have seen in 14 levels. 4 puldrons droped in the course of 3 hours, and numerous other pieces. PM me any time on my site if you want to link up with the IRE Crew. ttyl Xaices |
I installed the hack exactly the way the instructions stated.
I get the following at this url: http://www.vgchronicle.org/vgroster.php any help would be appreciated. Thanks. |
could you please make an Everquest 2 roster hack?
|
Quote:
|
Gandiel,
Need some help please. I get this when I run a scheduled task. Quote:
|
Ok Gandiel is no longer supporting this. Can any one assist?
Quote:
|
Xaices and anyone else,
Seeing Xaices last post with that quote in it gave me some insight to the problem. I've provided a fix (for now) to the problem. You'll need to UNINSTALL the product first, then REINSTALL the new product-vgroster.xml file attached to this post and overwrite the vgroster_import.php in includes/cron/ The reason I say this is a temporary fix is because there's a problem with Vanguard's CSV output. They only want to display 11 headings: Code:
name, id, prefixTitle,advtClass,advtLevel,craftingClass,craftingLevel,diplomacyClass,diplomacyLevel,dateJoined,guildRank Code:
Xaices,81604385483,Founder,Dread Knight (20),50,Crafter (1050),1,Diplomat,4,,2007-12-10,Initiate If Vanguard ever fixes that, the cron job will break again. I stopped supporting this months ago. I haven't even played Vanguard since April 2007. I just had some spare time this morning to take a deeper look into the problem. GL to you all. Gandiel |
Thank you Gandiel!
|
All times are GMT. The time now is 07:05 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|