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.
The information contained herein links to information on sites external to Mimesis. Be aware that changes/updates to these sites and the information they contain is not guaranteed to be 100% accurate/relevant or safe. View at own risk.
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
- dmoz
- filetransit
- ComputerScripts.com
- PHPMonster.com
- ohloh
- Google Code
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
- chaozzDB
Flat File Advocates
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.03η <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;
}