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

Pages: [1] 2
1
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: October 25, 2007, 11:56:14 PM »
Weiß das echt keiner ??

versuche mal

includes/page_header.php
suche
 
Code: [Select]
"url_lost_password" => (!empty($url_lost_password)) ? $site_sess->url($url_lost_password) : $site_sess->url(ROOT_PATH."member.php?action=lostpassword"),
dadrüber einfügen
 
Code: [Select]
"user_avatar_current" => ($config['avatar_use']) ? "<img src=\"".TEMPLATE_PATH."/avatars/".(($user_info['user_avatar'] == "") ? "blank.gif" : $user_info['user_avatar'])."\" name=\"icons\" border=\"0\" alt=\"\">" : "",

2
Discussion & Troubleshooting / MSN Online Status Indicator
« on: October 03, 2007, 11:56:43 PM »
Hallo
wollte mal fragen wer mir helfen kann
habe mir ein MSN Online Status gebastelt

Quote
<a href="http://technoserv.no-ip.org:8080/message/msn/{user_msn}">
<img src="http://technoserv.no-ip.org:8080/msn/{user_msn}"
align="middle" border="0" alt="MSN Online Status Indicator"
onerror="this.onerror=null;this.src='http://technoserv.no-ip.org:8080/image/msnunknown.gif';" /></a>
wenn ich jetz user_msn = e@mail.de über sql hole kommt immer mailto:e@mail.de

gebe ich direct die email in den code ein funktioniert das ganze

3
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: September 27, 2007, 10:00:09 PM »
Ich benutze 1.74. Die Informationen für {lang_potd_title} {lang_potd_type} werden nicht angezeigt.
Auch andere {lang_***} werden nicht eingetragen.
Wenn ich normalen Text eingebe, z.B. "Bild" des Monats und "nach Bewertungen" erscheint der Text.
Wie ich gelesen habe, ist das Problem bei anderen Usern auch aufgetreten. Eine Lösung konnte ich leider dafür
hier noch nicht finden. Kann jemand helfen?


potd_image.html
Code: [Select]
{thumbnail}<br /><b>{image_name}</b>{if image_is_new} <sup class="new">{lang_new}</sup>{endif image_is_new}<br />
{if allow_comments}{lang_comments} {image_comments}{endif allow_comments}<br />{user_name}
hiermit ersetzen

home.html
find
Code: [Select]
{potd_image}ersetze durch
Code: [Select]
<table width="150" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td class="head2" height="20">
<p align="center"> <img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_potd_title}<br>{lang_potd_type}</td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                    <tr>
                      <td align="center" class="row1">
    <br />
                       {potd_image}
<br />
                        <br />
                      </td>
                    </tr>
                    <tr>
                      <td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
                    </tr>
                  </table>

4
Folgendes Problem unter
Plesk
MySQL - 4.1.13
Protokoll-Version: 10

phpMyAdmin - 2.8.2.4
MySQL Client-Version: 4.1.13

funktioniert es nicht

unter
WinXP xampp
Server Version: 5.0.41-community-nt
Protokoll-Version: 10

phpMyAdmin - 2.10.1
MySQL-Client-Version: 5.0.41

funktioniert es nicht

unter
Debian xampp
Server Version: 5.0.45
Protokoll-Version: 10

phpMyAdmin - 2.10.3
MySQL-Client-Version: 5.0.45

funktioniert es

was muß ich ändern ?
wer kann helfen

5
it does not work correctly

6
it does not work correctly

7
Poll v2.0 on / off at ACP

In your admin/settings.php file,

find :
Code: [Select]
show_form_footer($lang['save_changes'], "", 2);
add above :

Code: [Select]
   //Poll v2 Mod
  show_table_separator($setting_group[xx], 2, "#setting_group_xx");
  show_setting_row("poll_show", "radio");
(Remember the 'X' rules above).

In your lang/english/admin.php file, above the "?>" tag

Code: [Select]
/*-- Setting-Group xx --*/   // Poll v2
$setting_group[xx] = "Poll";
$setting['poll_show'] = "Show Poll ?";
Replace XX with the number from the step before!

In your lang/deutsch/admin.php file, above the "?>" tag

Code: [Select]
/*-- Setting-Group xx --*/   // Poll v2
$setting_group[xx] = "Umfragen";
$setting['poll_show'] = "Umfrage anzeigen ?";
Ersetze XX mit der Nummer der vorherigen Änderung!

In your includes/page_header.php file,

find :

Code: [Select]
//-----------------------------------------------------
//--- Register Global Vars ----------------------------

add above :

Code: [Select]
//-----------------------------------------------------
//--- Poll v2 -----------------------------------------
//-----------------------------------------------------
if ($config['poll_show'] != 1) {

$site_template->register_vars(array(
"show_poll" => ($config['poll_show'] != "") ? "" : ""
));
}

Open templates/<your templates>/home.html

find :

Code: [Select]
<tr><td class="row2"><p align="center">{opci_encuestas}</td></tr>
replace it with this code:

Code: [Select]
{if show_poll}
<tr><td class="row2"><p align="center">{opci_encuestas}</td></tr>
{endif show_poll}
whereever you want to place the poll

login as admin
run install_show_poll.php for update your db (don't forget to make a backup before)
delete install_show_poll.php !

8
Installation, Update & Configuration / Re: Minibilder für Kategorien
« on: September 14, 2007, 12:38:16 AM »
erledigt läuft jetzt  :D

9
Installation, Update & Configuration / Re: Minibilder für Kategorien
« on: September 13, 2007, 10:45:48 PM »
welche version haste den installiert

10
Discussion & Troubleshooting / Re: verification problem
« on: September 13, 2007, 09:37:20 PM »
My config.php

$db_servertype = "mysql";
$db_host = "****";
$db_name = "****";
$db_user = "****";
$db_password = "****";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

$captcha_enable = 1;
$captcha_enable_comments = 1;
$captcha_enable_upload = 0;
$captcha_enable_registration = 0;
$captcha_enable_postcards = 1;
$captcha_path = './captcha';
$captcha_chars = "abcdefghjklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
$captcha_length = 4;
$captcha_wordfile = 0;
$captcha_width = 160;
$captcha_height = 70;
$captcha_text_color = "#000000";
$captcha_text_size = 25;
$captcha_text_transparency = 60;
$captcha_filter_text = 1;
$captcha_filter_bg = 1;

11
Installation, Update & Configuration / Re: Minibilder für Kategorien
« on: September 13, 2007, 05:01:53 PM »
Ja das Funzt mußt nur die Bild ID eintragen

12
Installation, Update & Configuration / Re: Minibilder für Kategorien
« on: September 13, 2007, 12:02:04 PM »
Hallo
Gehe in dein ACP unter Kategorien bearbeiten dann Hauptketagorie aussuchen und unter Category image die ID des Bildes eingeben das du haben möchtes

13
Habe glaub ich den fehler gefunden
habe in der search.php

include(ROOT_PATH.'includes/search_utils.php');
// error_reporting(E_ALL);
$org_search_keywords = $search_keywords;


einfach deaktiviert


I have the error found
I have search.php

include(ROOT_PATH.'includes/search_utils.php');
// error_reporting(E_ALL);
$org_search_keywords = $search_keywords;


simply deactivates

14
Habe es jetzt so gemacht kommt aber immer noch der fehler

It has now so made comes however still the error

CREATE TABLE `4images_encuestas` (

`orden` int( 2 ) unsigned NOT NULL AUTO_INCREMENT ,
`nombre` varchar( 50 ) NOT NULL default '',
`visitante` varchar( 4 ) NOT NULL default '',
`plazo_votacion` varchar( 10 ) NOT NULL default '',
`fecha_inicio` varchar( 50 ) NOT NULL default '',
`fecha_cierre` varchar( 50 ) NOT NULL default '',
`opcion_1` varchar( 30 ) NOT NULL default '',
`votos_1` int( 2 ) NOT NULL default '0',
`opcion_2` varchar( 30 ) NOT NULL default '',
`votos_2` int( 2 ) NOT NULL default '0',
`opcion_3` varchar( 30 ) NOT NULL default '',
`votos_3` int( 2 ) NOT NULL default '0',
`opcion_4` varchar( 30 ) NOT NULL default '',
`votos_4` int( 2 ) NOT NULL default '0',
`opcion_5` varchar( 30 ) NOT NULL default '',
`votos_5` int( 2 ) NOT NULL default '0',
`opcion_6` varchar( 30 ) NOT NULL default '',
`votos_6` int( 2 ) NOT NULL default '0',
`opcion_7` varchar( 30 ) NOT NULL default '',
`votos_7` int( 2 ) NOT NULL default '0',
`opcion_8` varchar( 30 ) NOT NULL default '',
`votos_8` int( 2 ) NOT NULL default '0',
`opcion_9` varchar( 30 ) NOT NULL default '',
`votos_9` int( 2 ) NOT NULL default '0',
`opcion_10` varchar( 30 ) NOT NULL default '',
`votos_10` int( 2 ) NOT NULL default '0',
KEY `orden` ( `orden` )
) TYPE =MYISAM;


Notice: Constant GET_CACHES already defined in *****\*****\****\encuestas.php on line 3

Notice: Constant ROOT_PATH already defined in *****\*****\****\encuestas.php on line 4

Notice: Undefined variable: total_votos in *****\*****\****\encuestas.php on line 44

Notice: Undefined variable: contador2 in *****\*****\****\encuestas.php on line 44

Notice: Undefined offset: 1 in *****\*****\****\encuestas.php on line 47

15
CREATE TABLE `4images_encuestas` (

`orden` int( 2 ) unsigned NOT NULL AUTO_INCREMENT ,
`nombre` varchar( 50 ) NOT NULL default '',
`visitante` varchar( 4 ) NOT NULL default '',
`plazo_votacion` varchar( 10 ) NOT NULL default '',
`fecha_inicio` varchar( 50 ) NOT NULL default '',
`fecha_cierre` varchar( 50 ) NOT NULL default '',
`opcion_1` varchar( 30 ) NOT NULL default '',
`votos_1` int( 2 ) NOT NULL default '0',
`opcion_2` varchar( 30 ) NOT NULL default '',
`votos_2` int( 2 ) NOT NULL default '0',
`opcion_3` varchar( 30 ) NOT NULL default '',
`votos_3` int( 2 ) NOT NULL default '0',
`opcion_4` varchar( 30 ) NOT NULL default '',
`votos_4` int( 2 ) NOT NULL default '0',
`opcion_5` varchar( 30 ) NOT NULL default '',
`votos_5` int( 2 ) NOT NULL default '0',
`opcion_6` varchar( 30 ) NOT NULL default '',
`votos_6` int( 2 ) NOT NULL default '0',
`opcion_7` varchar( 30 ) NOT NULL default '',
`votos_7` int( 2 ) NOT NULL default '0',
`opcion_8` varchar( 30 ) NOT NULL default '',
`votos_8` int( 2 ) NOT NULL default '0',
`opcion_9` varchar( 30 ) NOT NULL default '',
`votos_9` int( 2 ) NOT NULL default '0',
`opcion_10` varchar( 30 ) NOT NULL default '',
`votos_10` int( 2 ) NOT NULL default '0',
KEY `orden` ( `orden` )
) TYPE - MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =4;



MySQL meldet: 

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4' at line 29

Pages: [1] 2