IsIGB() && $brow->IsTrusted())) RedirectResponse('links.php'); if (isset($_POST['fleetLink']) && isset($_POST['name'])){ $matches; if (preg_match('/gang:(?\d+)/', GetPost('fleetLink'), $matches)) { $a = Alliance::EnsureAlliance($brow->AllianceId(), $brow->AllianceName()); $f = new Fleet(); $f->Id = $matches['id']; $f->AllianceId = $a->Id; $f->Name = GetPost('name'); $f->Added = time(); if ($f->Validate()) { $f->Save(); // this seems like a good place to delete old fleets Fleet::DeleteOldFleets(); DataManager::GetInstance()->CloseConnection(); RedirectResponse('links.php'); } } } ?> Fleet Links - Add Fleet

Fleet Links

Add Fleet

Fleet alliance: AllianceName()); ?>
After setting your fleet to be self-invite for alliance, post the fleet invite to a channel. (screen shot)
Right click the "Fleet Invitation (Alliance)" link and select copy. (screen shot)
Right click on this text box and select Paste:
The name of your fleet:

Feel free contact WoogyDude in game or via GoonFleet private message if you have any questions or comments.