Skip to content
/ ds.php Public

code centralization, i'm no good in writing description

Notifications You must be signed in to change notification settings

tacoen/ds.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds.php

Setup:

in .htaccess, add

Rewriterule ^(pack/([0-9])/)(.+).(.+)$ /ds.php?t=$4&p=$3&o=$2 [QSA,L]

edit php/function.php

DEFINE (DOMAIN,"add_your_hostname_here");

Structure

- ds.php
 |
 \--php/function.php
 |
 \--js
 |  |
 |  \-- pack.php
 |  \-- plugins         (where .js scan start)
 |  \-- pack            (where pack-index saved)
 |
 \--css
    |
    \-- pack.php
    \-- plugins         (where .css scan start)
    \-- pack            (where pack-index saved)

About

code centralization, i'm no good in writing description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published