Digital Point Forums
Money Order

Go Back   Digital Point Forums > Design & Development > Programming > PHP
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old May 9th 2008, 5:47 am
cornetofreak cornetofreak is offline
Champion of the Naaru
 
Join Date: Apr 2008
Posts: 169
cornetofreak is on a distinguished road
Question regular expressions need help

my script searches google for links from these sites but its not getting the name from badango it works on rs

get_urls_by_kwd("\"rapidshare.com/files\" ".$row[1],"/rapidshare\.com\/files\/(\d+)\/([^\'^\"^\s^>^<^\\^\/]+)/",1);
get_urls_by_kwd("\"badongo.com/file\" ".$row[1],"/badongo\.com\/file\/(\d+)/",2);
get_urls_by_kwd("\"mediafire.com/?\" ".$row[1],"/mediafire\.com\/\?(\w+)/",3);
get_urls_by_kwd("\"sendspace.com/file\" ".$row[1],"/sendspace\.com\/file\/(\w+)/",4);
get_urls_by_kwd("\"4shared.com/file\" ".$row[1],"/4shared\.com\/file\/(\d+)\/(\w+)\/([^\'^\"^\s^>^<^\\^\/]+)/",5);
Reply With Quote
  #2  
Old May 9th 2008, 5:47 pm
TeraTask TeraTask is offline
Grunt
 
Join Date: Jan 2008
Location: Reno
Posts: 37
TeraTask is on a distinguished road
Well, you didn't give the function details, so that makes it hard to help, but it looks like it could just be spelling: In your post you say "badango", but in the code it says "badongo"
Reply With Quote
  #3  
Old May 9th 2008, 6:08 pm
cornetofreak cornetofreak is offline
Champion of the Naaru
 
Join Date: Apr 2008
Posts: 169
cornetofreak is on a distinguished road
ive done it now and i missed spelt it within my text not the code thankyou anyways and i love this forum man its the best cred goes out to everyone
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Regular Expressions help Silver89 Programming 2 Dec 10th 2007 12:40 pm
Regular Expressions dwill PHP 2 Jun 29th 2007 9:15 am
regular expressions help Vizuke PHP 4 Sep 12th 2006 4:06 pm
Regular Expressions Help sayyes PHP 2 Jun 24th 2006 2:15 pm
Regular Expressions Again!!!! THT PHP 6 Oct 21st 2005 8:44 pm


All times are GMT -8. The time now is 7:25 pm.