Jump to content


[NOT FIXED] Unreal Hide Hack for iPB v2.3.6 Working and 1 problem


  • You cannot reply to this topic
2 replies to this topic

#1 agunes

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 12 November 2008 - 04:36 AM

Sir Dear

Unreal Hide Hack (2.1) installed
Forum version v2,3,6
İnstall completed
Mod working
but problem

Problem This
Message view working
http://img145.images...opicviewel4.jpg

click add repply
show links " dont working hide hack"
http://img145.images...pplyviewtd0.jpg


Please help me friends

Thank you
Sincerly

#2 cricket

    Administrator

  • Root Admin[Root Admin]
  • PipPipPip
  • 301 posts

Posted 22 November 2008 - 10:05 PM

The second image link is broken, so I can't see what the problem is. Could you post the link again?
Posted Image

#3 mythery

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 23 January 2009 - 11:19 AM

Hi cricket!

I'm using IPB 2.3.6 and I think I got the same error agunes tried to describe.

Viewing a post with hidden text is working fine

Posted Image

But if somebody clicks on "Add Reply", he can see the hidden text, without clicking on post answer

Posted Image

Sorry for my bad english! I'm from germany and usualy don't write english ;)

---------------------------------------------------------------------

Problem Solved:

*****************************************
FIX FOR Last 10 Posts [ In reverse order ]
*****************************************

Open /sources/classes/post/class_post.php

FIND:

$row['date']   = $this->ipsclass->get_date( $row['post_date'], 'LONG' );


ADD AFTER:

$row['post'] = preg_replace( "#\[hide_me\](.+?)\[/hide_me\]#is", "<{HIDE1}>", $row['post'] );
			$row['post'] = preg_replace( "#\[hide\](.+?)\[/hide\]#is", "<{HIDE1}>", $row['post'] );



that should solve your problem :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users