Pascal Peyremorte

Results 17 comments of Pascal Peyremorte

yes, I noted the request and will do a look for everywhere it is used and associates values required to be length extended (html size, display length, test length, etc....

I may agree to add fedora and suse release, supposing it works, and even if it does not add anything because they are not supported. But I do not agree...

I have the feeling that it would be more efficient and reliable to use: static function IsValidEmail($email) { return filter_var($email, FILTER_VALIDATE_EMAIL) !== false; } or even to remove completely the...

I I tryed to edit your post to have correct code display unsuccessfully. I tryed ``` , [code], < addr >, < pre >, none seems to work! :-( But...

Hi, I agree that hashing the password is better for security in case of the server is hacked. On other side, for personal server (1 admin, no reseller, no client),...

I agree. Actually backup is unusuable on any server where an host take more than half HD place ! It must be also activable per domain or per user and...

yes. As many, I have proposed (from long time ) the idea of an independent module to handle and configure ssl, but there are a lot of people to report...

1) Answering what ? You are not asking anything, you are only exposing a fact without any detail that can help. 2) You have not read anthing about Sentora, else...

Editing all reseller or client data is already possible and supposed to be done via the "Shadow" function. I will have to review the details about changes proposed, but I...

About modif of translate() : it is definitively not to the "translate()" function to handle parameters replacement. You can use sprintf(translate(), args); if you want, or create a new function...