Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from Publish3r/master
Browse files Browse the repository at this point in the history
Custom server list expanded
  • Loading branch information
sunsettrack4 authored Oct 28, 2020
2 parents a085b33 + 0cdbb98 commit 32f522c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ sudo cpan install utf8
mkdir ~/telerising

# Download the .zip file and extract the files into your folder:
wget https://github.com/sunsettrack4/telerising/archive/v0.4.1.zip
wget https://github.com/sunsettrack4/telerising/archive/v0.4.2.zip

# Unzip the file:
unzip v0.4.1.zip
unzip v0.4.2.zip

# Move all script files to the created folder
mv ~/telerising-0.4.1/* ~/telerising/
mv ~/telerising-0.4.2/* ~/telerising/

# Set system-wide permissions to the folder and its related files
sudo chmod 0777 ~/telerising
Expand Down Expand Up @@ -252,6 +252,20 @@ zba6-2
1und1-ess1901-2
1und1-stu1903-1
1und1-stu1903-2
1und1-unn1101-1
1und1-unn1101-2
1und1-mun1901-1
1und1-mun1901-2
1und1-mun1902-1
1und1-mun1902-2
1und1-mun1902-3
1und1-mun1902-4
1und1-dor1101-1
1und1-dor1101-2
1und1-dor1901-1
1und1-dor1901-2
1und1-wup1101-1
1und1-wup1101-2
matterlau1-0
matterlau1-1
matterzrh1-0
Expand Down
4 changes: 2 additions & 2 deletions zattoo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
select $tee;

print "\n ========================= I + \n";
print " TELERISING API v0.4.1 I I + \n";
print " TELERISING API v0.4.2 I I + \n";
print " ========================= I I + + \n";
print " II \n";
print "ZZZZZZZZZ AA TTTTTTTTTT TTTTTTTTTT 888888 888888 \n";
Expand Down Expand Up @@ -231,7 +231,7 @@ sub login_process {
$zserver = "fr5-0";
} elsif( $zserver eq "" ) {
$zserver = "fr5-0";
} elsif( $zserver =~ /fr5-[0-5]|fra3-[0-3]|zh2-[0-9]|zba6-[0-2]|1und1-fra1902-[1-4]|1und1-hhb1000-[1-4]|1und1-dus1901-[1-4]|1und1-ess1901-[1-2]|1und1-stu1903-[1-2]|matterlau1-[0-1]|matterzrh1-[0-1]/ ) {
} elsif( $zserver =~ /fr5-[0-5]|fra3-[0-3]|zh2-[0-9]|zba6-[0-2]|1und1-fra1902-[1-4]|1und1-hhb1000-[1-4]|1und1-dus1901-[1-4]|1und1-ess1901-[1-2]|1und1-stu1903-[1-2]|matterlau1-[0-1]|matterzrh1-[0-1]|1und1-unn1101-[1-2]|1und1-mun1901-[1-2]|1und1-mun1902-[1-4]|1und1-dor1101-[1-2]|1und1-dor1901-[1-2]|1und1-wup1101-[1-2]/ ) {
INFO "Custom Zattoo server \"$zserver\" will be used.\n";
} else {
INFO "Custom Zattoo server \"$zserver\" is not supported, default server will be used instead.\n";
Expand Down

0 comments on commit 32f522c

Please sign in to comment.