So this is a sample of what I’ve been writing the past 20 hours:
$content = eregi_replace(“/cgi-bin/mnarcview.cgi?”, “http://www.purplewaveauction.com/index3.php?arcview=”, $content, );
$content = eregi_replace(“/cgi-bin/mnincview.cgi?”, “http://www.purplewaveauction.com/index3.php?incview=”, $content, );
$content = eregi_replace(“/cgi-bin/mnarcview.cgi”, “http://www.maxanet.com/cgi-bin/mnarcview.cgi”, $content, );
$content = eregi_replace(“/cgi-bin/mnarclist.cgi?”, “http://www.purplewaveauction.com/index3.php?arclist=”, $content, );
$content = eregi_replace(“/cgi-bin/mnarcsearch.cgi?”, “http://www.purplewaveauction.com/index3.php?arcsearch=”, $content, );
$content = eregi_replace(“/cgi-bin/mnarcsearch.cgi”, “http://www.purplewaveauction.com/index3.php?arcsearch=”, $content, );
$content = eregi_replace(“/cgi-bin/mnlist.cgi?purple”, “http://www.purplewaveauction.com/index3.php?list=”, $content, );
$content = eregi_replace(“/cgi-bin/mnprint.cgi?purple”, “http://www.purplewaveauction.com/index3.php? catalog=”, $content, );
$content = eregi_replace(“/cgi-bin/mnhistory.cgi?purple”, “http://www.purplewaveauction.com/index3.php?history=”, $content, );
$content = eregi_replace(“/cgi-bin/mncal.cgi?purple” ,”http://www.purplewaveauction.com/index3.php”, $content, );
$content = eregi_replace(“/cgi-bin/mncal.cgi”, “http://www.maxanet.com/cgi-bin/mncal.cgi”, $content, );
$content = eregi_replace(“/cgi-bin/mndetails.cgi?purple” ,”http://www.purplewaveauction.com/index3.php?auction=”, $content, );
$content = eregi_replace (“target=”new””,””, $content, );//Counter earlier replace (backward comp. only)
$content = eregi_replace(“http://maxanet.com http://www.purplewaveauction.com/index3.php?list=”, “http://www.purplewaveauction.com/index3.php?list=”, $content, );
The show in Junction was pretty short. Not many people there the Saturday two days after Christmas. Looking forward to next week, though.
“But break, my heart, for I must hold my tongue.” –Hamlet
Comments are closed.