Witam ostatnio znajomy udostępnił mi modyfikację, została ona napisana pod EF IV i niestety nie działa na PF 7.
Zawartość kodu wygląd tak:
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: konkurs.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";
require_once INCLUDES."comments_include.php";
require_once INCLUDES."ratings_include.php";
include LOCALE.LOCALESET."custom_pages.php";
if (!isset($praca1)) {
echo'
<p>
<img border="2" src="file:///C:/Users/hh/Desktop/konkursy/testest.png" width="307" height="198"></p>
<div style="position: absolute; width: 309px; height: 63px; z-index: 1; left: 11px; top: 154px" id="layer1">
<p align="center"><font face="Verdana" color="#FFFFFF" size="1"><br>
Doda3: Gruby32dbz<br>
Dnia: 23.02.09</font><br>
<font color="#FFFFFF" face="Verdana" size="1"><br>
<a href=\'?praca1\'>G3osuj</a></font></div>';
}else {
$pw_odbiorca = 1; //user_id np. SA strony
$pm_subject = "".$userdata['user_name']." zag3osowa3 na prace!";
$pm_message = "U?ytkownik o nicku ".$userdata['user_name']." zaglosowal na prace [wpisz nazwe pracy].";
$result = dbquery("INSERT INTO ".DB_PREFIX."messages VALUES('', ".$pw_odbiorca.", 1, '".$pm_subject."', '". $pm_message."', 'n', 0, ".time().", 0)");
echo"Zag3osowa3eo! Dziekuje!";
}
require_once THEMES."templates/footer.php";
?> Kliknij i zaczekaj na załadowanie kodu ...
Problem polega na tym że na stronie wygląda to tak www.dbinfinity.pl..., obrazek wraz z napisem się rozjeżdża, jeśli ktoś był by w stanie poprawić ten kod był bym bardzo wdzięczny.
Z góry dziękuję i pozdrawiam.
PW od moderatora:
- Ogólna Uwaga - chemix 19.02 - 21:54
Edytowane przez Chemikpil dnia 19.02.2009 21:53:35
|