Hallo, suche ein Tool (kein online tool) zur Template codierung auf base64.
Gruß ...
Hallo, suche ein Tool (kein online tool) zur Template codierung auf base64.
Gruß ...
Gratis Suchmaschinen Eintrag
Kein Support via PN oder Email!
Google: base64 template codierung
Ja ich komm immer nur auf online tools das ist es ja,
kann ja sein das jemand hier mit ein bestimmten tool arbeitet deshalb frag ich ja...
Gratis Suchmaschinen Eintrag
Kein Support via PN oder Email!
Keine Ahnung warum du das machen willst - aber um ein Template Base64 zu kodieren würde ich es mit PHP so machen:
PHP-Code:$file = 'template.php';
if(file_exists($file)) file_put_contents($file, base64_encode(file_get_contents($file)));
Lesezeichen