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

Pages: 1 [2] 3
16
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<?php /**************************************************************************
5* *
6* 4images - A Web Based Image Gallery Management System *
7* ---------------------------------------------------------------- *
8* *
9* File: search.php *
10* Copyright: (C) 2002-2009 Jan Sorgalla *

or this?

26 $main_template = 'eingabe';
27 define('GET_CACHES', 1);
28 define('ROOT_PATH', './');
29 include(ROOT_PATH.'global.php');
30 require(ROOT_PATH.'includes/sessions.php');
31 $user_access = get_permission();
32 include(ROOT_PATH.'includes/search_utils.php');
33 error_reporting(E_ALL);
34 $org_search_keywords = $search_keywords;
35 $org_search_user = $search_user;




91 if ($search_word_cache[$i] == "and" || $search_word_cache[$i] == "und" || $search_word_cache[$i] == "or" || $search_word_cache[$i] == "oder" || $search_word_cache[$i] 91 == "not") {
92 if (!$is_first_word) {
93 $operator = $search_word_cache[$i];
94 }
95 }
96 elseif (is_array($search_word_cache[$i])) {
97 if ($search_terms) {
98 $operator = "and";
99 }
100 foreach ($search_word_cache[$i] as $key => $val) {

or line
101 if ($is_first_word || $operator == "or" || $operator == "oder") {

eingabe.php is a additional page

17
http://www.4homepages.de/forum/index.php?topic=3378.0
look into lang/LANGUAGE/main.php on line 101 make sure nothing is after ?>

or

http://www.4homepages.de/forum/index.php?topic=25252.0

no...
101 $lang['headline'] = "Überschrift:";
.
.
.
?>
</head>

lese dir das mal durch
http://www.4homepages.de/forum/index.php?topic=4606.msg126646#msg126646

LG


hatte ich mir durchgelesen...
aber leider kann ich nichts damit anfangen :(

ich mache alles über NVU


gibt es eine andere Alternative seiten dazu hochzuladen?



18
English


need help
have additional pages uploaded to this Toturial:
http://www.4homepages.de/forum/index.php?topic=23037.msg125757#msg125757
Result:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/******/httpdocs/eingabe.php:5) in /var/www/******/httpdocs/includes/sessions.php on line 101
Warning: Cannot modify header information - headers already sent by (output started at /var/www/******/httpdocs/eingabe.php:5) in /var/www/******/httpdocs/includes/sessions.php on line 101

I look after:
/var/www/*******/httpdocs/eingabe.php:5 :101 : if ($is_first_word || $operator == "or" || $operator == "oder") {
im httpdocs/includes/sessions.php : 101 : $cookie_expire = ($permanent) ? $this->current_time + 60 * 60 * 24 * 365 : 0;


what is wrong?




German


Brauche jetzt mal Hilfe.
suche schon die ganze Zeit aber leider ohne Erfolg.
habe zusätzliche Seiten hochgeladen nach diesem Toturial:
http://www.4homepages.de/forum/index.php?topic=23037.msg125757#msg125757
aber das Resultat:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/******/httpdocs/eingabe.php:5) in /var/www/******/httpdocs/includes/sessions.php on line 101
Warning: Cannot modify header information - headers already sent by (output started at /var/www/*****/httpdocs/eingabe.php:5) in /var/www/*****/httpdocs/includes/sessions.php on line 101

wenn ich danach schaue:  /var/www/*******/httpdocs/eingabe.php:5 :101 : if ($is_first_word || $operator == "or" || $operator == "oder") {

(richtig? im 4images root verzeichnis)

im httpdocs/includes/sessions.php : 101 : $cookie_expire = ($permanent) ? $this->current_time + 60 * 60 * 24 * 365 : 0;

das habe ich bei allen neu hochgeladenen Seiten.

was mache ich verkehrt?


19
German

habe mich gerade als admin ausversehen gelöscht.
brauche dringend Hilfe.
wie kann ich mich als admin neu anmelden...?
oder wo muß ich auf dem Server suchen?

English
have just accidentally deleted as admin.
need urgent help.
how can I sign up as admin ...?
or where I should look on the server?

20
das war jetzt eine schwere Geburt...ich bedanke mich bei allen ganz dolle...ich hatte jetzt alles im Editor geschrieben...und jetzt hat es auch geklappt....wow...super..

21
hi
ich benutze NVU...ich hatte jetzt per hand alle klammern bearbeitet aber mit dem speichern verwandelt sich alles wieder ..was muss ich denn einstellen damit alles so bleibt? oder sollte ich ein anderes programm zum bearbeiten wählen??? wenn ja welches?  wäre ja genial..wenn daran der Fehler liegen würde

22
@Danke Jan-Lukas für die arbeit..aber hat leider nicht funktioniert...hatte deinen Ratschlag hineinkopiert...aber...nix....klick aufs nächste bild...ist wieder leere seite zu finden..
@Rembrandt : wollte mir auch ein neues Template runterladen aber mein Vista mag nicht alles nehmen da es oft heißt..ist beschädigt...
auf meiner home seite geht marquee auch aber leider nicht auf der Detail-seite.
auf meiner Detailseite klappt das zum nächsten Bild klicken nicht sobald ich {image_codes} einfüge


ich muss einfach nur ein platz finden wo {image_codes} den next image nicht in die quere kommt!!!

23
sorry...
meine adresse...
http://klick-pic.de

vielleicht liegt es an mein Template?

Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
{header}<?php $tu "{template_url}";
$us "{url_search}";
$ls "{lang_search}";
$las "{lang_advanced_search}";
require 
"{template_url}/incl/searchbox.php"?>

<table border="0" cellpadding="0" cellspacing="1"
 width="100%">
  <tbody>
    <tr>
      <td class="tablebgcolor">
      <table border="0" cellpadding="0" cellspacing="0"
 width="100%">
        <tbody>
          <tr>
            <td class="row2" valign="top" width="150">
<?php $ub '{user_box}';
$lru "{lang_registered_user}";
require 
"{template_url}/incl/user_incl.php"?>
{if
random_cat_image}
            <table border="0" cellpadding="0"
 cellspacing="0" width="150">
              <tbody>
                <tr>
                  <td class="head2"
 background="{template_url}/images/top_bg.gif" height="20">
                  <img src="%7Btemplate_url%7D/images/spacer.gif"
 alt="" height="4" width="4">{lang_random_image}</td>
                </tr>
                <tr>
                  <td class="tablebgcolor"><img
 src="%7Btemplate_url%7D/images/spacer.gif" alt=""
 height="1" width="1"></td>
                </tr>
                <tr>
                  <td class="row1" align="center"><br>
{random_cat_image}
                  <br>
                  <br>
                  </td>
                </tr>
                <tr>
                  <td class="tablebgcolor"><img
 src="%7Btemplate_url%7D/images/spacer.gif" alt=""
 height="1" width="1"></td>
                </tr>
              </tbody>
            </table>
{endif random_cat_image}
            <img src="%7Btemplate_url%7D/images/spacer.gif"
 alt="" height="1" width="150"><?php require "{template_url}/incl/menu.php"?></td>
            <td class="bordercolor" valign="top"
 width="1"><img src="%7Btemplate_url%7D/images/spacer.gif"
 alt="" height="1" width="1"></td>
            <td valign="top" width="18"><img
 src="%7Btemplate_url%7D/images/spacer.gif" alt=""
 height="18" width="18"></td>
            <td valign="top" width="100%">
<?php $cl '{clickstream}';
$uti "{url_top_images}";
$lti "{lang_top_images}";
$uni "{url_new_images}";
$lni "{lang_new_images}";
require 
"{template_url}/incl/click_incl.php"?>
<br>
            <table border="0" cellpadding="1"
 cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="head1">
                  <table border="0" cellpadding="3"
 cellspacing="0" width="100%">
                    <tbody>
                      <tr valign="top">
                        <td class="row2">{if
prev_image_name}{lang_prev_image}<br>
                        <b><a href="%7Bprev_image_url%7D">{prev_image_name}</a></b>
<!-- <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->{endif
prev_image_name}&nbsp;</td>
                        <td class="row2" align="right">
&nbsp;{if next_image_name}{lang_next_image}<br>
                        <b><a href="%7Bnext_image_url%7D">{next_image_name}</a></b>
<!-- <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->{endif
next_image_name}</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            <br>
            <b class="title">{image_name}</b>{if
image_is_new} <sup class="new">{lang_new}</sup>{endif
image_is_new}
            <hr size="1">{if msg}<b>{msg}<br>
            <br>
            </b>{endif msg}
            <div align="center">{image}
{if admin_links}<br>
{admin_links}<br>
{endif admin_links}
            <br>
{lightbox_button}&nbsp;&nbsp;{postcard_button}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{download_button}&nbsp;&nbsp;{download_zip_button}
            </div>
            <br>
{image_codes} --------------------------------------------WÜRDE ICH das rausnehmen würde es mit dem zur nächste seite Klappen
            <table border="0" cellpadding="1"
 cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="head1">
                  <table border="0" cellpadding="3"
 cellspacing="0" width="100%">
                    <tbody>
                      <tr>
                        <td class="head1" colspan="2"
 valign="top">{image_name}</td>
                      </tr>
                      <tr>
                        <td class="row1" valign="top"><b>{lang_description}</b></td>
                        <td class="row1" valign="top">{image_description}</td>
                      </tr>
                      <tr>
                        <td class="row2" valign="top"><b>{lang_keywords}</b></td>
                        <td class="row2" valign="top">{image_keywords}</td>
                      </tr>
                      <tr>
                        <td class="row1" valign="top"><b>{lang_date}</b></td>
                        <td class="row1" valign="top">{image_date}</td>
                      </tr>
                      <tr>
                        <td class="row2" valign="top"><b>{lang_hits}</b></td>
                        <td class="row2" valign="top">{image_hits}</td>
                      </tr>
                      <tr>
                        <td class="row1" valign="top"><b>{lang_downloads}</b></td>
                        <td class="row1" valign="top">{image_downloads}</td>
                      </tr>
                      <tr>
                        <td class="row2" valign="top"><b>{lang_rating}</b></td>
                        <td class="row2" valign="top">{image_rating}
({image_votes} {lang_votes})</td>
                      </tr>
                      <tr>
                        <td class="row1" valign="top"><b>{lang_file_size}</b></td>
                        <td class="row1" valign="top">{image_file_size}</td>
                      </tr>
                      <tr>
                        <td class="row2" valign="top"><b>{lang_added_by}</b></td>
                        <td class="row2" valign="top">{user_name_link}</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
{if iptc_info}
            <br>
            <table border="0" cellpadding="1"
 cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="bordercolor"> {iptc_info}
                  <table border="0" cellpadding="3"
 cellspacing="0" width="100%">
                    <tbody>
                      <tr>
                        <td class="head1" colspan="2"
 valign="top">IPTC Info</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
{endif iptc_info} {if exif_info} <br>
            <table border="0" cellpadding="1"
 cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="bordercolor"> {exif_info}
                  <table border="0" cellpadding="3"
 cellspacing="0" width="100%">
                    <tbody>
                      <tr>
                        <td class="head1" colspan="2"
 valign="top">EXIF Info</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
{endif exif_info}
{if rate_form}
            <div align="center">{rate_form}</div>
{endif rate_form}
{if allow_comments}
            <a name="comments"></a><br>
            <table align="center" border="0"
 cellpadding="0" cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="head1" valign="top">
{comments}
                  <table border="0" cellpadding="3"
 cellspacing="1" width="100%">
                    <tbody>
                      <tr>
                        <td class="head1" valign="top">{lang_author}</td>
                        <td class="head1" valign="top">{lang_comment}</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            <br>
{comment_form} {endif allow_comments}
            <br>
            <br>
            <table border="0" cellpadding="1"
 cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="head1">
                  <table border="0" cellpadding="3"
 cellspacing="0" width="100%">
                    <tbody>
                      <tr valign="top">
                        <td class="row2">{if
prev_image_name}{lang_prev_image}<br>
                        <b><a href="%7Bprev_image_url%7D">{prev_image_name}</a></b>
<!-- <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->{endif
prev_image_name}&nbsp;</td>
                        <td class="row2" align="right">
&nbsp;{if next_image_name}{lang_next_image}<br>
                        <b><a href="%7Bnext_image_url%7D">{next_image_name}</a></b>
<!-- <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->{endif
next_image_name}</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            <p>&nbsp;</p>
            </td>
            <td valign="top" width="20"><img
 src="%7Btemplate_url%7D/images/spacer.gif" alt=""
 height="19" width="19"></td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<?php require "{template_url}/incl/bott_incl.php"?>{footer}
</body>
</html>

24
weil ich es gestern und heute zig mal versucht habe....ohne {image_codes} klappt es..kaum habe ich den code dazu getan geht die detail seite überhaupt nicht mehr. aber ich bin froh das ich dahinter kam. versuche es jetzt gleich nochmal an der neuen stelle...danke schön


habe ich ausprobiert..nein funktioniert auch nicht....kaum ist es in der mitte von der seite klappt die detail seite nicht ABER kann ich denn {image_description}{image_keywords}etc...entfernen? wenn ja..von wo...bis wo...muss ich das entfernen?

jetzt hatte ich einen marquee text versucht...nein klappt auch nicht..woran kann das liegen? kaum das ich einen anderen code in die seite reinbringen will geht es nicht zum nächsten oder zurück...selbst ein Javascriptcode nimmt es dann auch nicht an...

25
jetzt endlich weiß ich wo mein Problem ist...

auf meiner Details.html habe ich {image_codes} und das beide verträgt sich nicht...wo kann ich denn stattdessen reinbringen so das {image_codes} aber unter dem Bild zu sehen ist....

vielleicht eine Idee?? wäre super :?:

26
            Puh ...ich schaffe es einfach nicht..das es klappt, mit dem auf nächste Bild klicken...
so ist es jetzt auf meiner details.html gespeichert...ABER es klappt einfach nicht...es wird nicht angenommen..
gibt es viell. einen anderen Code?? :roll:





            <hr size="1">{if msg}<b>{msg}<br>
            <table border="0" cellpadding="1"
 cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="bordercolor">
                  <table border="0" cellpadding="3"
 cellspacing="0" width="100%">
                    <tbody>
                      <tr valign="top">
                        <td class="row2"> {if
prev_image_name}{lang_prev_image}<br>
&nbsp;&nbsp; <b><a href="%7Bprev_image_url%7D">{prev_image_name}</a></b>
<!-- <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->{endif
prev_image_name}&nbsp;</td>
                        <td class="row2" align="right">&nbsp;{if
next_image_name}{lang_next_image}<br>
                        <b><a href="%7Bnext_image_url%7D">{next_image_name}</a>&nbsp;&nbsp;&nbsp;</b>
<!-- <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->{endif
next_image_name}</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            <p>&nbsp;</p>
            </b>{endif msg}
            <div align="center">{image}

27
danke für die tollen Tip´s...
ich hatte gestern...weil überhaupt nichts mehr ging.wieder alles runtergetan und wieder neu aufgespielt...
mit dem neuen Template ist der Code für die Anmeldung neuer User da...

aber mit dem nächsten Bild klappt leider immer noch nicht

den Code...muss ich ihn  dann auch in den home .html  rein kopieren?

28
Super danke für die tollen Tip´s..
hatte alles geklappt

jetzt habe ich leider schon wieder 3 Fragen :roll:

1.beim Regestieren erscheint ...Das Feld mit dem Regestrierungscode muss ausgefüllt werden...ABER..es ist keins da....muss ich das irgendwo erst installieren?

2. ich schaffe es einfach nicht oberhalb der Bilder die zum nächsten Bild..bzw zum vorherigen Bild klicken zu verknüpfen...im browser steht /{next_image_url} Seite Objekt nicht gefunden!

3.habe mir ein neues Template installiert....möchte auf der erste Seite einen Link einfügen..habe die index.php. bearbeitet aber es erscheint einfach nicht auf der Hauptseite...
wo muss ich das bearbeiten?
Ich weiß gleich soviele Fragen

Mist..habe gerade weiter gestöbert..
kann es daran liegen das ich die version: 4waters, a blue-ish 4images template. (Updated for version 1.7.4) habe? installiert habe ich die 4images die neuste!

so jetzt habe ich ein riesiges Problem!!!!!!
habe jetzt ein neues Template super...

ABER


ich komme nicht mehr ins Admin Control Panel...meine Index.php. seite ist leeeeeer....

brauche ganz dringend ein Tip!!!!


29
english


why is on my page right click for a copyright?
how do I get rid of it?
aid. I want to take a page for guestbook with pictures to link ...

I have to click the path somewhere?
but where?


deutsch..

warum ist auf meiner seite bei rechts klick ein copyright?
wie bekomme ich das weg?
hilfe. den ich möchte eine seite für gästebuch bilder mit link zum mitnehmen...

muss ich das irgendwo weg klicken?
aber wo?




30
so..puuh..bin jetzt schon einwenig weiter..hatte jetzt alles mal auf default_960 gespeichert..meine die upload links....
nur mein nächstes Problem..
die komplette seite ist jetzt unter Copyright..das heißt..lach man kann die link jetzt nicht kopieren..
also kommt jetzt ein lauter Hilferuf!!!!!
wie kann ich das wieder entfernen?
oder ist es...weil ich die vorlage gewählt hatte?



Pages: 1 [2] 3