URL: http://www.te.tc/sale/ (excl. domain)
Leeftijd site (maanden): n.v.t.
Maandelijks inkomsten: n.v.t.
Details: Een super design met een in php geprogrammeerde frontend inclusief database. (cms niet bijgeleverd).
Bevat op dit moment weblog, artikelen systeem, contactformulier, about me pagina en portfolio. Makkelijk uit te breiden! Zie een stukje voorbeeld php code (voor meer voorbeelden mail mij):
Prijs: 300,- direct kopen.
OF DOE EEN BOD!
wordt 1 keer verkocht.
Unieke bezoekers/dag: n.v.t.PHP Code:
<?
/* configuration */
include("config.inc.php");
/* main functions */
include("main.inc.php");
$main = new main;
/* Connect to database */
$main->mysqlcon();
/* include functions */
if ($_GET["s"] == "home") {
include("home.inc.php");
$home = new home;
} else if ($_GET["s"] == "about_me") {
include("about_me.inc.php");
$about_me = new about_me;
} else if ($_GET["s"] == "portfolio") {
include("portfolio.inc.php");
$portfolio = new portfolio;
} else if ($_GET["s"] == "articles") {
include("articles.inc.php");
$articles = new articles;
} else if ($_GET["s"] == "contact") {
include("contact.inc.php");
$contact = new contact;
} else {
include("home.inc.php");
$home = new home;
}
?>
<html>
<head>
<title><?=$main->getTitle($_GET);?></title>
<link type="text/css" href="style.css" rel="stylesheet" />
</head>
<body>
<div id="top"></div>
<div id="stroke"></div>
<div id="sidebarTop">
<div id="sidebarContent">
<img id="leftPicture" src="https://www.sitedeals.nl/images/left_picture.jpg" />
</div>
<?=$main->sideBar();?>
<div id="body">
<div id="bodyNavTop">
<table cellspacing="0" cellpadding="0" id="navTable">
<tr>
<td valign="middle"><a<?if($_GET["s"] == "home" OR trim($_GET["s"]) == ""){echo " style="color: #777777;";}?> href="?s=home" id="nav1">Home</a></td>
<td valign="middle"><a<?if($_GET["s"] == "about_me"){echo " style="color: #777777;";}?> href="?s=about_me" id="nav">About me</a></td>
<td valign="middle"><a<?if($_GET["s"] == "portfolio"){echo " style="color: #777777;";}?> href="?s=portfolio" id="nav">Portfolio</a></td>
<td valign="middle"><a<?if($_GET["s"] == "articles"){echo " style="color: #777777;";}?> href="?s=articles" id="nav">Articles</a></td>
<td valign="middle"><a<?if($_GET["s"] == "contact"){echo " style="color: #777777;";}?> href="?s=contact" id="nav">Contact</a></td>
</tr>
</table>
</div>
<div id="bodyNavBottom">
<table cellspacing="0" cellpadding="0" id="navSub">
<tr>
<td valign="middle">
<div id="nav5">
<?=$main->pathWay();?>
</div>
</td>
</tr>
</table>
</div>
<div id="bodyContent">
<div id="bodyInnerContent">
<?
if ($_GET["s"] == "home" OR $_GET["s"] == "") {
if ($_GET["p"]) {
echo $home->overview();
} else if ($_GET["i"]) {
echo $home->article();
} else {
echo $home->overview();
}
} else if ($_GET["s"] == "about_me") {
echo $about_me->article();
} else if ($_GET["s"] == "portfolio") {
if ($_GET["p"]) {
echo $portfolio->overview();
} else if ($_GET["i"]) {
echo $portfolio->article();
} else {
echo $portfolio->overview();
}
} else if ($_GET["s"] == "articles") {
if ($_GET["p"] && $_GET["i"] == "") {
echo $articles->overview();
} else if ($_GET["i"]) {
echo $articles->article();
} else {
echo $articles->overview();
}
} else if ($_GET["s"] == "404") {
echo $main->errorpage();
} else if ($_GET["s"] == "contact") {
echo $contact->form();
} else {
echo $main->errorpage();
}
?>
<div id="copyright">© 2007 Your Name Here</div>
</div>
</div>
<div id="bottom"></div>
</div>
</body>
</html>
Details & stats: n.v.t.
Omschrijving website: Configuratie bestand aanwezig. Simpel te installeren! Wordt geleverd:
* PSD
* PHP frontend + geconverteerde layout (afbeeldingen / CSS)
* Sql files
Prijs: 300,- direct kopen.
OF DOE EEN BOD!
wordt 1 keer verkocht.
Betaling via:
Paypal
- Portfolio website | n.v.t | n.v.t.
-
771 × bekeken sinds 01-08-2007, 22:26 #1
Portfolio website | n.v.t | n.v.t.
Laatst aangepast door S. Douma : 02-08-2007 om 11:03
-
-
01-08-2007, 22:31 #2
- Berichten
- 1.264
- Lid sinds
- 18 Jaar
Netjes gescript ;).
Word die meerdere malen verkocht?
-
01-08-2007, 22:33 #3
- Berichten
- 5
- Lid sinds
- 17 Jaar
Origineel gepost door Justin N.
Netjes gescript ;).
Word die meerdere malen verkocht?
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic