Need help , maybe paying. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help , maybe paying. (
/showthread.php?tid=190131)
Need help , maybe paying. -
Danielo - 14.11.2010
Well i need help with LSTNE UCP , it's compatible with my GM but the pages doesnt show as them should be.
I mean the design ,it's still showing php script...like
PHP код:
; $rowsPerPage = 3; $pageNum = 1; if(isset($_GET['site'])) { $pageNum = $_GET['site']; } $offset = ($pageNum - 1) * $rowsPerPage; $tname = "news"; $query = "SELECT id,Topic,Newspost,Date,TopicStarter FROM $tname ORDER BY Date DESC LIMIT $offset, $rowsPerPage"; $result = mysql_query("$query") or die("Table Content Request Failed: " . mysql_error()); if(mysql_num_rows($result) == 0) { ?> News Archive is empty RE: '.$row['Topic'].''; if($_SESSION['Admin'] >= 3) { echo ' - Edit News / Delete Post'; }else{ echo ''; } echo '
'.$row['Newspost'].'
Who can help me , just send a PM and we'll talk about.
Re: Need help , maybe paying. -
Danielo - 14.11.2010
anyone please?
Re: Need help , maybe paying. -
LarzI - 14.11.2010
So instead of the php page, you see the plain code displayed on the site?
If so; are you sure that you have put the code correctly into a .php file, and that the site is displaying that certain .php file?
Are you using a free host btw? If so; which?
Re: Need help , maybe paying. -
Danielo - 14.11.2010
I'm using localhost for test.
PS : PM me if you know something about.
Re: Need help , maybe paying. -
LarzI - 14.11.2010
You have some kind of CP that you use? (phpmyadmin or something similar)
EDIT: More info would be great.
-Screenshots
-How you do it (folders, files, apps, etc)