@@ 1338-1344 (lines=7) @@ | ||
1335 | $this->updateRelease($release, $result["0"], $method = "gameCheck: Videogames 1", $echo, $type, $namestatus, $show); |
|
1336 | } else if (preg_match('/\w[-\w.\',;& ]+(GC|NDS|NGC|PS3|WII|XBOX(360)?)[._ -](DUPLEX|iNSOMNi|OneUp|STRANGE|SWAG|SKY)[-\w.\',;& ]+\w/i', $release["textstring"], $result)) { |
|
1337 | $this->updateRelease($release, $result["0"], $method = "gameCheck: Videogames 2", $echo, $type, $namestatus, $show); |
|
1338 | } else if (preg_match('/\w[\w.\',;-].+-OUTLAWS/i', $release["textstring"], $result)) { |
|
1339 | $result = str_replace("OUTLAWS", "PC GAME OUTLAWS", $result['0']); |
|
1340 | $this->updateRelease($release, $result["0"], $method = "gameCheck: PC Games -OUTLAWS", $echo, $type, $namestatus, $show); |
|
1341 | } else if (preg_match('/\w[\w.\',;-].+\-ALiAS/i', $release["textstring"], $result)) { |
|
1342 | $newresult = str_replace("-ALiAS", " PC GAME ALiAS", $result['0']); |
|
1343 | $this->updateRelease($release, $newresult, $method = "gameCheck: PC Games -ALiAS", $echo, $type, $namestatus, $show); |
|
1344 | } |
|
1345 | } |
|
1346 | } |
|
1347 | ||
@@ 1631-1637 (lines=7) @@ | ||
1628 | ||
1629 | if ($this->done === false && $this->relid !== $release["releases_id"]) { |
|
1630 | if (preg_match('/ALiAS|BAT-TEAM|FAiRLiGHT|Game Type|Glamoury|HI2U|iTWINS|JAGUAR|(LARGE|MEDIUM)ISO|MAZE|nERv|PROPHET|PROFiT|PROCYON|RELOADED|REVOLVER|ROGUE|ViTALiTY/i', $release["textstring"])) { |
|
1631 | if (preg_match('/\w[\w.+&*\/\()\',;: -]+\(c\)[-\w.\',;& ]+\w/i', $release["textstring"], $result)) { |
|
1632 | $releasename = str_replace(["(c)", "(C)"], "(GAMES) (c)", $result['0']); |
|
1633 | $this->updateRelease($release, $releasename, $method = "nfoCheck: PC Games (c)", $echo, $type, $namestatus, $show); |
|
1634 | } else if (preg_match('/\w[\w.+&*\/()\',;: -]+\*ISO\*/i', $release["textstring"], $result)) { |
|
1635 | $releasename = str_replace("*ISO*", "*ISO* (PC GAMES)", $result['0']); |
|
1636 | $this->updateRelease($release, $releasename, $method = "nfoCheck: PC Games *ISO*", $echo, $type, $namestatus, $show); |
|
1637 | } |
|
1638 | } |
|
1639 | } |
|
1640 | } |