Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connectionsFrom: Farley Flud Subject: Re: Something I Never Fucking Knew Newsgroups: comp.os.linux.advocacy References: <17db210c74434ce0$119$1016857$802601b3@news.usenetexpress.com> <66769e0c$0$3898$426a34cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 34 Path: ...!news-out.netnews.com!s1-1.netnews.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail Date: Sat, 22 Jun 2024 12:01:20 +0000 Nntp-Posting-Date: Sat, 22 Jun 2024 12:01:20 +0000 X-Received-Bytes: 1394 Organization: UsenetExpress - www.usenetexpress.com X-Complaints-To: abuse@usenetexpress.com Message-Id: <17db51da341531ea$135274$675878$802601b3@news.usenetexpress.com> Bytes: 1728 On 22 Jun 2024 09:49:00 GMT, Stéphane CARPENTIER wrote: > Le 22-06-2024, candycanearter07 a écrit : >> >> Well, it's a common technique. I've seen plenty of "fake file >> extensions" that just use an existing format. Of course, you can easily >> tell by looking at the magic number on the file. > > You can, he can't. "File" is a too difficult command for him. > You are both totally incorrect. The "file" command reports only that is an epub file: file Aspirin.epub Aspirin.epub: EPUB document If I change the suffix to "zip" it still shows "EPUB document." file Aspirin.zip Aspirin.zip: EPUB document Using a hex editor, the magic number is that of zip: 50 4B 03 04 The file, even if not renamed, can also be unzipped. Let's see y'all explain this behavior.