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 - KurtW

Pages: 1 2 3 [4] 5 6 7 8 ... 120
46
Quote
Warning: imagettftext() [function.imagettftext]: Could not read font in /home/prietena/public_html/includes/captcha_utils.php on line 168
http://www.prietenata.ro/captcha.php

- this is not the standart captcha, or?
- have you upload all .ttf in fonts
- please remove the link in your post. Thanks

Kurt

47
Hi,

url?

Kurt

48
{cat_name} in der categorie_bit.html Auskommentieren.

So gehr das: <!-- {cat_name} -->  wird dann nicht mehr Angezeigt  :wink:

=> falsch

ausgehend vom standard template:
in templates/default/thumbnail_bit.html

suche und lösche:
Code: [Select]
({user_name_link})
<br />
<a href="{cat_url}">{cat_name}</a><br />
{if allow_comments}{lang_comments} {image_comments}{endif allow_comments}<br />
{lightbox_button}


Info: falsches Forum/ Wrong forum

Kurt

50
Mods & Plugins (Requests & Discussions) / Re: Mp3 songs playlist mode
« on: February 08, 2009, 07:41:11 AM »
Hi,

i never saw a mode like your request...
And why you post your request a second time :?: :?: :?:

Kurt

51
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: February 07, 2009, 05:52:56 PM »
Quote
Notice: Constant SHOUTBOX_TABLE already defined in /www/htdocs/w005efb0/posermagic/includes/shout.php on line 12

ist klar, wird ja auch 2mal definiert:
- includes/constants.php
- includes/shout.php

einmal reicht :wink:

kenn den mod nicht, sollte aber klappen:
in includes/shout.php
suche:
Code: [Select]
//--------------------------------------------------------------------------
//---------------Save Shouts------------------------------------------------
//--------------------------------------------------------------------------
danach einfügen:
Code: [Select]
$prof_linka = "";
$prof_linkb =  "";

########## EDIT ##########
hier wird meine Änderung wieder unwirksam 8O
also folgendes noch aus includes/shout.php rauslöschen:
Code: [Select]
  else {
    unset ($prof_linka, $prof_linkb);
  }

Kurt

52
die Daten musste halt schon kennen.
Der db name ist schon ok...

da auf der Datenbank bereits 2mb sind, kannste ja die Zugangsdaten von dem anderen Script übernehmen, dass dort schon installiert ist...

Kurt

53
sind das die Daten deiner Datenbank ?????
Muss ich stark anzweifeln.  :wink:

54
Discussion & Troubleshooting / Re: Warning: mysql_num_rows()
« on: February 07, 2009, 04:31:43 PM »
have you install the new db table: image_used_ips in IMAGES_TABLE ?

56
Discussion & Troubleshooting / Re: Warning: mysql_num_rows()
« on: February 07, 2009, 04:09:01 PM »
Hi,

db tables and php db- tables-request is missmatched
What code is in this line?


Kurt

57
Hallo,

Quote
Nur ist das bei mir leider nicht der Fall. Alles was ich sehe, sind die 4Images-Verzeichnisse.

auf deinem Server ist noch: DirectoryListing aktiviert
wenn du Confixx hast, kannste dieses in den Allgemeine Informationen deines Servers deaktivieren.
Dann sollte es klappen...

Kurt

58
Hallo,

warum stellst du die Frage nicht in dem dazugehörigen Template-Thread :?: :?: :?:
Noch dazu unter: Releases & Support  8O
Verschoben...

Kurt

59
Hi,

in admin/home.php

search:
Code: [Select]
echo "<td><a href=\"".$ip_whois_link.$row['session_ip']."\" target=\"_blank\">".$row['session_ip']."</a></td>\n"replace with:
Code: [Select]
echo "<td>...</td>\n"

Kurt

60
Hi,

two points:

in details.php
search:
Code: [Select]
  "url_form" => $site_sess->url(ROOT_PATH."comment_live.php&image_id=$image_id"),replace with:
Code: [Select]
  "url_form" => $site_sess->url(ROOT_PATH."comment_live.php?".URL_IMAGE_ID."=$image_id"),or better: use the new code in includes/page_header.php


in header.html:
Code: [Select]
Adding comment...not working with multilanguage, use {tag} and lang/your_language/main.php


Kurt

Pages: 1 2 3 [4] 5 6 7 8 ... 120