Author Topic: [MOD] Universal Paging Class v1.1.2  (Read 76218 times)

0 Members and 1 Guest are viewing this topic.

Offline Holzwurm

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: [MOD] Universal Paging Class v1.1
« Reply #45 on: May 09, 2010, 12:39:35 AM »
Hallo zusammen,

ich bastel jetzt schon seit 2 Tagen herum und bekomme kein Ergebnis zu meinem Problem.

Bei mir werden keine Zahlen als Seiten angezeigt, nur ...  ...    << >> Letzte Seite

Wie bekomme ich denn Zahlen statt der Punkte ? Version 1.7.7    http://www.fotofreunde-niederrhein.de/?path=start

Wäre für einen Denkanstoss sehr dankbar.

Gruß Hubert
Ich hab einen ganz einfachen Geschmack,
ich bin immer mit dem besten zufrieden.
(Oscar Wilde)

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: [MOD] Universal Paging Class v1.1
« Reply #46 on: May 09, 2010, 01:13:42 AM »
you have this error message:
Quote
Notice: Use of undefined constant Paging - assumed 'Paging' in /is/htdocs/******/www/gallery/includes/paging.php  on line 27
This error is not from original mod, so whatever you've changed was wrong ;)
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 Holzwurm

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: [MOD] Universal Paging Class v1.1
« Reply #47 on: May 09, 2010, 01:44:33 PM »
Hi,

danke für die Antwort, eigentlich meine ich das hier (Printscreen)

Gruß Hubert

Hi,

thank you for your answer, I mean as the enclosed printscreen.

kind regards

Hubert
« Last Edit: May 25, 2010, 06:28:54 PM by Holzwurm »
Ich hab einen ganz einfachen Geschmack,
ich bin immer mit dem besten zufrieden.
(Oscar Wilde)

Offline Holzwurm

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: [MOD] Universal Paging Class v1.1
« Reply #48 on: May 10, 2010, 09:28:52 PM »
Hat denn niemend eine Idee?

Grüße Holzwurm
Ich hab einen ganz einfachen Geschmack,
ich bin immer mit dem besten zufrieden.
(Oscar Wilde)

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Universal Paging Class v1.1
« Reply #49 on: May 10, 2010, 09:45:17 PM »
... aus dem Screen ist schwerlich der Fehler zu extrahieren ...
... schon mal mit 'nem Backup und 'ner neuen MOD-Installation versucht ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Holzwurm

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: [MOD] Universal Paging Class v1.1
« Reply #50 on: May 11, 2010, 03:05:26 PM »
Danke für die Antwort,

mit einer Neuinstallation hab ich es noch nicht versucht, werde es aber gleich mal machen.

Danke

Hubert
Ich hab einen ganz einfachen Geschmack,
ich bin immer mit dem besten zufrieden.
(Oscar Wilde)

Offline Abu Abdullah

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: [MOD] Universal Paging Class v1.1
« Reply #51 on: September 06, 2010, 11:21:53 PM »
i think we need to add forward slash "/" to the line 115 and 116 for compatibility with v1.7.8

search for
Code: [Select]
$link_args = ereg_replace("&".$this->page_text."=[0-9]*", "", $link_args);
$link_args = ereg_replace($this->page_text."=[0-9]*&", "", $link_args);

replace with
Code: [Select]
$link_args = preg_replace("/&".$this->page_text."=[0-9]*/", "", $link_args);
$link_args = preg_replace("/".$this->page_text."=[0-9]*&/", "", $link_args);
« Last Edit: September 07, 2010, 03:52:00 AM by Abu Abdullah »

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: [MOD] Universal Paging Class v1.1.1
« Reply #52 on: September 07, 2010, 12:48:47 AM »
It is v1.7.8 compatible, but anyhow I've updated to v1.1.1 which is now fully PHP5 compatible.

P.S.
besides the forward slashes, ereg_replace also has to be replaced by preg_replace ;)
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 Abu Abdullah

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: [MOD] Universal Paging Class v1.1.1
« Reply #53 on: September 07, 2010, 03:52:29 AM »
thank you V@no  i edited my post :)

Offline x23piracy

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • FHG
Re: [MOD] Universal Paging Class v1.1.1
« Reply #54 on: December 07, 2010, 05:05:31 PM »
Hi,

what about that Security fix?
http://www.4homepages.de/forum/index.php?topic=28481.msg153746#msg153746

I cannot find the line to replace.


Greetz X23

Don't trust in md5 it's unsafe change your 4i galerys password hash algorythm! second pw db field, create new hashes over some time, deny old hash. Help members that cry, send informationen mail to the rest. Camouflage new pw hash in cookie. Done!

--(◔̯◔)--

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Universal Paging Class v1.1.1
« Reply #55 on: December 07, 2010, 05:25:18 PM »
dito
Danke Harald




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: [MOD] Universal Paging Class v1.1.2
« Reply #56 on: December 08, 2010, 02:27:10 PM »
Download v1.1.2
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 x23piracy

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • FHG
Re: [MOD] Universal Paging Class v1.1.2
« Reply #57 on: December 08, 2010, 02:52:51 PM »
Hi,

Download v1.1.2

 :thumbup: thx


Greetz X23

Don't trust in md5 it's unsafe change your 4i galerys password hash algorythm! second pw db field, create new hashes over some time, deny old hash. Help members that cry, send informationen mail to the rest. Camouflage new pw hash in cookie. Done!

--(◔̯◔)--