okay nothing happens :D
Sb another idea??
I have still the problem that no content is displayed.
http://cabal.GameIT-server.de
Ahh i see still no one have own brain to think why it isn't work -.-
Check ur index.php on last line and delete a space before ?>
so how sync with db? i didn`t find queries from website? somebody upload the queries?
still no answer
Fatal error: Call to undefined function stdhead() in C:\xampp\htdocs\FallenWeb\FallenWeb\index.php on line 6
anyone?
You kiddin right? It says exactly that function doesn't exist!!!
Its missing an included functions.php file..
RED
i use fresh file from download, and just modified sql detail, but receive this error.
everything fine. this code from index.phpCode:<?php ob_flush(); include 'include/functions.php'; stdhead(); sechead_2(Home); echo '<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FFallenCabal&width=670&height=600&show_faces=false&colorscheme=light&stream=true&border_color=gray&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:670px; height:600px;" allowTransparency="true"></iframe>'; secfoot(); stdfoot(); ?>
Please help how to fix this. :D![]()
You need php 5.3 or earlier to run it!
It using an old mssql_query() functions..
if i get time i will rewrite it in OOP and sqlsrv_query()..
RED