It will be a lot faster. Cant see the idea of having 2 VPS unless the first one is a Linux and the other one is Windows.
Sent from my SM-G928F using Tapatalk
Probably also due to the fact, that DevBeat are known for habbo retros, there's not really anything to be discussed since that's the main subject on this forum. Either its advertisement, developing, help or releases that gets created mostly. What else should this forum rely on? Coding? Half the...
Wouldn't really help lol, what's the point of linking PayPal's class, when I just modified it? There's not really any less or more explanation on that one.
Wrong link to give the rookies.
Since I've seen so many retarded retros around here, not using any kind of IPN, so that their users have to wait several hours to get what they've paid for, I've decided to release the class and coding I use for my CMS.
Demo: https://www.youtube.com/watch?v=WpqWzwuzfIc
(I assume that you're...
What errors are you getting? Because I can see a few.
Sent from my SM-G928F using Tapatalk
$user = $_SESSION['username'];
$action = "Logged in successfully";
$time = time();
//Type of value getting inserted is depending on your database connection, whether or not it is a class, it is...
Unix timestamp is a bunch of numbers generated in a unix value for a timestamp e.g "time()" in PHP is a unix timestamp.
Sent from my SM-G928F using Tapatalk
Too much of coding required.
function getToken()
{
return hash('sha256', session_id() . date("H:i"));
}
As simple as that, but well both options are good.
Sent from my SM-G928F using Tapatalk
Still vulnerable against brute force attacks, so not entirely true, unless you code a token that regenerates at every request. I simply made one that regenerates using session_id() and date("i") to prevent brute forcing.
Sent from my SM-G928F using Tapatalk
You literally just made a rewrite rule from "http://habski.me/habbo-imaging/badge/whatever.gif" that goes to "http://habski.me/swfs/habbo-imaging/badge.php?badge=$1", so you gotta remove "swfs" from the group badge url, this is seriously just logic to fix this.