Home :: Forums :: Register :: Sign In :: Links :: Downloads :: Shop
You are not signed in. Please sign in. If you have not registered, please click here.
Search found 21 matches
Codezwiz Forum Index » Search » Search found 21 matches 1 2 3 >
Author Message
Topic: Random Image Block Working Prob
madman

Replies: 1
Views: 8366

PostForum: General PHP Nuke Help   Posted: Wed Dec 22, 2004 12:26 pm   Subject: Re: Random Image Block Working Prob
Hi there,

I got this block from here a while back and havent been able to operate it properly yet I am writting in the code 100% right but with still no joy pics not even a thumbnail... if anyone h ...
Topic: i pruned up my forums when upgrading to nuke 7.5
madman

Replies: 1
Views: 8445

PostForum: General PHP Nuke Help   Posted: Sat Dec 18, 2004 5:32 pm   Subject: re: i pruned up my forums when upgrading to nuke 7.5
I hope you still kept the site backups (files and databases). If you upgrade phpnuke while your forum was heavily modded, be sure to:
Backup all files and directory under "modules/Forums"
Backup the ...
Topic: New Posts Icons not working properly
madman

Replies: 2
Views: 8352

PostForum: General PHP Nuke Help   Posted: Sat Dec 18, 2004 5:16 pm   Subject: re: New Posts Icons not working properly
Output buffering probably might solve the problem. You need to modify header.php and footer.php located on phpnuke root directory. First, open header.php and find this line:
require_once("ma ...
Topic: Signature Woes
madman

Replies: 3
Views: 9038

PostForum: General PHP Nuke Help   Posted: Sat Dec 18, 2004 5:05 pm   Subject: Re: re: Signature Woes
IC, is there a security risk to Iframe?
Why would be it be restricted by default?
IFRAME is common ancient hacking defacement techniques. If you cannot gain control on how IFRAME should displayed on ...
Topic: PHP Nuke security code problems
madman

Replies: 17
Views: 15662

PostForum: General PHP Nuke Help   Posted: Sat Dec 18, 2004 4:54 pm   Subject: Re: re: PHP Nuke security code problems
Thanks mate. Ill have a look and see if i can sort that out.
If you not quite sure to edit PHP code, feel free to post your block code here. I'll try to locate the problem.
Topic: Fatal error: Call to undefined function: opentable() in...
madman

Replies: 11
Views: 16380

PostForum: General PHP Nuke Help   Posted: Sat Dec 18, 2004 4:47 pm   Subject: Re: re: Fatal error: Call to undefined function: opentable()
line 79 begins... release by me. thanks for ne ideas. i don't get it. it seems to just be a comment.
Do not use/overwrite/upgrade forum files to script files came with original phpBB. To be sure, ope ...
Topic: Signature Woes
madman

Replies: 3
Views: 9038

PostForum: General PHP Nuke Help   Posted: Fri Dec 17, 2004 5:05 pm   Subject: re: Signature Woes
IFRAME tag restricted in mainfile.php. Find the following line from that file and remove (or comment it):
(eregi("<[^>]*iframe*\"?[^>]*>", $secvalue ...
Topic: php nuke and web host trouble
madman

Replies: 1
Views: 8426

PostForum: General PHP Nuke Help   Posted: Fri Dec 17, 2004 4:59 pm   Subject: re: php nuke and web host trouble
Can't give you more advices coz' insufficient infos. But if you upload all those phpnuke files with FTP client software, be sure to send all *.php files using ASCII mode.
Topic: PHP Nuke security code problems
madman

Replies: 17
Views: 15662

PostForum: General PHP Nuke Help   Posted: Fri Dec 17, 2004 4:44 pm   Subject: Re: PHP Nuke security code problems
Security code image handling in phpnuke 7.5+ is rather different. You must use modules/blocks that compatible with 7.5+. For a quick fix (for experienced users only), you need to scan all occurences o ...
Topic: Can anyone help me with this code?
madman

Replies: 1
Views: 8239

PostForum: General PHP Nuke Help   Posted: Fri Dec 17, 2004 4:33 pm   Subject: Re: Can anyone help me with this code?
<?php include("<? echo $result_data
Use this:
<?php include("$result_data[5]"); ?>

More safer code:
<?php if (file_exists("$result_data[ ...
 
Codezwiz Forum Index » Search » Search found 21 matches 1 2 3 >

Jump to