Ravens PHP Scripts: Forums
 

 

Search found 36 matches
Author Message
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Jan 09, 2010 2:14 pm   Subject: re: Code optimizations need your advice/review
I just set mine for admin notification like this:

http://www.ravenphpscripts.com/images/forums/NSsbs16.png

and where do you forward users, if i can ask? just curious, does not really matter Wink ...
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Jan 09, 2010 1:54 pm   Subject: re: Code optimizations need your advice/review
--snip--
I'm not sure what direction will be set for this filter in subsequent versions of NS. If we intend to keep it and tweak it then I'd suggest a good first step would be to "decode" the curren ...
 Topic: NukeSentinel and nukeFeed with Feedburner
meotoo

Replies: 16
Views: 14884

PostForum: nukeFeed/FeedCreator   Posted: Fri Jan 08, 2010 5:34 pm   Subject: NukeSentinel and nukeFeed with Feedburner
sweet! thx for the tip, this is indeed more elegant than adding "more slowness" code to NS Smile
 Topic: NukeSentinel and nukeFeed with Feedburner
meotoo

Replies: 16
Views: 14884

PostForum: nukeFeed/FeedCreator   Posted: Fri Jan 08, 2010 4:07 pm   Subject: re: NukeSentinel and nukeFeed with Feedburner
I've started noticing the same issue a few days ago, and thats one of the reasons i'm optimizing NS myself... check:

http://www.ravenphpscripts.com/postt18592.html

Looking at Google why users co ...
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jan 08, 2010 3:35 pm   Subject: re: Code optimizations need your advice/review
you're welcome Smile


here i go again with more, this time related to the eregi() used on the "SCRIPTING attack" filter:

from this:


foreach($_GET as $sec_key => $secvalue)  ...
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jan 08, 2010 1:38 pm   Subject: re: Code optimizations need your advice/review
erm......i think this function is more correct:


function get_ip() {
global $nsnst_const;
if($nsnst_const['client_ip'] != 'none' AND !is_reserved($nsnst_const[ ...
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jan 08, 2010 1:15 pm   Subject: Code optimizations need your advice/review
I'm glad to help Smile

I did a search over the whole sources and found the get_ip() function is used only once and from within includes/nukesentinel.php only, i was about to completely remove it, but ...
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Jan 07, 2010 1:32 pm   Subject: re: Code optimizations need your advice/review
Hi fkelly, thx for reply Wink

The author of NS has moved on to other endeavors and the other person, Raven, who knows the most about it is quite busy. So, I'm not sure how much help you will get in ...
 Topic: Code optimizations need your advice/review
meotoo

Replies: 28
Views: 56010

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Jan 07, 2010 2:15 am   Subject: Code optimizations need your advice/review
Hello Folks,

As i do from time to time, I try to optimize code which i use daily, now here i go when some changes i'm doing to NS, but i'll like your advice/review to ensure i'm not doing something ...
 Topic: short links for catalog :: SOLVED :: FIXED ::
meotoo

Replies: 23
Views: 21513

PostForum: ShortLinks/TegoNuke   Posted: Tue Nov 10, 2009 9:02 am   Subject: re: short links for catalog
nice you followed the tips i told you by PM Razz

I have try this, too: http://montegoscripts.com/ftopicp-2559.html

Its the same. Shocked Rolling Eyes Laughing

This fixed function IS ONLY/MAIN ...
 Topic: Windows 7
meotoo

Replies: 36
Views: 63291

PostForum: Other - Discussion   Posted: Tue Nov 10, 2009 8:54 am   Subject: Windows 7
Great. I trust you more than those tuxradar guys Smile

(I assume you mean vista and w7 on the same machine..)
 Topic: Windows 7
meotoo

Replies: 36
Views: 63291

PostForum: Other - Discussion   Posted: Tue Nov 10, 2009 7:37 am   Subject: re: Windows 7
I/We have been hear everywhere Windows 7 is faster than Vista, i hope that is regarding general usage because boot times looks like to sux too much...

http://www.tuxradar.com/content/vista-windows- ...
 Topic: short links for catalog :: SOLVED :: FIXED ::
meotoo

Replies: 23
Views: 21513

PostForum: ShortLinks/TegoNuke   Posted: Mon Nov 09, 2009 7:30 pm   Subject: Re: short links for catalog
Hi,

1) You need to escape . and = characters in your urlin array.

2) You have to replace & by & in your .htaccess rules.

hope that helps.

That is incorrect.

pardon? Wink

w ...
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 6:54 pm   Subject: re: NukeSentinel's Anti-Flood Protection is broken (?)...
That is the point of a flood.

wow... and such collision is guarantee to be reached in a safely way?... because i always had in mind the way IPBan's Anti-Flood is doing it, and it's why i saw that N ...
 Topic: short links for catalog :: SOLVED :: FIXED ::
meotoo

Replies: 23
Views: 21513

PostForum: ShortLinks/TegoNuke   Posted: Mon Nov 09, 2009 5:48 pm   Subject: short links for catalog :: SOLVED :: FIXED ::
In all other GT-Modules Files its the same code

It does not mean it isn't wrong Wink


run the following under php and you'll notice it for yourself:

echo preg_quote('modules.php?foo=bar');
 Topic: short links for catalog :: SOLVED :: FIXED ::
meotoo

Replies: 23
Views: 21513

PostForum: ShortLinks/TegoNuke   Posted: Mon Nov 09, 2009 5:11 pm   Subject: short links for catalog :: SOLVED :: FIXED ::
Hi,

1) You need to escape . and = characters in your urlin array.

2) You have to replace & by & in your .htaccess rules.

hope that helps.
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 4:54 pm   Subject: re: NukeSentinel's Anti-Flood Protection is broken (?)...
Can you post your mailfile.php meotoo. I did somes changes too and added a very simple code which load the site litttle faster than normal. I think you should play a little bit with NS and then you ca ...
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 2:54 pm   Subject: re: NukeSentinel's Anti-Flood Protection is broken (?)...
hmm, i think i got misunderstood again..sorry..

I mean talking about CAPTCHA, or RN, on this topic/thread is OFFTOPIC.

Of course what i say is not offtopic at all Mr. Green Wink
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 2:39 pm   Subject: re: NukeSentinel's Anti-Flood Protection is broken (?)...
both you may misunderstood this point:

This morning i've received 200 e-mails about "ppl" trying to send crap through Feedback module (those mails does not comes from NS, it's something i've added ...
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 2:27 pm   Subject: re: NukeSentinel's Anti-Flood Protection is broken (?)...
I'm sorry I have to disagree, I bet if you were using the feedback module with a captcha you would not have a problem.
The right CAPTCHA, if implemented correctly does stop the sort of behavior you d ...
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 12:10 pm   Subject: NukeSentinel's Anti-Flood Protection is broken (?)...
Are you using RN?

No.

Flood Delay set to 2 seconds here.

If you are then I would be surprised if it was a bot because of the captcha.

It does not matter, because a captcha (or any other pr ...
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 9:50 am   Subject: NukeSentinel's Anti-Flood Protection is broken (?)...
ops... feeling embarrassed here... Wink

You're right, i didn't had the '& Block' statement set as well.

However, note i didn't received any email with a Flood abuse report, and since I use 'E ...
 Topic: NukeSentinel's Anti-Flood Protection is broken (?)...
meotoo

Replies: 14
Views: 19985

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 09, 2009 9:02 am   Subject: NukeSentinel's Anti-Flood Protection is broken (?)...
Hello Folks,

During yesterday i have been making a number of optimizations to my nuke's mainfile.php file, mostly regarding to speed up the page load time.

One of those changes was to remove the ...
 Topic: Windows 7
meotoo

Replies: 36
Views: 63291

PostForum: Other - Discussion   Posted: Sun Nov 08, 2009 11:26 am   Subject: re: Windows 7
The people who write Windows are computer scientists and competent

Shocked killing me ROTFL

You must be kidding!, seriously... you must be kidding.

The linux guys are far better and a lot more com ...
 Topic: Don't flame me... sentinel for Joomla?
meotoo

Replies: 6
Views: 11238

PostForum: Other - Discussion   Posted: Wed Nov 04, 2009 6:48 am   Subject: re: Don't flame me... sentinel for Joomla?
This may be what you're looking for?

http://www.meotoo.com/catalog-product3.html


Smile
 

 Jump to:   

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