Skip to content

Instantly share code, notes, and snippets.

View eewee's full-sized avatar

Michael eewee

View GitHub Profile
@eewee
eewee / wp-config.php
Created February 14, 2020 16:27
wordpress - config custom
// wp-config.php
// autorise seulement les updates de securite mineur :
define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’);
// Empeche install/update de plugins/themes :
define( ‘DISALLOW_FILE_MODS’, true );
// Limiter le nombre de revision à 5
define( 'WP_POST_REVISION', 5 );
VERSION BUILD=10.4.28.1074
'--------------------------------------------------------------
' Ajouter des prospects sur Sellsy
' Comment cela fonctionne ?
' - Lire CSV
' - Ajouter prospect
'--------------------------------------------------------------
' Uses a Windows script to submit several datasets to a website, e. g. for filling an online database
// A METTRE DANS LE CONSTRUCTEUR D'UN MODULE
//------------------------------------------------------------
public function __construct()
// URL du front controller
//echo 'yoooooooooo : '.$this->context->link->getModuleLink('eewee_sellsy', 'fcont').'<hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr>';
@eewee
eewee / imacro_linkedin_visite_profil_group_members.js
Created October 13, 2016 14:47
iMacro : linkedin visite profil group members
// Auto-visit profiles of group members on Linkedin with iMacros
// Configure :
// - email linkedin
// - password linkedin
// - proxy (option)
// To learn more about iMacros: http://imacros.net/
// 1. Variables Initialization
var macro, proxy, linkedinEmail, linkedinPassword, linkedinGroup, i, j;
macro = '';