After readnig a few more posts, I felt a double post was justified, 2 different topics
It is possible to have it get the guild listing and such based on a username/password, but you would have to do your sites in PHP most likely. Something like:
NPC Code:
<?php
$guildname = "Adept";
$password = "PassworD";
include('http://www.graalonline.com/guildcp/remote.php');
?>
Something along those lines might work, because allowing remote access to the database wouldn't be very smart =x
---Shifter