Ravens PHP Scripts: Forums
 

 

Search found 20 matches
Author Message
 Topic: Limiting Link Posting To Registered Users
stoney

Replies: 2
Views: 4022

PostForum: General/Other Stuff   Posted: Wed Jan 18, 2006 5:24 am   Subject: Limiting Link Posting To Registered Users
DOH! Thanks!
 Topic: Limiting Link Posting To Registered Users
stoney

Replies: 2
Views: 4022

PostForum: General/Other Stuff   Posted: Wed Jan 18, 2006 4:59 am   Subject: Limiting Link Posting To Registered Users
Is there an easy way to limit the submitting of links to registered users? I get tired of deleting half a dozen links to erection/diet pill/etc sites each day submitted by anonymous users.
 Topic: Two Security Issues
stoney

Replies: 31
Views: 69904

PostForum: Security - PHP Nuke   Posted: Mon Oct 17, 2005 9:44 pm   Subject: re: Two Security Issues
No I cant see restricted posts here. I just amuse myself looking at some of the old posts you two have made. Some are quite funny.
 Topic: Two Security Issues
stoney

Replies: 31
Views: 69904

PostForum: Security - PHP Nuke   Posted: Mon Oct 17, 2005 9:15 pm   Subject: Two Security Issues
Oh.. I would be willing to make a donation to your site if you can get hitwalker to change his avatar... it gives me nightmares.
 Topic: Two Security Issues
stoney

Replies: 31
Views: 69904

PostForum: Security - PHP Nuke   Posted: Mon Oct 17, 2005 9:13 pm   Subject: Two Security Issues
I think what he is trying to say is that if you look at a users profile and do find all posts (like I do with you and chatserv all the time lol) that you can see posts from restricted areas that the u ...
 Topic: jpcache and cookies? login to be logged out
stoney

Replies: 1
Views: 6699

PostForum: Making Nuke Efficient   Posted: Sat Oct 15, 2005 5:56 pm   Subject: jpcache and cookies? login to be logged out
OK i did some searching on other forums for this and found out that you dont want to cache the main index because it will cache the user block also. It also seems you dont want to cache something that ...
 Topic: jpcache and cookies? login to be logged out
stoney

Replies: 1
Views: 6699

PostForum: Making Nuke Efficient   Posted: Sat Oct 15, 2005 2:31 pm   Subject: jpcache and cookies? login to be logged out
I installed cache_lite to handle blocks and got that working fine. After I installed jpcache I first tried it on the main index.php. I noticed that after loging in if i clicked home it would log me ou ...
 Topic: jpcache or Cache-Lite?
stoney

Replies: 13
Views: 17842

PostForum: Making Nuke Efficient   Posted: Sat Oct 15, 2005 10:27 am   Subject: jpcache or Cache-Lite?
One other thing i just noticed. It appears to be making multiple entries in the table.

block-Advanced_Downloads.php
cacheDir => includes/Cache_Lite/cache/
cache => 1
cacheDir => include ...
 Topic: jpcache or Cache-Lite?
stoney

Replies: 13
Views: 17842

PostForum: Making Nuke Efficient   Posted: Sat Oct 15, 2005 10:12 am   Subject: jpcache or Cache-Lite?
ahh friggin safe mode moved the cache dir to sub dir of includes cache lite and it seems to be cacheing now
 Topic: jpcache or Cache-Lite?
stoney

Replies: 13
Views: 17842

PostForum: Making Nuke Efficient   Posted: Sat Oct 15, 2005 9:41 am   Subject: jpcache or Cache-Lite?
well i installed the cache_lite, installed the module. I cant for the life of me figure out that ftp install instructions for pear. I took the chance that maybee it was already installed but it doesnt ...
 Topic: jpcache or Cache-Lite?
stoney

Replies: 13
Views: 17842

PostForum: Making Nuke Efficient   Posted: Fri Oct 14, 2005 9:05 pm   Subject: jpcache or Cache-Lite?
I had seen that. I am not sure if pear is installed on the place i get space from hostforweb. if I read right that is required isnt it?
 Topic: jpcache or Cache-Lite?
stoney

Replies: 13
Views: 17842

PostForum: Making Nuke Efficient   Posted: Fri Oct 14, 2005 8:51 pm   Subject: re: jpcache or Cache-Lite?
So guys.. what was the outcome of this post? I am curious about cacheing but don't really know where to start. Not sure if I will be able to install Pear on my site since i get space at a hosting comp ...
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Wed Oct 12, 2005 4:57 pm   Subject: Securing 3rd Party Add-Ons
http://webmonkey.wired.com/webmonkey/00/18/index3a.html?tw=backend - this is an old article (from 2000) on XSS but it explains it in simple terms that anyone can understand. Kinda funny too
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Wed Oct 12, 2005 3:44 pm   Subject: Securing 3rd Party Add-Ons
What can the attacker do if he is able to put anything he wants into a data field. I could see spam to some stupid online poker site or something but are they really able to take control of a site sim ...
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Tue Oct 11, 2005 6:39 pm   Subject: Securing 3rd Party Add-Ons
Ahh that explains allot... thanks yet again.
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Tue Oct 11, 2005 4:19 pm   Subject: re: Securing 3rd Party Add-Ons
one other question on this topic...


if (!defined('MODULE_FILE')) {
die ("You can't access this file directly...");
}

I understand the basics ...
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Tue Oct 11, 2005 10:16 am   Subject: re: Securing 3rd Party Add-Ons
Thanks Raven that gives me a direction to go in. Chatserv is our friend.. input is our enemy.
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Mon Oct 10, 2005 4:30 pm   Subject: Securing 3rd Party Add-Ons
You sound like a network administrator Razz
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Mon Oct 10, 2005 4:16 pm   Subject: re: Securing 3rd Party Add-Ons
I have looked around some and many people do things allot of different ways. For instance the opening of every block goes something like:

if (!defined('MODULE_FILE')) {
die & ...
 Topic: Securing 3rd Party Add-Ons
stoney

Replies: 22
Views: 34367

PostForum: Security - PHP Nuke   Posted: Mon Oct 10, 2005 3:40 pm   Subject: Securing 3rd Party Add-Ons
I am hoping some of you could help me with a project I am working on. I would like to write an article for my site on securing 3rd party addons such as modules and blocks, etc. I figured I would throw ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©