Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
It really comes down to personal experience and preference. I dont usually use a control panel on my personal server usually because I like to mess around with the technology powering it, its a lot easier to do when you dont have to worry about breaking a control panel.
I have used Plesk...
Hi.
I am wondernig if this is possible, I'm part of a team project, and we are having some headakes oriented around permissions on our group storage.
I want in my home directory to have default permissions of 700 so no one but me can see whats there.
But in the group directory I need...
Hi
I am trying to get Java to work (not easy I know)
Assuming i'm in ~/Java
which has src, javadoc and classes
So I ran:
classpath=./classes/
CLASSPATH=./classes/
( both echo out ./classes/ now )
I make a Test1 directory in src and a file Address.java in src/Test1
this...
You could get away without haveing any complicated Unique ID Numbers.
When generateing the email just add unsubscribe.php?id=theirEmail
Then they can click that, DB looks for theirEmail and removes it nice and simple db structure, make sure it's unqiue & indexed however.
And dont...
Hi.
I am putting together a script to backup a shared folder and scp it to an off-site location (just in case :) )
I was wondering, is it possible to pass to scp the password of the remote host, that way I dont need to nessesarily be at the system / ssh'ed in whilst the back up is...
Hello,
I have been trying to establish the feasability of using Mobiles to get status indicators from a website.
I have never interacted with mobiles before (at least not in the sense of a website).
Roughly what would be needed is for a SMS to be sent with some information (Username...
Have you checked the error logs when trying to access them?
I had similar issues with a CGI Script in general after some footering around I discovered it was my Allow, Deny statements in the root directory that was causing some issues .
There is a function to insert and format at the same time, but it also relys on the source being in a particuar layout.
I think forcing the user to enter in a particuar way would be best preferablly using the month as word that way its obvious whats what.
1/2/2006 or 2/1/2006 Which is which...
If they insist on using email they should put up a big red sign saying: Warning We will send your credit card details un-encrypted so that everyone can read it. Use this site at your own risk.
This would be a nice time to remember the Latin phrase for buyer beware :)
A better method would...
You need to set Apache to relize one or more files in .php extension are a valid index file:
DirectoryIndex index.php index.html index.htm
That should be placed in httpd.conf
With that statement, if you have any of those files it'll load that automatically when you goto mydir/ which...
Built in no.
But you could write a small parser.
Have a look at the regular expressions functions http://uk.php.net/manual/en/function.preg-match.php
emails are letters and numbers and - followed by the @ folloed by letters and numbers and - and then a dot followed by at least one more...
Hi,
I am writing a small page to edit mp3s that are missing titles etc from the header thus showing up in players with things like "Track 01" or other unhelpfull descriptions.
Now, I aint sure if my problem is the Pear MP3_ID package or client or miss understanding of the ID3 Tags.
In...
Simply download each from their website.
Install Apache before PHP, MySQL in any order. And then phpMyAdmin at the end (it needs both PHP & MySQL to work :)
PHP5 vs PHP4:
Unless you have a specific requirement that PHP5 made obsolete then PHP5 would make most sense - the only major...