Ik ben opzoek naar een paar pagina's voor mn site (http://www.pokemon-area.com) Ik heb iemand hooren zeggen dat deze source gratis te downloaden is terwijl dat dan illegaal is.
weet iemand waar zodat ik een kijkje kan nemen
en ik zoek deze pagina's
-Poll script ( ook admin pagina om deze te beheren )
Ook geeft mijn andere site script-world op de admin pagina dit weer:
PHP
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/xdskyress/domains/script-world.giovannikosman.nl/public_html/modules/beheer/index.php on line 51
Hij geeft een fout bij een image denk ik?
Dit is de pagina
PHP
<?php
ob_start();
If($gebruiker['type'] <= 2)
{
echo top("Er is een fout opgetreden");
echo $access;
echo bottom();
}
Else
{
echo top("Onderdelen Administratie");
echo "<table cellpadding='1' cellspacing='1' width='100%'><td width='100%'>
<a href='index.php?sg=beheer/scripts.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM scripts WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Scripts</a>.<BR>
<a href='index.php?sg=beheer/artikelen.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM artikelen WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Artikelen</a>.<BR>
<a href='index.php?sg=beheer/downloads.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM downloads WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Downloads</a>.<BR>
<a href='index.php?sg=beheer/links.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM links WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Links</a>.<BR>
<a href='index.php?sg=beheer/templates.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM templates WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Templates</a>.<BR>
<a href='index.php?sg=beheer/games.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM games WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Games</a>.<BR>
<a href='index.php?sg=beheer/tweaks.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM tweaks WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Tweaks</a>.<BR>
<a href='index.php?sg=beheer/functies.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM functies WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Functies</a>.<BR>
<a href='index.php?sg=beheer/site.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM sitekeuring WHERE gekeurd!='ja'"), 0)."</b>) ongekeurde Sites</a>.<BR>
<a href='index.php?sg=beheer/computer.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM cms_computer"), 0)."</b>) ongekeurde Computers</a>.<BR>
<a href='index.php?sg=beheer/hacken.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM hacken"), 0)."</b>) Hacking attempts</a>.<BR>
<a href='index.php?sg=beheer/blacklist.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM cms_leden WHERE status='Verbannen'"), 0)."</b>) Blacklist</a>.
</td></table>";
echo bottom();
echo top("Topic Administratie");
echo "<table cellpadding='1' cellspacing='1' width='100%'><td width='100%'>
<a href='index.php?sg=beheer/topics.php'>(<b>".mysql_result(mysql_query("SELECT count(1) FROM cms_topics WHERE xlock < '".date("m")."' AND status='normaal'"), 0)."</b>) Topics die gesloten moeten worden</a>.
</td></table>";
echo bottom();
echo top("Forum Administratie");
echo "<table cellpadding='1' cellspacing='1' width='100%'><td width='100%'>
<a href='index.php?sg=beheer/forums.php'>Klik hier om de forum forums te bewerken</a>.<BR>
<a href='index.php?sg=beheer/forum_cats.php'>Klik hier om de forum categorieen te bewerken</a>.
</td></table>";
echo bottom();
echo top("Overige Administratie");
echo "<table cellpadding='1' cellspacing='1' width='100%'><td width='100%'>
<a href='index.php?sg=beheer/linkpartners.php'>Klik hier om de inhits te resetten en/of linkpartners te bewerken</a>.<BR>
<a href='index.php?sg=beheer/categorie.php'>Klik hier om de categorieen van de onderdelen te bewerken</a>.<BR>
<a href='index.php?sg=beheer/categorie_toevoegen.php'>Klik hier om een categorie toe te voegen voor de onderdelen</a>.<BR>
<a href='index.php?sg=beheer/short.php'>Klik hier om de short codes van de topics te bewerken</a>.<BR>
<a href='index.php?sg=beheer/poll.php'><img src="www.script-world.giovannikosman.nl/images/icon/chart.png" alt=""/>Klik hier om de poll te bewerken</a>.<BR>
<a href='index.php?sg=beheer/loterij.php'>Klik hier om de loterij te starten</a>.<BR>
<a href='index.php?sg=beheer/uploaden.php'>Klik hier om dingen te uploaden naar de map uploads/</a>.
</td></table>";
echo bottom();
}
ob_end_flush();
?>
Toon Meer
Als u me kan helpen hoor ik het graag!