Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/03/2009, 16:29
dany_danay
 
Fecha de Ingreso: noviembre-2008
Mensajes: 112
Antigüedad: 15 años, 5 meses
Puntos: 1
Codigo php erroneo.. a simple vista no...

Hola este es parte del codigo de un script de ptc. en concreto el index del tema.

Cita:
<?php
/*
NULLED BY FuZzI -
*/
if(!defined('GEN2_PROCESS')) { exit(); }
$ref_title = "Homepage";

$contents = "
<table>
<tr>
<td>
<div id='box5'>
<div id='lb'>
<div id='rb'>
<div id='bb'>
<div id='blc'>
<div id='brc'>
<div id='tb'>
<div id='tlc'>
<div id='trc'>
<div id='content'>
<table width='365'>
<tr>
<td width='10%'>
<br />
<IMG SRC='{$do->get_loc()}themes/GeN3/images/man.png' ALT=''>
<br />
</td>
<td width='90%'>
<br />
<i><font size='4'><br/><br/>Welcome to {$set['site_name']}!</font></i>
</td>
</tr>
<tr>
<td colspan='2' valign='top'>
<br /><br />
{$set['site_name']} pays you to view advertisements provided by our sponsors.<br>
<br>
We strive to connect advertisers with potential customers. This way, both parties benefit from our services.<br>
<br>
Our innovative features for members give them flexibility and more earning potential. We are always ready to take any advice into consideration.
<br>
We offer you detailed statistics of your earnings through your own clicks and your referrals.<br>
Earn up to $0.01 per click and $0.005 for every referral click
<br>
</td>
</tr>
<tr>
<td colspan='2' align='center'>
<br />";
if($loggedin) {
$contents .= "<a href='acc.php'>Go To Your Account!</a>";
} else {
$contents .= "<a href='register.php'>Register Now!</a>";
}
$contents .= "
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
<td>
<div id='box5'>
<div id='lb'>
<div id='rb'>
<div id='bb'>
<div id='blc'>
<div id='brc'>
<div id='tb'>
<div id='tlc'>
<div id='trc'>
<div id='content'>
<table width='365'>
<tr>
<td width='10%'>
<IMG SRC='{$do->get_loc()}themes/GeN3/images/chart.png' ALT=''>
</td>
<td width='90%'>
<i><font size='4'><br/><br/>Advertise with {$set['site_name']}!</font></i>
</td>
<td>
<IMG SRC='{$do->get_loc()}themes/GeN3/images/spacer.gif' WIDTH=1 HEIGHT=92 ALT=''>
</td>
</tr>
<tr>
<td colspan='2' valign='top'>
{$set['site_name']} for Advertisers<br>
If you need targetted visitors to your site, you've come to the right place.<br>
<br>
Our cheap prices combined with our campaign system and anti-cheat sets us apart from other websites.<br>
<br>
We have many interesting features such as pausing ads, distributing clicks amongst different ones, and even removing a campaign and replacing it with another.<br>
<br>
You also can set demographic filters on your advertisement and benefit from other features.<br>
</td>
</tr>
<tr>
<td colspan='2' align='center'>
<br />
<a href='advpanel.php'>Advertise Now!</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>";
?>
y este el error que me da...

Parse error: parse error, unexpected '(', expecting '}' in /var/www/vhost/uploadtoshare.es/home/html/themes/GeN3/index.php on line 26