Search found 7 matches

by Greytusks
Wed Feb 09, 2005 11:46 am
Forum: General Discussion
Topic: German and French localized version - HERE!
Replies: 17
Views: 18918

I have also released a small update for the English version, which is also available at the above link.
mmm, that link (this post) only have the european versions, hehe.
by Greytusks
Tue Feb 01, 2005 4:51 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 288984

Are the blacklisted names characters that are no longer in the guild but they still show up on the site as being in the guild? exact And good suggestion, thanks edit : // do one read to get the header $buffer = fgets($infile, 4096); $blackbuffer = fgets($blackinfile, 4096); // tryin...
by Greytusks
Tue Feb 01, 2005 4:27 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 288984

<?php // // Rostertest.php // // Sample guild export downloader and display // You may use this script as you wish. This is only some sample code // provided to help get a jumpstart! // // Created: february 1st 2005 // // Author: Cooper Sellers aka Rollie - Bloodscalp // Modifications: Martin Beauv...
by Greytusks
Tue Feb 01, 2005 3:26 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 288984

Somebody asked the same question already, but I can't seem to find the thread (I know, there isnt that many threads, hehe). Was there a way to purge members who have been kicked out from the guild list taken with census+ from the WarcraftRealms data? Or will those appear on the roster until they fin...
by Greytusks
Tue Feb 01, 2005 12:42 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 288984

I plan to modify (when I finally stop playing WoW a bit and fix my site instead, hehe) your base code to replace the echo to the page by code that puts the data into a local guild database, which would let ppl view the data a bit like on WarcraftRealms by letting them sort the data by the various fi...
by Greytusks
Thu Jan 27, 2005 5:42 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 288984

Don't have time to setup a better looking presentation for tonight, but it works great! http://ironwolves.vempyre.net/archives/2005/01/members_list_fr.php I had problems getting the $local_directory variable to point to the right folder with the proper autorisations so I just used "./" to make it ea...
by Greytusks
Thu Jan 27, 2005 4:45 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 288984

I greatly appreciate the jumpstart it gives me. I have been out of touch with programming for a while now. With my basics in PHP I should be able to utilize this exemple in setting it up for my guild site.

I will make sure to credit warcreaftrealms for the help!