Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
47% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
1
0 Endorsements
Ranked #2K

19 Posted Topics

Member Avatar for rayrenz

[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

Member Avatar for skraps
0
315
Member Avatar for calebcook

Boo, open source nigga. If you don't want someone to look at your code then don't give it away.

Member Avatar for moneeshot
0
190
Member Avatar for Ritesh_4

[CODE] RewriteBase / RewriteRule ^home$ http://www.mynewsite.com/welcome [R=301,L] [/CODE]

Member Avatar for skraps
0
156
Member Avatar for KJBweb
Member Avatar for KJBweb
0
226
Member Avatar for shamsidah

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 …

Member Avatar for RCrizt
0
1K
Member Avatar for garwil

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 …

Member Avatar for garwil
0
2K
Member Avatar for cmps
Member Avatar for briandapice

geekmail has you covered for sending emails -> [url]https://github.com/NeilCrosby/multi-level-vcards/blob/master/via-email/geekMail-1.0.php[/url]

Member Avatar for qazplm114477
0
465
Member Avatar for sacarias40

Ok, so what is parsing it. Im sure the page that it will not parse is not the item thats broken.

Member Avatar for sacarias40
0
226
Member Avatar for dean8710

.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.

Member Avatar for dean8710
0
343
Member Avatar for shubh2488

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]

Member Avatar for skraps
0
776
Member Avatar for devchawla69
Member Avatar for cmps

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 …

Member Avatar for cmps
0
196
Member Avatar for daniel36

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.

Member Avatar for skraps
0
73
Member Avatar for rakibtg

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.

Member Avatar for skraps
0
215
Member Avatar for calebcook

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 …

Member Avatar for skraps
0
187
Member Avatar for skraps

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 …

0
81
Member Avatar for skraps

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 …

0
41
Member Avatar for james1700

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.

Member Avatar for skraps
0
608

The End.