- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
19 Posted Topics
![]() | Re: [CODE]preg_match_all('/[aeiou]+/i', 'i love you', $arr, PREG_PATTERN_ORDER);[/CODE] heres a cool tester. http://www.solmetra.com/scripts/regex/index.php |
Re: Boo, open source nigga. If you don't want someone to look at your code then don't give it away. | |
Re: [CODE] RewriteBase / RewriteRule ^home$ http://www.mynewsite.com/welcome [R=301,L] [/CODE] | |
Re: BSD licence, means people can do whatever with it, but just don't complain to you, lol | |
Re: Something like below etc etc blah blah [CODE] <?php include ("ConnectDB.php"); if(isset($_POST['submit'])){ foreach($_POST as $key => $value){ //escapes any unwanted characters that can cause injections then also cut the variable off at 25 charaters to perevent the possibility of sql buffer overflows $_POST['$key'] = mysql_real_escape_string(substr($value,25)); } $sql="UPDATE family_detail SET some_value='some … | |
Re: Why not use the built in mysql AES encryption functions for your password? MD5 is outdated and sha1 is old also. when making a mysql query that references the password use AES_ENCRYPT('".$password."','".$key."') and when grabbing the password out of the database use the AES_DECRYPT('password_row','".$key."') as password in your queries and … | |
Re: geekmail has you covered for sending emails -> [url]https://github.com/NeilCrosby/multi-level-vcards/blob/master/via-email/geekMail-1.0.php[/url] | |
Re: Ok, so what is parsing it. Im sure the page that it will not parse is not the item thats broken. | |
Re: .htaccess is used for many things. It can be used to set the settings of the apache vhost, restrict access, manage password protected directories and passwords, rewrite urls so it apears as if a page is something else... Alot. | |
Re: Opps sorry. I'm really confused what you are really trying to do. You question doesn't even make any sense. [QUOTE]In this code i want to pass all the three red color code textbox value to a javascript function and print there.[/QUOTE] | |
Re: Why not as long as the class and function names don't collide | |
Re: Framework , it promotes a RAD(Rapid Application Development) model for development and can make things go alot faster. I really like using wordpress, and have done a little with joomla. Cake, I've looked at but it was a little complicated for me at first with the controller classes etc. Why … | |
Re: Please be more specific, why not use a DB and when ever a IPN notification is made have it insert a row and use that to reference. | |
Re: Well you can use fopen and open up the web page and then use preg_match to find a match for your url in the source it provides. | |
Re: use AES and if its not divisible by 4 pick a character pseudo character to pad the buffer with and then split. and you will end up with more than 24bytes but it is 2 way encryption unlike md5 and sha variants. It always returns a value that is at … | |
I was wondering on how many people would find this use full and would use it if it was in a more mature stage. [url]http://code.google.com/p/wordpress-aes/[/url] I have been working on integrating AES support into wordpress. I have mentioned it to the wp-hackers group and alot of them just don't see … | |
I'm skraps. I like looking at Goat porn see some here [URL="https://www.google.com/search?hl=en&q=goats&gs_sm=e&gs_upl=30958l31694l0l31842l6l6l0l0l0l1l222l808l1.4.1l6l0&bav=on.2,or.r_gc.r_pw.,cf.osb&biw=1280&bih=712&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi"]Goat Porn[/URL] Bad joke, I know. But hey it can be considered porn. They are naked, lol. I'm working on a few things. I have one website called [url]www.phonesnake.com[/url] and another one called [url]www.communicationslibrary.info[/url] . I'm not the best … | |
Re: nav33n, you are the man. Iv been battling this for a day now, I did everything but us "as variable" I even made a function to transfer the data to the original variables, thanks!!! You da man. |
The End.