SWGWebLinks

From SWGANH Wiki
Revision as of 04:14, 5 February 2007 by Snow (Talk | contribs) (SWG Official Forum Archive)

Jump to: navigation, search

SWG Official Forum Archive

http://forums.station.sony.com/swg/board?board.id=game_guides Game Guides COMPLETE
http://forums.station.sony.com/swg/board?board.id=quests Quests and Missions COMPLETE
http://forums.station.sony.com/swg/board?board.id=GCW Galactic Civil War IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=economy Business and Economy COMPLETE
http://forums.station.sony.com/swg/board?board.id=Itemsloot Items and Loot COMPLETE
http://forums.station.sony.com/swg/board?board.id=citieshousing Cities and Housing COMPLETE
http://forums.station.sony.com/swg/board?board.id=lightspeed Jump to Lightspeed Discussion IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=Player_Association Player Associations and Grouping COMPLETE
http://forums.station.sony.com/swg/board?board.id=communityrelations Community Relations COMPLETE
http://forums.station.sony.com/swg/board?board.id=general_star_wars General Star Wars
http://forums.station.sony.com/swg/board?board.id=general_any_topic General Any Topic
http://soe.lithium.com/swg/board?board.id=swgpatchnotes SWG Patch Notes Archive COMPLETE
http://forums.station.sony.com/swg/board?board.id=CoreSystems CoreSystems COMPLETE
http://soe.lithium.com/swg/board?board.id=gsw Galactic Support System
http://soe.lithium.com/swg/board?board.id=communityrelations Community Relations and Website COMPLETE
http://soe.lithium.com/swg/board?board.id=dev_archive Developer Archive (PreCU) COMPLETE
http://soe.lithium.com/swg/board?board.id=devdigest Developer Digest (Looks to be all NGE) COMPLETE

Professions

http://forums.station.sony.com/swg/board?board.id=architect Architect IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=artisan Artisan IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=armorsmith Armorsmith COMPLETE
http://forums.station.sony.com/swg/board?board.id=bio-engineer Bio-Engineer COMPLETE
http://forums.station.sony.com/swg/board?board.id=bounty_hunter Bounty Hunter COMPLETE
http://forums.station.sony.com/swg/board?board.id=brawler Brawler COMPLETE
http://forums.station.sony.com/swg/board?board.id=carabineer Carbineer IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=chef Chef IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=combat_medic Combat Medic IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=commando Commando IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=creature_handler Creature Handler COMPLETE
http://forums.station.sony.com/swg/board?board.id=dancer Dancer COMPLETE
http://forums.station.sony.com/swg/board?board.id=doctor Doctor COMPLETE
http://forums.station.sony.com/swg/board?board.id=droid_engineer Droid Engineer IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=entertainer Entertainer COMPLETE
http://forums.station.sony.com/swg/board?board.id=fencer Fencer COMPLETE
http://forums.station.sony.com/swg/board?board.id=Forcesensitive Force Sensitive IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=image_designer Image Designer COMPLETE
http://forums.station.sony.com/swg/board?board.id=jedi Jedi IN PROGRESS (1-3000)
http://forums.station.sony.com/swg/board?board.id=marksman Marksman COMPLETE
http://forums.station.sony.com/swg/board?board.id=medic Medic COMPLETE
http://forums.station.sony.com/swg/board?board.id=merchant Merchant IN PROGRESS
http://forums.station.sony.com/swg/board?board.id=musician Musician COMPLETE
http://forums.station.sony.com/swg/board?board.id=pistoleer Pistoleer COMPLETE
http://forums.station.sony.com/swg/board?board.id=pikeman Pikeman COMPLETE
http://forums.station.sony.com/swg/board?board.id=pilot Pilot COMPLETE
http://forums.station.sony.com/swg/board?board.id=Politician Politician COMPLETE
http://forums.station.sony.com/swg/board?board.id=ranger Ranger COMPLETE
http://forums.station.sony.com/swg/board?board.id=rifleman Rifleman COMPLETE
http://forums.station.sony.com/swg/board?board.id=scout Scout COMPLETE
http://forums.station.sony.com/swg/board?board.id=profshipwright Shipwright COMPLETE
http://forums.station.sony.com/swg/board?board.id=smuggler Smuggler COMPLETE
http://forums.station.sony.com/swg/board?board.id=squad_leader Squad Leader COMPLETE
http://forums.station.sony.com/swg/board?board.id=swordsman Swordsman COMPLETE
http://forums.station.sony.com/swg/board?board.id=tailor Tailor NOT MIRRORED
http://forums.station.sony.com/swg/board?board.id=teras_kasi_artist Teras Kasi Artist COMPLETE
http://forums.station.sony.com/swg/board?board.id=weaponsmith Weaponsmith COMPLETE

KetuSringa's Miracle WGET Script

wget -o log.boardname.$$ -l 1 -i boardname.list \
 -R 'users_online,board.id=[A-Za-z],view_profile,category.id,tracker,rss' \
 -X 'users_online,board.id=[A-Za-z],view_profile,category.id,tracker,rss' \
 --html-extension --restrict-file-names="unix" \
 --base="file:///var/swg/boardname/soe.lithium.com/" \
 -k -r -N \
 --no-remove-listing -p -np -F \
 --retry-connrefused \
 --limit-rate=120k \
 --timeout=15 \
 --force-directories -U "Mozilla/4.5 (compatible; Snafu 5.4x; Windows 98)" & 

KetuSringa's Miracle Perl Link Generation Script

perl -nle 'foreach $i (1..999) { print "<a href=\"$_$i\">\n";}'

TMR's Uber Super Automated Version

Usage php scriptname "URL" /storage/path/
example:php bob.php "http://soe.lithium.com/board?board.id=chef" /usr/swganh/

<?php
  $url = $_SERVER['argv'][1];
  $basepath = $_SERVER['argv'][2];
  $fp = fopen($url,'r');
  $index = '';
  while (!feof($fp)) 
  $index .= fread($fp,0x1FFFF);
  fclose($fp);
  echo "downloaded.. $url\n";
  $y = strpos($index,"9</a> · <a href=\"");
  $index = substr($index,$y+21,0x1FFFF);
  $y = strpos($index,'&page=')+6;
  $page = substr($index,$y,0x1FFFF);
  $index = '';
  $page = substr($page,0,strpos($page,'"'));
  echo "pages:$page\n";
  list($null,$boardname) = explode("=",$url);

  $fp = fopen($boardname,'w');
  fwrite($fp,"<A href=\"$url\">\n");
  for ($x=1;$x<=$page;$x++)
    fwrite($fp,"<A href=\"$url&page=$x\">\n");
  fclose($fp);

  $url = $boardname;
  echo "to mirror pages type ./go &\n";
  $patternl = '';
  $patternu = '';
  for ($x=ord('a');$x<=ord('z');$x++) {
    if (ord($boardname[0]) <> $x)
	$patternl .= chr($x);
    if (ord($boardname[0]) <> ($x-0x20))
	$patternu .= chr($x-0x20);
  }
$commandstr =
"#!/bin/sh
wget -o log.$url -l 1 -i $url \\
 -R 'users_online,board.id=[$patternu$patternl],view_profile,category.id,tracker,rss' \\
 -X 'users_online,board.id=[$patternu$patternl],view_profile,category.id,tracker,rss' \\
 --html-extension --restrict-file-names=\"unix\" \\
 --base=\"$basepath\" \\
 -k -r -N \\
 --no-remove-listing -np -F \\
 --retry-connrefused \\
  --limit-rate=120k \\
 --force-directories -U \"Mozilla/4.5 (compatible; Snafu 5.4x; Windows 98)\"\n";  

$fixcommand = 
"egrep -B2 \"Internal\" log.$url | egrep \"message|page\" | \\
        sed -e 's/.*soe/<a href=\"http:\\/\\/soe/' -e 's/.\$/\">/' > relist
wc -l relist\n";

$reget =
"wget -o log.$url.reget -i relist \\
 --html-extension --restrict-file-names=\"unix\" \\
 --base=\"$basepath\" \\
 -k -N \\
 --no-remove-listing -p -np -F \\
 --retry-connrefused \\
  --limit-rate=120k \\
 --force-directories -U \"Mozilla/4.5 (compatible; Snafu 5.4x; Windows 98)\"\n";  
  $fp = fopen('go','w');
  fwrite($fp,$commandstr);
  fwrite($fp,$fixcommand);
  fwrite($fp,$reget);
  fclose($fp);
  $runperm = `chmod 775 go`;
?>

Combat

[PreCU Combat Simulator]

Creatures

[Allakhazam Creature List]

General Info

[SWGemu-fr.com]

[Planet Travel Maps / Rates]

[Bloodfin.org]

[Allakhazam]

[SWG Creatures]

[SW Galaxies.net]

[SWG Warcry]

[SWG Craft]

[Synters SWG Resource]

[SWG Wiki]

[SWG Maps]

[SWG Armor]

[Trainer List]

[General Info]

Loot Related

[Loot Revamp Tables / Assembly Tables]

[SWG Items]

Profession Dedicated

[Architect]

[SWG Profession Grind Guides]

[PreCU Character Builder]

[Doctor]

[Tailor (BioCloth)]

[Tailor Site - Glitterwear]

[BioEngineer]

[Chef - Food Tables]

[Teras Kasi]