WolfMap's show is over


(shagileo) #21

It has been said before, but Wolfmap.de was one of the best resource sites out there.
Thanks for your services towards the community - we’ll never forget wolfmap !


(Paul) #22

We’re working on linking all the maps too files on Trackbase, keep checking out the maplist :wink:

Help is appreciated.


(.Chris.) #23

Sad news, I hope you will come back with BrinkMaps.de one day :slight_smile:


(vicpas) #24

bad news…


(ronboy) #25

I frequently visited this site for news and files. I hope all of the files will be put somewhere else for download.


(shagileo) #26

=>

We’re working on linking all the maps too files on Trackbase, keep checking out the maplist :wink:

Help is appreciated.

=>
news section: http://et.trackbase.net/index.php
maps section: http://et.trackbase.net/?mod=maplist


(ronboy) #27

Glad the maps and everything else can be saved. I’d like to thank everyone who helped preserve these files. :stroggtapir:


(Dinius) #28

Almost forgot

Everything in ET categories excluding maps:
http://trickjump.me/archive/Wolfmap.de/

The maps + many many more:
http://www.trickjump.me/dl/index.php?dir=Maps


(Berzerkr) #29

Yes, a few more sites will follow.
I publish the sites later.


(dutchmeat) #30

Hey Bezerk, sorry to hear that. Thanks for everything, and good luck with future projects.


(badman) #31

Guys, please don’t derail this thread and keep it about Wolfmap.de.

Berzerkr, as many others have pointed out, WolfMap.de has been one of the best Wolf: ET resources out there for many years and we’re truly saddened to see it go. If there’s anything we can do from our end, don’t hesitate to get in touch.


(twt_thunder) #32

[QUOTE=Dinius;249586]Yes… :stuck_out_tongue: (it’s perl)

This will either brute force through any amount of file ids at wolfmap or get the links from a specified “category” page, such as the maps page… :slight_smile:


#!/usr/bin/perl -w
use strict;
use LWP::UserAgent;

# Directly checks all files between 0 and $max_file_id
my $brute_force = 0;
my $max_file_id = 10000;

# Alternative to brute force, takes all links from a category page
my $cat_id = 5;


my $ua = LWP::UserAgent->new;

$ua->agent("Just something to prevent hacking attempt message");

my $base_dl = "http://www.wolfmap.de/download.php?file_id=";
my $base_id = "http://wolfmap.de/files.php?cat_id=";

if ($brute_force)
{
	for (my $i = 0; $i < $max_file_id; $i++)
	{
		print "[$i] .. ";
		dl_file($i);
		print "
";
	}
}
else
{
	my $page = $base_id . $cat_id;
	
	my $res = $ua->get($page);
	
	if ($res->is_success)
	{
		my $data = $res->content;
		my $x = 0;
		while($data =~ /file_id=(\d+)">/g)
		{
			dl_file($1);
		}
	}
}


sub dl_file
{
	my $i = shift;
	
	my $res = $ua->get($base_dl . $i);
	
	if ($res->is_success)
	{
		my $data = $res->content;
		
		if ($data =~ /href="(.+?)">Hier/)
		{
			my $directlink = $1;
			
			if ($directlink =~ /ET\/([^\/]+)\/(.+?)$/)
			{
				my $folder = $1;
				my $filename = $2;
				
				my $dir = "C:/wolfmaprip/". $folder;
				
				if (!-d $dir)
				{
					mkdir($dir)
				}
				
				if (!-e "$dir/$filename")
				{
					my $dl = $ua->mirror($directlink, "$dir/$filename");
					if ($dl->is_success)
					{
						print "Downloaded $filename
";
					}
					else
					{
						print "Failed to download $filename
";
					}
				}
				else
				{
					print "Skipped $dir/$filename
";
				}
			}
			else
			{
				print "Failed to get folder or filename for $directlink
";
			}
		}
	}
}





[/QUOTE]

how do you do this? I want the files too


(dutchmeat) #33

Copy it to notepad, save it as a .pl file(Perl), and download Perl from the activeState website. This will allow you to execute this script.


(Dinius) #34

or you could just download this:
http://www.trickjump.me/archive/Wolfmap.de/rip_script+exes.zip

And make a folder somewhere with some free space and run … rip_3.exe I think it was


(twt_thunder) #35

doesnt work for me :frowning: :frowning:


(stealth6) #36

I took a look and I don’t know much about perl or how you made the .exe, by line 93 looks wrong.

I tried to change it, but still gives the same error.


(Dinius) #37

We’re awesome @ being ontopic :stroggbanana:

The problem is “my $dir = “C:/wolfmaprip/”. $folder;”, and the exes have some other dir set, and it wont make this dir and will error and die if it doesn’t find it… my bad forgot about that :smiley:
So that’s why the exes wont work. But if you change that dir in the source to something which actually exists, and run the script, it should be ok :slight_smile:


(hellreturn) #38

We have started creating one:

http://fearless-assassins.com/forum/files/

At present only registered users can download files it but once most of the thing is done, guest will be able to download it.

Below features can only be used by registered users in order to avoid spam.

  1. Comments.
  2. Like and unlike of there maps.
  3. Revision email updates if they choose for notifications.
  4. Sharing on facebook, twitter, emailing, etc.
  5. Rating of map.

In future we might change few more things to provide few things better. At present, there are not may files because for each file we are trying to provide some info or screenshots if we can.

We will also try to add link to original author website i.e. map owners in future once our basic work is done.

Any user can instantly login on our forums using there:

  1. Windows Live ID
  2. Facebook account.
  3. Twitter account.

We don’t support instant login using gmail or yahoo because most of the spam comes from that 2 domains.

I might even add OpenID login support soon. :slight_smile:


(Loffy) #39

Wolfmap.de, we salute you.


(d3Xter) #40

hello all

it is very sadly that Wolfmap.de closes :frowning:
with wolfmap we lose a tall partner and a very important download resourche

it is conscious for us, we must more stick this together now
we will take on the downloads of Wolfmap extensively
but it will last for a time, this quantity of downloads adding
some downloads are already available

until recently we still have written our news in german,
but now we will take on the concept of Wolfmap.de and writing the news in english in future
english is the world language and we have striven to write more ET-news

we hope to be able to give the remaining et-fans another home with that :slight_smile:

btw: sorry, my english is not very good but I will try my most possible one

greetings
dexter

www.et4ever.de | www.rtcw4ever.de | www.wolfenstein4ever.de