Author Topic: 4images 1.7.2 - Feedback  (Read 100789 times)

0 Members and 2 Guests are viewing this topic.

Offline fattymattybrewing

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #15 on: March 03, 2006, 07:01:55 PM »
well the only file that the changelog has overlooked is the calendar.gif file is new too...

- admin/calendar.js
- admin/browserSniffer.js
- admin/images/arrow_back.gif
- admin/images/minus.gif
- admin/images/plus.gif
- admin/phpinfo.php

I replaced/loaded all the updated(changed) and new files but didn't see the calendar.gif file on the changelog and saw it missing on my control panel.

its there now...

Matt
Fatty Matty Brewing
http://www.fattymattybrewing.com

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: 4images 1.7.2 - Feedback
« Reply #16 on: March 03, 2006, 09:10:44 PM »
ich muss egozent und sicher in kurzer zeit noch vielen anderen recht geben.
.....
ich weiss, etwas viel verlangt, aber gibt es nicht die Möglichkeit, uptade auf 1.7.2 so zu machen, wie man einen Mod einbaut??

search xxx
ad bevore
ad after
xxx
???

Für das wbb macht das zB immer ein user, der die alten mit den neuen Dateien vergleicht und ein ausführliches changelog online stellt. Wie oben beschrieben, muss man das mit einem textcomparetool machen, die Arbeit steht mit in ein paar Wochen auch bevor  :|
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: 4images 1.7.2 - Feedback
« Reply #17 on: March 03, 2006, 09:47:24 PM »
Nimm UltraEdit dann geht das relativ fix.
Bin gerade dabei meine Gallery upzudaten.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: 4images 1.7.2 - Feedback
« Reply #18 on: March 04, 2006, 12:01:20 AM »
1..7.2
in sessions.php

you will see
Code: [Select]
if ($this->read_cookie_data("userpass") === $this->user_info['user_password'] && $this->user_info['user_level'] > USER_AWAITING) {

"===" is mistake?

Offline obmob01

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #19 on: March 04, 2006, 12:21:21 AM »
1..7.2
in sessions.php

you will see
Code: [Select]
if ($this->read_cookie_data("userpass") === $this->user_info['user_password'] && $this->user_info['user_level'] > USER_AWAITING) {

"===" is mistake?
LOL i came for the same reason, how ironic  :P

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: 4images 1.7.2 - Feedback
« Reply #20 on: March 04, 2006, 12:30:03 AM »
from php.net
Quote
The language also supports a set of strict equivalence operators: === (equal to and same type) and !== (not equal to or not same type).
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: 4images 1.7.2 - Feedback
« Reply #21 on: March 04, 2006, 12:47:00 AM »
This code in functions.php
Code: [Select]
  static $trans;
if (!isset($trans)) {
  $trans = get_html_translation_table(HTML_ENTITIES);
unset($trans["'"]);
  unset($trans['"']);
  unset($trans['<']);
  unset($trans['>']);
}

  $text = strtr($text, $trans);
don't display cyrillic properly

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: 4images 1.7.2 - Feedback
« Reply #22 on: March 04, 2006, 01:10:16 AM »
more info needed...didnt display how, where, what did you see, etc ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: 4images 1.7.2 - Feedback
« Reply #23 on: March 04, 2006, 01:27:38 AM »
да крякозябры одни... см. скиншот

Да и еще момент:
новая функция redirect существенно замедляет процесс пересортировки (перемещения вверх-вниз) категорий в админ-панели. Т.е. см. файл admin/categories.php, там в 1.7.2 поменялось например   $action = "modifycats"; на forward_to_modify($msg);.

Offline Bugfixed

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
    • Lavinya
Re: 4images 1.7.2 - Feedback
« Reply #24 on: March 04, 2006, 11:16:43 AM »
hello all.
I updated my gallery 1.7.1 up 1.7.2. after update charset problem  pls help me.
my page charset is iso-8859-9 >turkish
 :cry:
« Last Edit: March 04, 2006, 12:17:04 PM by Bugfixed »
<?php echo 'Hello, World!'; ?>

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: 4images 1.7.2 - Feedback
« Reply #25 on: March 04, 2006, 11:40:52 AM »
{ifno ...}{endifno ...} не работает, пришлось откатиться на процедуру от @Vano :(

Offline egozent

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #26 on: March 04, 2006, 11:56:52 AM »
Kann mir jemand sagen, was bei folgenden Dateien geändert wurde?
- postcard_create.html
- postcard_preview.html
- bbcode.html
Da ich das 7dana-Template verwende, zerreißt es beim Ersetzen der Dateien das Design.

Kann mir keiner helfen?  :(

Offline kief24

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #27 on: March 04, 2006, 12:45:06 PM »
No bug fix for the session-id's problem in 1.7.1 ? ( search friendly url-mod --> session id doesn't go away in 1.7.1)


Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: 4images 1.7.2 - Feedback
« Reply #28 on: March 04, 2006, 01:29:49 PM »
In admin/categories.php

Code: [Select]
$category .= get_category_dropdown_bits($cat_parent_id, 0, $cat_id);
must be

Code: [Select]
$category .= get_category_dropdown_bits($cat_parent_id);

Offline djith

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #29 on: March 04, 2006, 02:36:56 PM »
So the best solution to fix this problem in 1.7.1 is upgrading to 1.7.2 ?

Is there realy no way out to fix it in 1.7.1 ?

please, would save me a lot of sweat behind my screen !!