Known Listings
This page maintains a record of the known listings of Mimesis, if you have one then contact me via e-mail so I can upload it here. Also if you happen to have a Mimesis powered site also contact so we can display the power of Mimesis here for others.
PHP Script Sites
- Advance Scripts
- Softpedia
- The PHP Resource Index
- Programmers Heaven
- File Hungry
- Script Dungeon
- SofoTex
- HotScripts
- elitescriptz.com
- CODEDWORLD
- Lite CMS Open Source
- ScriptSearch.com
- dlTube
- Digg
- PhpBank
- Atomic PHP
- Code Beach
- Open Source Scripts
- Source Code Online
Other PHP FFDBs
Need something different from Mimesis? Not to worry, in my own research I came across quite a few Flat File Database systems on the net, and I've taken the liberty of linking them here. Why link to someone else's FFDB? Because Mimesis isn't afraid of a little healthy competition.
- PHP Text DB API
- txtSQL
- Gladius DB
- Zubrag.com (possibly not an API)
- PHP Flatfile package
- Project FFDB-PHP
Mimesis Enabled Sites
Link to Mimesis
Display your Mimesis implementation by including the following link on your page:
HTML Code
<p><a class="publicon mim" href="http://mimesis.110mb.com/"> 1.0ηe <span> Mimesis </span></a></p>
CSS Code
a.publicon, a.publicon:link, a.publicon:visited {
font-weight: bold;
border: solid 1px #000000;
padding: 1px;
background-color: #ffffff;
text-decoration: none;
}
a.publicon span, a.publicon:link span, a.publicon:visited span {
color: #ffffff;
}
a.publicon:hover, a.publicon:hover:visited {
background-color: #000000;
color: #ffffff;
}
a.publicon:hover span, a.publicon:hover:visited span {
background-color: #666666;
color: #ffffff;
}
.mim, .mim:link, .mim:visited {
color: #a4b1bf;
}
.mim span, .mim:link span, .mim:visited span {
background-color: #a4b1bf;
}