MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completely customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Advertising block
AuthorText
AlexVot
Senior Member

Posts: 116
Contributes: 215

Gender: _MALE_
Online: No

Version: 4.0.2
Country: Russia
Languages: Rus, Eng
Date: 11/07/2009 13:20
Advertising block
#post21196
Hi. Please help me to create the block that will be visible to guests only if it is possible.
Edited: 11/07/2009 17:24
Delete Edit Quote
 
AlexVot
Senior Member

Posts: 116
Contributes: 215

Gender: _MALE_
Online: No

Version: 4.0.2
Country: Russia
Languages: Rus, Eng
Date: 12/07/2009 10:51
Re: Advertising block
#post21211
Mem or somebody. Help me plz
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 7300
Contributes: 4879

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 12/07/2009 16:31
Re: Advertising block
#post21213
In the block put this:

code
global $userid;
if (!isUser($userid) {
      echo "This can be seen by guests only";
}
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
AlexVot
Senior Member

Posts: 116
Contributes: 215

Gender: _MALE_
Online: No

Version: 4.0.2
Country: Russia
Languages: Rus, Eng
Date: 12/07/2009 21:30
Re: Advertising block
#post21217
Hm...I hasn't understood..

code

<?php
 
if (stristr(htmlentities($_SERVER['PHP_SELF']), "block_blockname.php")) {
      die("Error: This file cannot be opened directly!");
}
 
echo "lalala";
 
?>
 


where to paste your code?

Delete Edit Quote
 
AlexVot
Senior Member

Posts: 116
Contributes: 215

Gender: _MALE_
Online: No

Version: 4.0.2
Country: Russia
Languages: Rus, Eng
Date: 12/07/2009 21:46
Re: Advertising block
#post21218
Ohh.. no...

need to hide the entire block, not just its contents

PS: about right

code

global $userid;
if (!isUser($userid)) {
      echo "This can be seen by guests only";
}
 
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 7300
Contributes: 4879

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 13/07/2009 16:11
Re: Advertising block
#post21225
That cannot be done
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
Reply
Twitter updates...
MemHT Wiki
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.107.179.234

Username
Password
Language
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo