SliverSamuel Posted January 19, 2006 Share Posted January 19, 2006 i have been using http://anonym.to/ to direct for links to other websites :ph34r: , and i find it very useful. but how did you guys get all of the links to both the websites and forum to have http://anonym.to/ automatically added to it? plz help, lol, im am baffled by that :ph34r: Link to comment Share on other sites More sharing options...
SliverSamuel Posted January 20, 2006 Author Share Posted January 20, 2006 erm.. anyone??? Link to comment Share on other sites More sharing options...
erRor67 Posted January 20, 2006 Share Posted January 20, 2006 Nsane wrote a script thats integrated into the forum. :ph34r: Link to comment Share on other sites More sharing options...
Nemesis Posted January 20, 2006 Share Posted January 20, 2006 Nsane wrote a script thats integrated into the forum. :ph34r:what is anonym.to?I have always been wondering what that was. Link to comment Share on other sites More sharing options...
nsane Posted January 20, 2006 Share Posted January 20, 2006 it hides our site from their referal logs, all they see is anonym.to :ph34r:@sliversamuel... //----------------------------------------- // Add http://anonym.to/? to every web link //----------------------------------------- if ( preg_match("#^(http|https|ftp|ftps)://#", $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://www.nsaneforums.tk'; $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://www.nsaneforums.tk'; $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...
Nemesis Posted January 20, 2006 Share Posted January 20, 2006 it hides our site from their referal logs, all they see is anonym.to :lol: :P I get it now... thats how you havent been cought using direct links to software yet, nero, Adaware ect... :lol: Link to comment Share on other sites More sharing options...
SliverSamuel Posted January 22, 2006 Author Share Posted January 22, 2006 duude, nsane, ty man so where do i put those stuffs? :lol: Im still a beginner on codes, lol. btw, wad r all those $url['html'] = 'http://anonymz.com/?'.$url['html']; $anon_before[] = 'http://anonymz.com/?http://nsane.tk'; $anon_before[] = 'http://anonymz.com/?http://www.nsane.tk'; $anon_before[] = 'http://anonymz.com/?http://nsaneforums.tk'; $anon_before[] = 'http://anonymz.com/?http://www.nsaneforums.tk'; $anon_before[] = 'http://anonymz.com/?http://nsaneproductions.com'; $anon_before[] = 'http://anonymz.com/?http://www.nsaneproductions.com'; $anon_before[] = 'http://anonymz.com/?http://files.nsaneproductions.com'; $anon_before[] = 'http://anonymz.com/?http://proxy.nsaneproductions.com'; $anon_after[] = 'http://nsane.tk'; $anon_after[] = 'http://www.nsane.tk'; $anon_after[] = 'http://nsaneforums.tk'; $anon_after[] = 'http://www.nsaneforums.tk'; $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']); for? :lol: do i have to do those for all my web pages???ty very much for the help man :P Link to comment Share on other sites More sharing options...
SliverSamuel Posted January 22, 2006 Author Share Posted January 22, 2006 *bump* :lol: Link to comment Share on other sites More sharing options...
nsane Posted January 22, 2006 Share Posted January 22, 2006 it's a mod for IPB, if your wanting to use it on your page you first have to make your site run off an IPB 2.0 database. then just add that code to /sources/lib/post_parser.php above the following line... //----------------------------------------- // Tidy up the viewable URL //-----------------------------------------...done :lol: Link to comment Share on other sites More sharing options...
SliverSamuel Posted January 22, 2006 Author Share Posted January 22, 2006 whoa, its like $40!!! im broke, lol :P oh, well, any other better ideas??? :lol: im noobish when coming down to technical stuffs :lol: Link to comment Share on other sites More sharing options...
nsane Posted January 22, 2006 Share Posted January 22, 2006 you could manually add it to every link, or use a javascript to hijack all your links (which wouldn't be a 100% fix, people with JS disabled would still have completely normal links...bad) :lol: Link to comment Share on other sites More sharing options...
SliverSamuel Posted January 25, 2006 Author Share Posted January 25, 2006 jay, ty, ill try the manual way Link to comment Share on other sites More sharing options...
SliverSamuel Posted February 14, 2006 Author Share Posted February 14, 2006 yess, ive got the latest ipb now, do i still add codes like"$anon_after[] = 'http://www.nsaneproductions.com'; $anon_after[] = 'http://files.nsaneproductions.com'; $anon_after[] = 'http://proxy.nsaneproductions.com';"???cause they are not from my website, plz help, ty in advance Link to comment Share on other sites More sharing options...
nsane Posted February 15, 2006 Share Posted February 15, 2006 yeah, but you'll need to add it to a different file now if you're using 2.1...open sources/classes/bbcode/class_bbcode_core.php and find...CODE //----------------------------------------- // Do we have http:// at the front? //----------------------------------------- if ( ! preg_match("#^(http|news|https|ftp|ftps|aim|ed2k|sig2dat|magnet|arlnk|exeem):#", $url['html'] ) ) { $url['html'] = 'http://'.$url['html']; }...and add the code i posted a few posts up BELOW it ;)but i dont get what you mean about the "my site" thing? :lol: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.