ja das währe cool, hier mit erteile ich einen auftrag (Problem ist bekannt) auftrags wert 29 Euro.
Beiträge von uplink
-
-
hier die fehlermeldung mit {$p->story} {$p.$story}
Fatal error: Class 'pr' not found in /hp/bf/ab/jh/www/fblikes/temporary/%%B7^B78^B787280B%%like.tpl.php on line 53
mittler weile will ich 29 €euro zahlen an den jenigen der dies problem löst der mich zum wahsin treibt.
hier die seite wo es erscheinen soll
http://www.fblikes.uplinkserver.de/like/3 -
Hallo Forum-hilfe nutzer,
ich habe folgende problem bei abfragen der pagerank:
dies ist das url der abgefragt werden soll,
{$p.story}
doch ich bekomme diese fehler meldung:
Parse error: syntax error, unexpected '.', expecting '}'
like.tpl:PHP
Alles anzeigen<div width="565" style="padding:4px 6px 5px;text-align:left;vertical-align:top;"> <b>Beschreibung:</b> {php} //Create Object $url = "{$p.story}"; $width = "200"; $method = "css"; //image or css $image_location = "images/"; $url = isset($_GET['url']) ? $_GET['url'] : $url; $width = isset($_GET['width']) ? $_GET['width'] : $width; $method = isset($_GET['method']) ? $_GET['method'] : $method; $image_location = isset($_GET['image_location']) ? $_GET['image_location'] : $image_location; //Css methos $obj = new pr($url,$method,$width,$image_location); echo "<p>".$obj->pagerank()."</p>"; {/php} </div>
bitte helfen.