root@testserver:~# php /home/servermanager/portals/data2/epg2.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPG Builder</title>
<style>
body, html { font-family: 'Roboto', sans-serif; background: #f0f2f5; color: #333; }
.container { max-width: 600px; margin: 50px auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
h2 { text-align: center; color: #007BFF; margin-bottom: 15px; }
.form-group { margin-bottom: 10px; }
label { display: block; margin-bottom: 5px; font-weight: 500; cursor: pointer; }
.checkbox-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 5px; }
.checkbox-container label { background: #e9ecef; padding: 5px; border-radius: 5px; display: flex; align-items: center; gap: 5px; transition: 0.3s; }
.checkbox-container input { transform: scale(1.2); }
.checkbox-container label:hover { background: #d6e0f5; }
button { width: 100%; padding: 10px; background: #007BFF; color: #fff; border: none; border-radius: 5px; cursor: pointer; margin-top: 10px; font-size: 16px; }
button:hover { background: #0056b3; }
.status { text-align: center; margin-top: 15px; font-weight: bold; }
.download-link { text-align: center; margin-top: 10px; }
.download-link a { text-decoration: none; color: #28a745; font-weight: bold; }
.download-link a:hover { color: #218838; }
.delete-link { color: blue; font-size: small; cursor: pointer; text-decoration: none; }
</style>
</head>
<body>
<div class="container">
<h2>EPG Builder</h2>
<form method="post">
<div class="form-group">
<p><strong>Select EPG Sources:</strong></p>
<div class="checkbox-container">
<label><input type='checkbox' name='countries[]' value='DE' > Germany (DE)</label><label><input type='checkbox' name='countries[]' value='AT' > Austria (AT)</label><label><input type='checkbox' name='countries[]' value='CH' > Switzerland (CH)</label><label><input type='checkbox' name='countries[]' value='
IPTV' >
IPTV (
IPTV)</label><label><input type='checkbox' name='countries[]' value='Misc' > Miscellaneous (Misc)</label><label><input type='checkbox' name='countries[]' value='NL' > Netherlands (NL)</label><label><input type='checkbox' name='countries[]' value='BE' > Belgium (BE)</label><label><input type='checkbox' name='countries[]' value='TNT' > TNT (TNT)</label><label><input type='checkbox' name='countries[]' value='FR' > France (FR)</label><label><input type='checkbox' name='countries[]' value='BG' > Bulgaria (BG)</label><label><input type='checkbox' name='countries[]' value='CZ' > Czech Republic (CZ)</label><label><input type='checkbox' name='countries[]' value='DK' > Denmark (DK)</label><label><input type='checkbox' name='countries[]' value='GR' > Greece (GR)</label><label><input type='checkbox' name='countries[]' value='IT' > Italy (IT)</label><label><input type='checkbox' name='countries[]' value='PT' > Portugal (PT)</label><label><input type='checkbox' name='countries[]' value='HU' > Hungary (HU)</label><label><input type='checkbox' name='countries[]' value='NO' > Norway (NO)</label><label><input type='checkbox' name='countries[]' value='RO' > Romania (RO)</label><label><input type='checkbox' name='countries[]' value='HRV' > Croatia (HRV)</label><label><input type='checkbox' name='countries[]' value='SRB' > Serbia (SRB)</label><label><input type='checkbox' name='countries[]' value='SVN' > Slovenia (SVN)</label><label><input type='checkbox' name='countries[]' value='SE' > Sweden (SE)</label><label><input type='checkbox' name='countries[]' value='FI' > Finland (FI)</label><label><input type='checkbox' name='countries[]' value='UK' > United Kingdom (UK)</label><label><input type='checkbox' name='countries[]' value='ERO' > Erotik (ERO)</label><label><input type='checkbox' name='countries[]' value='NWS' > News (NWS)</label> </div>
</div>
<button type="submit" name="build_epg">Build EPG</button>
</form>
<h5>Already built EPG Files</h5>
<ul style='list-style-type: none; padding: 0;'><li>DE_AT_CH_IPTV.xml <a href='?delete=DE_AT_CH_IPTV' style='color: red; text-decoration: none;'>[Delete]</a></li></ul> PHP Warning: Undefined array key "REQUEST_METHOD" in /home/servermanager/portals/data2/epg2.php on line 132
</div>
</body>
</html>