![]() |
|
|
#1
|
|||
|
|||
|
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); |
|
#2
|
|||
|
|||
|
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"
|
|
#3
|
|||
|
|||
|
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
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
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 |