| Re: Need Help Urgently !!! |
| by karasu on 2010/5/4 3:08:02 Set in comment by adding // in front of the following lines in /class/post.php $thread_action['pdf']['image'] = newbb_displayImage($forumImage['pdf'], _MD_PDF); $thread_action['pdf']['link'] = "makepdf.php?type=post&pageid=0&scale=0.66"; $thread_action['pdf']['name'] = _MD_PDF; > i'm not find the line about pdf in /class/post.php(4.0 Alpha) ^^" Remove /makepdf.php and the /fpdf/ directory. > All done. Did you trace in your logs, who is requesting these pdf files? > all from guest user. Did you disable anonymous posting? > All done. |
| Re: Need Help Urgently !!! |
| by ghia on 2010/5/3 7:27:05 Set in comment by adding // in front of the following lines in /class/post.php le="color: #000000"><?php $thread_action['pdf']['image'] = newbb_displayImage($forumImage['pdf'], _MD_PDF); $thread_action['pdf']['link'] = "makepdf.php?type=post&pageid=0&scale=0.66"; $thread_action['pdf']['name'] = _MD_PDF; Remove /makepdf.php and the /fpdf/ directory. Did you trace in your logs, who is requesting these pdf files? Did you disable anonymous posting? |
| Re: Need Help Urgently !!! |
| by karasu on 2010/5/2 17:35:55 after i do all step above i still get error email from my hosting with Mysite GET /modules/newbb/transfer.php?post_id=44&op=pdf again !?! is there another way to shut down pdf fungtion in xoops even i remove folder /class/transfer/pdf . can i remove Frameworks/transfer/plugin/pdf too? or any idea? thank you for all the answers |
| Re: Need Help Urgently !!! |
| by karasu on 2010/4/30 8:47:28 Oh!!! thank you very much ghia ^^ |
| Re: Need Help Urgently !!! |
| by ghia on 2010/4/30 8:01:04 Quote: my cbb version is 4.0 Alpha. For disabling pdf in CBB remove folder /class/transfer/pdf Check also in your Apache logs, who and which posts are asked to be fetched in pdf. Normally this feature isn't much (or not at all) used. |