Error In Posting My Blog More about

Posted on Tuesday, May 31, 2011 @ 01:19:56 CDT in RavenNuke
by Raven

papamike writes:  
I made an error when I posted about my blog. I thought I had the blog theme set as the default, but I had a different theme which destroyed the blog effect. I just now discovered the error and corrected it. Take a look at it now and you'll see the blog as I designed it.

Go Here to see it and leave your mark on my calender.
papamike
 

 

The most advanced phpbb3 block! More about

Posted on Tuesday, May 31, 2011 @ 01:15:50 CDT in Blocks
by Raven

matteoiamma writes:  
I report you the most advanced and customizable phpbb3tonuke block! It's compatible with phpbb3tonuke by nukekorea and with the standard bb3 bridge. Last posts from bb3(Title, Authors, Replies, Readings, , Last reply, forum icon/title), good graphic, multi-language, administration panel and settings..etc...

Try a demo here
For download it go here
 

 

Google Chrome Multiple Vulnerabilities More about Read More...

Posted on Thursday, May 26, 2011 @ 01:59:38 CDT in Security
by Raven

SECUNIA ADVISORY ID: SA44678

VERIFY ADVISORY: http://secunia.com/advisories/44678/78

CRITICALITY: Highly Critical

RELEASE DATE: 2011-05-26

DESCRIPTION: Some vulnerabilities have been reported in Google Chrome, which can be exploited by malicious people to bypass certain security restrictions and compromise a user's system. The vulnerabilities are reported in versions prior to 11.0.696.71.
 Read More...
 

 

TegoNuke(tm) ShortLinks 1.3.0 Released! More about

Posted on Monday, May 23, 2011 @ 23:45:19 CDT in Community
by Raven

montego writes:  
A new version of ShortLinks (1.3.0) has been release over at Montego Scripts. This release includes a significant core engine change (hence the major release bump). Come see the full article regarding this new release as well as links to the download, documentation and forums. This is our first product release since announcing our RavenNuke™ ONLY support policy.
 

 

10 Useful PHP Tips Revisited More about Read More...

Posted on Friday, May 20, 2011 @ 01:21:23 CDT in PHP
by Raven

Southern writes:  
1. Use an SQL Injection Cheat Sheet

This particular tip is just a link to a useful resource with no discussion on how to use it. Studying various permutations of one specific attack can be useful, but your time is better spent learning how to safeguard against it. Additionally, there is much more to Web app security than SQL injection. XSS (Cross-Site Scripting) and CSRF (Cross-Site Request Forgeries), for example, are at least as common and at least as dangerous.

We can provide some much-needed context, but because we don’t want to focus too much on one attack, we’ll first take a step back. Every developer should be familiar with good security practices, and apps should be designed with these practices in mind. A fundamental rule is to never trust data you receive from somewhere else. Another rule is to escape data before you send it somewhere else. Combined, these rules can be simplified to make up a basic tenet of security: filter input, escape output (FIEO).
 Read More...
 

 

50+ PHP optimisation tips revisited More about

Posted on Friday, May 20, 2011 @ 01:13:35 CDT in PHP
by Raven

Southern writes:  
Enjoy!

1. echo is faster than print.
2. Wrap your string in single quotes (') instead of double quotes (") is faster because PHP searches for variables inside "" and not in '', use this when you're not using variables you need evaluating in your string.
3. Use sprintf instead of variables contained in double quotes, it's about 10x faster.
4. Use echo's multiple parameters (or stacked) instead of string concatenation.
5. Use pre-calculations, set the maximum value for your for-loops before and not in the loop. ie: for ($x=0; $x 6. Unset or null your variables to free memory, especially large arrays.
7. Avoid magic like __get, __set, __autoload.
8. Use require() instead of require_once() where possible.
9. Use full paths in includes and requires, less time spent on resolving the OS paths.
10. require() and include() are identical in every way except require halts if the file is missing. Performance wise there is very little difference.


more with citations: hm2k Internet Engineering
 



Page 25 of 659 (3950 total stories) [ << | < | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | > | >> ]  

News ©

Site Info

Last SeenLast Seen
  • neralex
  • vashd1
Server TrafficServer Traffic
  • Total: 509,600,779
  • Today: 283,071
Server InfoServer Info
  • Apr 04, 2025
  • 01:22 pm CDT