Skip to content

Instantly share code, notes, and snippets.

@kaisargaming
Created May 16, 2020 07:05
Show Gist options
  • Save kaisargaming/bd9c0df199c7afa32f4e1cce75fbe747 to your computer and use it in GitHub Desktop.
Save kaisargaming/bd9c0df199c7afa32f4e1cce75fbe747 to your computer and use it in GitHub Desktop.
Games removal checklist

Games Removal Checklist

Files and db table modified

  • view/head.php Mega menu slot, live casino (gd & sunbet), sport (wft) kalau ada, cockfight (cockft)
  • x_games table in db - Removes all provider TGP, WFT
> DELETE FROM x_games WHERE api='TGP';
> DELETE FROM x_games WHERE api='WFT';
  • view/games.php buttons data provider dan data sub provider tgp
  • view/products.php div wft, sunbet, golden deluxe, cockft, ace, lax, pp, rt, habanero (table dan slot)
  • view/member.php atau view/transfer.php tergantung yang lama atau yang baru, di table saldo dan di dropdown transfer, hapus TGP, WFT dan ACE
  • view/promotions.php promo left TGP, ACE, WFT, COCKFT
  • mobi/home.php carousel delete obsolete games
  • mobi/games.php provider buttons delete tgp, cockft, ace, sub providers buttons
  • mobi/product.php div obsolete products
  • includes/id-lang.php remove all obsolete promo
  • Halaman transfer versi mobi, tidak bisa ditest di f555 karena error (tidak tampil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment