Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
php list files and directories beginning with ....
1 paramètre d'entrée
0
1267
posted 5 years ago by martinbrait
Le code suivant vous permet de copier un fichier (par exemple un document Word ou un PDF) dans une archive existante. Cela implique que le fichier original sera ajouté à l'archive mais restera également dans sa forme originale (non-compressée) à l'en...
0
1053
posted 5 years ago by martinbrait
Il suffit d'indiquer le nom du fichier à archiver et le nom de l'archive. Par défaut, si l'archive mentionné existe déjà, la macro va l'effacer avant de le recréer.
Archive / compress a file with VBA
0
1196
posted 5 years ago by martinbrait
Comment lister tous les fichiers d'un répertoire dans un fichier excel ?
Excel (VBA) list all filenames in a directory
mastipro
0
1747
posted 5 years ago by martinbrait
In typo3conf/ext/extensionname/Configuration/TCA/Overrides/tt_content.php
oder in ext_tables.php
0
1104
posted 5 years ago by xtine777
TYPO3
Extensionentwicklung: storagePid soll Datensatzsammlung nicht überschreiben (in TYPO3 Version 7)
Bei der Entwicklung einer eigenen Extension muss folgendes bedacht werden: ab TYPO3 Version 7 überschreibt die Deklaration von plugin.tx_extensionname.persistence.storagePid den Wert im Feld "Datensatzsammlung". Dazu muss nicht einmal ein Wert für st...
0
1408
posted 5 years ago by xtine777
Typoscript for multilevel vertical menu, expanding when clicked
0
1015
posted 5 years ago by xtine777
rightColumn = COA
rightColumn.2 < styles.content.get
rightColumn.2.select.where = colPos=2
rightColumn.2.slide = -1
0
1389
posted 5 years ago by xtine777
Going through the templates and removing really isn’t an ideal solution here. Luckily there is a single function you can add to your child theme’s functions.php file that will disable this.
0
1328
posted 5 years ago by cerxx
JSON-LD is one of the micromarking schemes. If you use the SEO plugin Yoast SEO on your website, then it defaults to a JSON-LD scheme for the entire website that cannot be changed. In order for the site owner to be able to use any other microdata, th...
0
1940
posted 5 years ago by cerxx
By default, WordPress adds the? Ver = [version] parameter to the end of the address of all connected CSS and JavaScript files. The use of versioning adds a convenient mechanism for monitoring the state of the browser’s cache. After modifying the file...
0
1492
posted 5 years ago by cerxx
There is a domain: domain.ru
There are subdomains subdomain.domain.ru and forum.domain.ru
domain.ru is configured as a host and is located in the folder ... / www / domain /
Subdomains are aliases of the main domain - i.e. lead to the same folder...
0
1120
posted 5 years ago by cerxx
If you have been able to check your site by means of the PageSpeed ??Insights service, you may notice that it is not an easy task to recruit even 80% of the test results. Only by completing most of the recommendations of Google, you can hope for an i...
0
1286
posted 5 years ago by cerxx
In certain cases, it is useful to display additional information in a journal that does not report an error, but simply helps in writing your own code. For this PHP provides the function error_log ().
This function does not provide formatting, so yo...
0
1218
posted 6 years ago by cerxx
Before moving on to the site migration, make sure that the new domain is parked for hosting. To do this simply: go to your new domain and if a message appears that the site has not been launched yet, then everything is fine. If nothing will open at a...
0
1104
posted 6 years ago by cerxx
XML
OCA_Detailed Order Admin Email Notification(1.5.2) vQmod - worked on 1.5.6.4 OpenCart v1.5.x only - 2
Allow you to change the admin notification email to the same level of detail as the customer receives.
0
1213
posted 6 years ago by cerxx
XML
OCA_Detailed Order Admin Email Notification(1.5.2) vQmod - worked on 1.5.6.4 OpenCart v1.5.x only
Allow you to change the admin notification email to the same level of detail as the customer receives.
0
1346
posted 6 years ago by cerxx
As HTTP is state protocol.To maintain states on server and share data across multiple pages PHP session are used.PHP sessions are simple way to store data for individual users/client against a unique session ID.Session IDs are normally sent to the br...
0
1370
posted 6 years ago by devquora
This commands are useful in creating a username in mysql and it can be used to access the mysql globally with this username.
0
1004
posted 6 years ago by surentharp
This code will demonstrate how to implement the email validation for form submission by using php.
You can obtain a free account at https://www.mailboxvalidator.com/pay/9
0
1143
posted 6 years ago by Hexasoft