PIaystation-Lord
New member
<?php
if($_GET['KEY'] isin /productkeys.txt) {
echo("Key is vaild");
}
?>
if the key is in the file it will say vaild
/index.php?KEY=dfefciiowqwhatever
how do i do this? someone give me code
I haven't done php code for awhile. i need help
if($_GET['KEY'] isin /productkeys.txt) {
echo("Key is vaild");
}
?>
if the key is in the file it will say vaild
/index.php?KEY=dfefciiowqwhatever
how do i do this? someone give me code
I haven't done php code for awhile. i need help