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

Pages: [1] 2 3 4 5 ... 38
1
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: November 24, 2006, 07:13:42 PM »
OK so I got this message left on my shoutbox:
 
Code: [Select]
googlebot:   
I am GoogleBot.

I like bots. 

LOL.

well... you should hide the form from bots, if you'd installed my "Treat bots as users with less rights"
(use {ifnot is_bot}....{endifnot is_bot} as shown there on any action you don't want the bots to see or do...)
otherwise anybody, who knows how to change some of his brower-settings, can enter your page and spam your shoutbox (or even: do a lot of other things on you site ;) )


;)
Quote

2
Mods & Plugins (Releases & Support) / Re: [MOD] Shoutbox
« on: November 24, 2006, 06:51:48 PM »
Also, still can't delete/edit comments...any ideas?

You don't need to delete the comments in the ACP, just change this lines in shout_editor.php

find:
Code: [Select]
if ($action == "delete") {
  $url_delete = $site_sess->url(ROOT_PATH."shout_editor.php?action=deleteyes&shout_id=".$shout_id);
change to
Code: [Select]
if ($action == "delete") {
  $url_sh_delete = $site_sess->url(ROOT_PATH."shout_editor.php?action=deleteyes&shout_id=".$shout_id);
And after the popup-window opens, just confirm deleting by clicking the "Delete shout?" button...

I did also a small change to the edit/delete links - you can make it look a bit better by using images instead of the text-links...

open shout.php
find:
Code: [Select]
  $admin_shout = "<a href=\"".$site_sess->url(ROOT_PATH."shout_editor.php?action=edit&shout_id=".$shouts[$i]['id'])."\" target=\"_blank\" onClick=\"return popup(this,'edit_shout')\">".$lang['edit']."</a><a href=\"".$site_sess->url(ROOT_PATH."shout_editor.php?action=delete&shout_id=".$shouts[$i]['id'])."\" target=\"_blank\" onClick=\"return popup(this,'delete_shout')\">".$lang['delete']."</a>";
change to:

Code: [Select]
  $admin_shout = "<a href=\"".$site_sess->url(ROOT_PATH."shout_editor.php?action=edit&shout_id=".$shouts[$i]['id'])."\" target=\"_blank\" onClick=\"return popup(this,'edit_shout')\"><IMG SRC=\"".$site_sess->url(TEMPLATE_DIR."/default/images/edit.gif")."\" border=\"0\"></a>&nbsp;<a href=\"".$site_sess->url(ROOT_PATH."shout_editor.php?action=delete&shout_id=".$shouts[$i]['id'])."\" target=\"_blank\" onClick=\"return popup(this,'delete_shout')\"><IMG SRC=\"".$site_sess->url(TEMPLATE_DIR."/default/images/delete.gif")."\" border=\"0\"></a>";(I use to upload "standard" buttons into the default-template folder, because I do not change these in the various templates...)

Then download the 2 attached images and upload these into templates/default/images/

:)
Have fun

3
of course you should publish that ;)

4
Installation, Update & Configuration / Re: 3 verschiedene Bildgrößen
« on: August 01, 2006, 10:22:19 AM »
wo lag das Problem?

5
use the "forgot password" link ;)

6
Templates & Styles (Requests & Discussions) / Re: Bildgröße
« on: July 10, 2006, 02:34:15 PM »
Dann musst du deinen Provider kontaktieren und die PHP-Funktionen ini_set() und set_time_limit() erlauben lassen...

7
Templates & Styles (Requests & Discussions) / Re: Bildgröße
« on: July 10, 2006, 01:56:30 PM »
falls ich das richtig verstehe, dann existiert bei dir auf dem Server keinge phpThumb.config.php, sondern nur
die ursprüngliche phpThumb.config.php.default!

8
Templates & Styles (Requests & Discussions) / Re: Bildgröße
« on: July 10, 2006, 01:29:33 PM »
geh mal alle einstellungen in der phpThumb.config.php durch und stelle diese alle so ein, wie du sie haben möchtest (phpThumb.config.php sollte auf dem server wahrscheinlich ohne "default" endung sein),
ein temp-verzeichniss muss existieren in dem das script schreiben kann usw...
lies die phpThumb.readme.txt durch um sicher zu sein, dass alles richtig eingestellt ist...

9
Was genau möchtest du anpassen?
Wie sieht das bei dir im Moment aus?

Falls der erwähnte Text irgendwie geändert werden soll, dann
ändere doch bitte in der
lang/deinesprache/main.php
den Eintrag
$lang['paging_user_stats']


10
Templates & Styles (Requests & Discussions) / Re: Bildgröße
« on: July 09, 2006, 09:36:19 AM »
Und was wird angezeigt?
Wenn du die Eigenschaften des "nicht angezeigten Bildes" ansiehst, welche Adresse steht da, die zum Bild führen sollte?

Wenn ich auf die Adresse
http://kleinemeise.kl.funpic.de/4images/phpthumb/phpThumb.php?src=./data/media/1/dorffest047.jpg&w=500&h=500
gehe, dann sehe ich da einen Fehler, der wahrscheinlich durch Einstellungen des Servers verursacht werden...

11
Templates & Styles (Requests & Discussions) / Re: Bildgröße
« on: July 07, 2006, 11:19:40 AM »
ohne weitere Informationen kann man so schwer helfen...

12
Mods & Plugins (Releases & Support) / Re: [MOD] Ban v1.7
« on: July 07, 2006, 08:50:19 AM »
Alle bugfixes in deiner Gallerie sind eingebaut?

13
Mods & Plugins (Releases & Support) / Re: [MOD] Ban v1.7
« on: July 07, 2006, 07:20:57 AM »
Das liest sich ja schlimmer, als ein Horror!

Hast du mal versucht, ob bei dir die Ban-Funktion auf geht?
Versuch es doch mal, deine eigene IP für 5 Minuten zu blockieren...

14
Templates & Styles (Requests & Discussions) / Re: Bildgröße
« on: July 06, 2006, 06:50:36 PM »
kann es sein, dass da ein Punkt zuviel ist?

Quote
<img src="./phpthumb/phpThumb.php?src=.{media_src}&w=500&h=500" border="0" alt="{image_name}" />  <br />
also so:
Code: [Select]
<img src="./phpthumb/phpThumb.php?src={media_src}&w=500&h=500" border="0" alt="{image_name}" />  <br />

15
Mods & Plugins (Releases & Support) / Re: [MOD] Ban v1.7
« on: July 03, 2006, 04:11:05 PM »
@Ivan:
kann es sein, dass du FF benutzt? ;)

Ich habe es nie als ein Problem gesehen, dass ich in den Logs nach rechts scrollen muss, um die ganze URL zu sehen,
aber als ich heute mal die Seite mit IE angesehen habe, waren die URL-Zeilen umgebrochen ;)


Pages: [1] 2 3 4 5 ... 38