Difference between revisions of "SWGWebLinks"
From SWGANH Wiki
(→Profession Dedicated) |
(→SWG Official Forum Archive) |
||
Line 1: | Line 1: | ||
==SWG Official Forum Archive== | ==SWG Official Forum Archive== | ||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
{| class="wikitable" align="center" | {| class="wikitable" align="center" | ||
| http://forums.station.sony.com/swg/board?board.id=game_guides | | http://forums.station.sony.com/swg/board?board.id=game_guides | ||
Line 68: | Line 71: | ||
| Developer Digest (Looks to be all NGE) | | Developer Digest (Looks to be all NGE) | ||
| <font color=green>'''COMPLETE'''</font> | | <font color=green>'''COMPLETE'''</font> | ||
+ | |} | ||
|} | |} | ||
Revision as of 01:05, 10 August 2007
SWG Official Forum Archive
Professions
http://soe.lithium.com/swg/board?board.id=architect | Architect | COMPLETE |
http://soe.lithium.com/swg/board?board.id=artisan | Artisan | COMPLETE |
http://soe.lithium.com/swg/board?board.id=armorsmith | Armorsmith | COMPLETE |
http://soe.lithium.com/swg/board?board.id=bio-engineer | Bio-Engineer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=bounty_hunter | Bounty Hunter | COMPLETE |
http://soe.lithium.com/swg/board?board.id=brawler | Brawler | COMPLETE |
http://soe.lithium.com/swg/board?board.id=carabineer | Carbineer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=chef | Chef | COMPLETE |
http://soe.lithium.com/swg/board?board.id=combat_medic | Combat Medic | COMPLETE |
http://soe.lithium.com/swg/board?board.id=commando | Commando | COMPLETE |
http://soe.lithium.com/swg/board?board.id=creature_handler | Creature Handler | COMPLETE |
http://soe.lithium.com/swg/board?board.id=dancer | Dancer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=doctor | Doctor | COMPLETE |
http://soe.lithium.com/swg/board?board.id=droid_engineer | Droid Engineer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=entertainer | Entertainer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=fencer | Fencer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=Forcesensitive | Force Sensitive | COMPLETE |
http://soe.lithium.com/swg/board?board.id=image_designer | Image Designer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=jedi | Jedi | COMPLETE |
http://soe.lithium.com/swg/board?board.id=marksman | Marksman | COMPLETE |
http://soe.lithium.com/swg/board?board.id=medic | Medic | COMPLETE |
http://soe.lithium.com/swg/board?board.id=merchant | Merchant | COMPLETE |
http://soe.lithium.com/swg/board?board.id=musician | Musician | COMPLETE |
http://soe.lithium.com/swg/board?board.id=pistoleer | Pistoleer | COMPLETE |
http://soe.lithium.com/swg/board?board.id=pikeman | Pikeman | COMPLETE |
http://soe.lithium.com/swg/board?board.id=pilot | Pilot | COMPLETE |
http://soe.lithium.com/swg/board?board.id=Politician | Politician | COMPLETE |
http://soe.lithium.com/swg/board?board.id=ranger | Ranger | COMPLETE |
http://soe.lithium.com/swg/board?board.id=rifleman | Rifleman | COMPLETE |
http://soe.lithium.com/swg/board?board.id=scout | Scout | COMPLETE |
http://soe.lithium.com/swg/board?board.id=profshipwright | Shipwright | COMPLETE |
http://soe.lithium.com/swg/board?board.id=smuggler | Smuggler | COMPLETE |
http://soe.lithium.com/swg/board?board.id=squad_leader | Squad Leader | COMPLETE |
http://soe.lithium.com/swg/board?board.id=swordsman | Swordsman | COMPLETE |
http://soe.lithium.com/swg/board?board.id=tailor | Tailor | COMPLETE |
http://soe.lithium.com/swg/board?board.id=teras_kasi_artist | Teras Kasi Artist | COMPLETE |
http://soe.lithium.com/swg/board?board.id=weaponsmith | Weaponsmith | COMPLETE |
Galaxies Boards
http://soe.lithium.com/swg/board?board.id=bloodfin_trade | Bloodfin Trade | ABORTED |
http://soe.lithium.com/swg/board?board.id=Bloodfin | Bloodfin |
Exca Miraculous Storage
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
Creatures
General Info
[SWG Wiki]
[SWG Maps]
Loot Related
[Loot Revamp Tables / Assembly Tables]
Profession Dedicated
[Doctor]