| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| <?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 > |