I was referring to the people whose support tickets I've been handling.
For example, Kevin of ameca.org wants to know why he has to have a password for his billing account and a different password for his cPanel...
Run a query to grab how many points the user who is sending them has:
$query = "SELECT `vip_points` FROM users WHERE username = '$from';
$points = mysql_query($query);
Then an if check to see if the amount is more than what the user has:
if $points > $amount {
echo 'You do not have...
I already did in your other thread, which you have since removed the alleged content from your GitHub. I think that says enough. I even showed where you took the admin page from and you just renamed it. Then I asked you to write a simple cURL function that would take less than a minute and you...
That's Java Runtime Environment, which is different than JDK (Java Development Kit - used for compiling Java really).
You can still check your environment variables to check what version of Java it's using to run Java (JAVA_HOME).
C:\Program Files\Java
If you have more than one jdk folder, I'd go into your environment variables and check to see which one is being used by the JAVA_PATH
He doesn't need to uninstall JDK, the exploit is specific to the Java Runtime Environment (JRE).
He can get rid of JavaFX though as it's useless unless you use it for mobile development.
You probably had that problem because the partition was over 32GB or if you partitioned it as NTFS. Mac OSX can read and write FAT/32, but can only read NTFS.
Depends on how one defines terrorism. One man's terrorist is another man's freedom fighter. One could argue that Bush and Obama were/are terrorists because of their indiscriminate drone attacks. It could be argued that Israeli politicians are terrorists because they approved of targeted...
I think the only reason they aren't doing it yet is because of how easy it is to pirate the game on PC. They will probably wait for the DLC to be released for the consoles before announcing the PC version.