Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JaHu

Pages: [1] 2
1
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 08:54:40 PM »
My gallery is version 1.61

This is url to http://www.dawidek.blokowe.pl/galeria/cos.php

2
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 08:37:06 PM »
It shows nothing below footer

3
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 08:29:19 PM »
Quote
<?php
//pobranie pliku
$source = @file_get_contents('http://www.skateshop.pl/affiliate/getxml.php?language=pol&curr=PLN&affiliate=Knnopers');
$parser = xml_parser_create();
xml_parse_into_struct($parser, $source, $vals, $index);
xml_parser_free($parser);
print('<html><head><style type="text/css">img {border:none} table,body {font-family:sans-serif;font-size:12px} table{border-left:1px solid black;border-right:1px solid black;border-bottom:1px solid black;} td {border-top:1px solid black; padding:5px;}</style></head><body><table cellpadding="0" cellspacing="0" width="500px">');
$counter = 0;
$counterName = 0;
for ($i=0; $i < $vals[$index['PRODUCTS'][0]]['attributes']['TOTAL']; $i++) {
print('<tr><td><a href="' . $vals[$index['PRODUCT'][$counter]]['attributes']['LINK'] . '" target="_blank"><img title="' . iconv("UTF-8","ISO-8859-2",$vals[$index['NAME'][$counterName]]['value']) . '" alt="' . iconv("UTF-8","ISO-8859-2",$vals[$index['NAME'][$counterName]]['value']) . '" src="' . $vals[$index['ICON'][$counter]]['value'] . '"/></a></td><td><strong>Nazwa:</strong> ' . iconv("UTF-8","ISO-8859-2",$vals[$index['NAME'][$counterName]]['value']) . '<br/><strong>Opis:</strong> ' . iconv("UTF-8","ISO-8859-2",$vals[$index['DESCRIPTION'][$counter]]['value']));
if ($vals[$index['TRAITS'][$counter]]['attributes']) {
print('<ul>');
$k=0;
for ($j=0; $j < count($vals[$index['TRAITS'][$counter]]['attributes']); ($j+=2)) {
print('<li>' . iconv("UTF-8","ISO-8859-2",$vals[$index['TRAITS'][$counter]]['attributes']['GROUP'.$k]) . ': ' . iconv("UTF-8","ISO-8859-2",$vals[$index['TRAITS'][$counter]]['attributes']['TRAIT'.$k++]) . '</li>');
}
print('</ul>');
}
if ($vals[$index['SIZES'][$counter]]['attributes']) { //jeżeli istnieją wyszczególnione rozmiary danego produktu
print('<strong>Rozmiary: </strong>');
$k=0;
foreach ($vals[$index['SIZES'][$counter]]['attributes'] as $key=>$size) {
if ($size == 'onesize') {
print(' rozmiar uniwersalny');
} elseif ($key == ('DESCRIPTION' . $k)) {
print(iconv("UTF-8","ISO-8859-2",$size) . ' ');
$k++;
}
}
}
print('</td><td><a href="' . $vals[$index['PRODUCT'][$counter]]['attributes']['LINK'] . '" target="_blank"><img src="http://skateshop.pl/affiliate/gfx/skb.gif" title="kup" alt="kup"/></a><br/><span style="white-space:nowrap;"><strong style="color:red">Cena: </strong>' . $vals[$index['PRICE'][$counter]]['attributes']['WORTH'] . ' ' . iconv("UTF-8","ISO-8859-2",$vals[$index['PRODUCTS'][0]]['attributes']['CURRENCYSIGN']) . '</span></td></tr>');
$counter++;
$counterName += 2;
}
print('</table><body></html>');

?>
 

4
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 08:16:09 PM »
yes, yes and  yes

P.s.
Server is like public_html/html/gallery

5
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 07:54:04 PM »
I copy this
Quote
{cp_link}
<br>
>
</body>
</html>
<?
@include("cos.php");
?>
In to the home.html  file but this don't worrk

And the php in tamplates is '1'

6
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 07:50:32 PM »

Quote
define('EXEC_PHP_CODE', 1);

This Code don't work :/

7
Installation, Update & Configuration / Re: banner in the footer
« on: January 25, 2006, 06:59:56 PM »
how add to footer a php script ?

8
Installation, Update & Configuration / banner in the footer
« on: January 24, 2006, 08:41:06 PM »
How to make banner in footer ? or another script in php ? plese help

My English is not so good

9
Installation, Update & Configuration / Re: Can't login
« on: December 10, 2005, 01:49:24 PM »
another problem...

How to dleete photo komment from details and upload image  ?

10
Installation, Update & Configuration / Re: Can't login
« on: December 10, 2005, 11:38:31 AM »
when i want login to admin panel is only white site. No errors.
I have v 1.6.1 on this server (but not on this same database) all been OK.

11
Installation, Update & Configuration / Can't login
« on: December 10, 2005, 11:24:08 AM »
I can't login to admin panel !!!
I'm install 4images v 1.7.1 correct but i can't login !!

What this ?

 Please help

12
Feedback & Suggestions / How to make this ?
« on: November 27, 2005, 06:37:44 PM »
How to make something like this:

Im' login on some web (www.decha.com.pl)
And i want to make:
When i'm loged on decha.com.pl i want be loged on galery too (www.jahu.freehost.pl/galeria )

How to make this ?

Ps. I'm sorry my English is not so good :(

13
Installation, Update & Configuration / Re: Please Help me
« on: November 24, 2005, 07:35:56 PM »
who help me ?? :(

14
Installation, Update & Configuration / Re: Please Help me
« on: November 24, 2005, 04:08:35 PM »
ok i install this fix but i can't login to the Administation panel :(

15
Installation, Update & Configuration / Re: Please Help me
« on: November 24, 2005, 02:29:19 PM »
no i put files on ftp and install

Pages: [1] 2