Skip to content

Instantly share code, notes, and snippets.

View shinryux's full-sized avatar
🌴
On vacation

Shin RyuJin shinryux

🌴
On vacation
View GitHub Profile
<?php
// --------------------------------------------------------------------------------
// PhpConcept Library - Zip Module 2.8.2
// --------------------------------------------------------------------------------
// License GNU/LGPL - Vincent Blavet - August 2009
// http://www.phpconcept.net
// --------------------------------------------------------------------------------
//
// Presentation :
// PclZip is a PHP library that manage ZIP archives.
@shinryux
shinryux / htaccess.txt
Created April 15, 2021 20:46
htaccess for ryuframework
Options All -Indexes
RewriteEngine on
RewriteCond %{HTTP_HOST} ^{domain}$ [NC,OR]
RewriteCond %{HTTP_HOST} ^{domain}$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
BrowserMatchNoCase "(?:\b)360Spider(?:\b)" bad_bot
@shinryux
shinryux / index-v1.php
Last active November 22, 2021 06:31
index for ryuframework app and activator
<?php
/**
* @package RyuFramework
* @version 1.0-21
* @author shinryu
*
*------------------
* {signature}
*------------------
**/