Return URL is: https://lucidhotel.pw/client?novote
Have it on my client.php:
<?php include_once ("forcevote.php");
?>
in forcevote.php:
<?php
if(isset($_GET['voted'])) {
}
else {
$userip = "{$_SERVER['HTTP_CF_CONNECTING_IP']}";
$current_url =...
Return URL is: https://lucidhotel.pw/client?novote
Have it on my client.php:
<?php include_once ("forcevote.php");
?>
in forcevote.php:
<?php
if(isset($_GET['voted'])) {
}
else {
$userip = "{$_SERVER['HTTP_CF_CONNECTING_IP']}";
$current_url =...
RevCMS
Themes, addons, scripts, tips, useful information.
I can not garruntee that the resources in this thread are 100% secure. They'll require editing, and fixing (Such as Altercationz Housekeeping and Client PIN).
- - - - - - - - - - - - - - - - - - - -...
Well, I bought a new SSL, which is now active on my namecheap. My IPs are set up in the DNS, and I changed my IIS to use https instead of http, but I get connection refused? Any ideas?
https://prnt.sc/isa14k
https://prnt.sc/isa059
CTRL+SHIFT+I (developer tools) > Console
Click the cog, then preserve logs, and go to /client.php
Things will pop up in the console, correct them in your client.php file.
I'm an absolute newbie when it comes to this.
I have the jukebox, but I dunno how to get songs in there. I tried following the add songs tutorial, I have no songs table though, so I don't even think theres packets and code for it.
All help is appriciated.