SnDnsane Posted June 7, 2007 Share Posted June 7, 2007 Just wondering what mods you use on your Invision Power Board?Maybe I could gate a list if its not to much trouble?For example how did you get the international flags? :unsure:Just wondering because I like how this site looks and runs. Link to comment Share on other sites More sharing options...
nsane Posted June 7, 2007 Share Posted June 7, 2007 http://mods.invisionize.com/db/index.php/f/7196http://mods.invisionize.com/db/index.php/f/7357http://www.invisionmodding.com/forums/?download=494http://www.invisionmodding.com/forums/?download=498http://www.invisionmodding.com/forums/?download=499http://www.invisionmodding.com/forums/?download=528http://www.invisionmodding.com/forums/?download=546and my custom coded P2P hashlink parser and anonym.to injector...not much really... Link to comment Share on other sites More sharing options...
Anteus Posted June 7, 2007 Share Posted June 7, 2007 <script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script><script type="text/javascript"><!--protected_links = "";auto_anonymize();//--></script>the anonym.to script, for use in forums, and blogs put in footer or somewhere else near the end Link to comment Share on other sites More sharing options...
nsane Posted June 7, 2007 Share Posted June 7, 2007 mines coded into IPB and works without javascript :unsure: if ( preg_match("#^(http|https|ftp|ftps)://#i", $url['html'] ) ){ $url['html'] = 'http://anonym.to/?' . $url['html']; $anon_before[] = 'http://anonym.to/?http://nsane.tk'; $anon_before[] = 'http://anonym.to/?http://www.nsane.tk'; $anon_before[] = 'http://anonym.to/?http://nsaneforums.tk'; $anon_before[] = 'http://anonym.to/?http://pirateshare.net'; $anon_before[] = 'http://anonym.to/?https://www.paypal.com'; $anon_before[] = 'http://anonym.to/?http://www.nsaneforums.tk'; $anon_before[] = 'http://anonym.to/?http://www.pirateshare.net'; $anon_before[] = 'http://anonym.to/?http://nsaneproductions.com'; $anon_before[] = 'http://anonym.to/?http://www.nsaneproductions.com'; $anon_before[] = 'http://anonym.to/?http://files.nsaneproductions.com'; $anon_before[] = 'http://anonym.to/?http://proxy.nsaneproductions.com'; $anon_after[] = 'http://nsane.tk'; $anon_after[] = 'http://www.nsane.tk'; $anon_after[] = 'http://nsaneforums.tk'; $anon_after[] = 'http://pirateshare.net'; $anon_after[] = 'https://www.paypal.com'; $anon_after[] = 'http://www.nsaneforums.tk'; $anon_after[] = 'http://www.pirateshare.net'; $anon_after[] = 'http://nsaneproductions.com'; $anon_after[] = 'http://www.nsaneproductions.com'; $anon_after[] = 'http://files.nsaneproductions.com'; $anon_after[] = 'http://proxy.nsaneproductions.com'; $url['html'] = str_replace($anon_before, $anon_after, $url['html']); } Link to comment Share on other sites More sharing options...
Anteus Posted June 7, 2007 Share Posted June 7, 2007 the JS script maybe would have slowed the process down Link to comment Share on other sites More sharing options...
SnDnsane Posted June 7, 2007 Author Share Posted June 7, 2007 Wow thanks alot guys :unsure: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.