facebook

: Function ereg_replace() is deprecated in /mozdev/sandbox/php/include/globals.h on line 95.

hi

I know you can't believe it but Facebook is blocked in our country but not completely just some sub domains
like
photos-a.ak.fbcdn.net
photos-b.ak.fbcdn.net
photos-c.ak.fbcdn.net

I tried to write pattern for them but it doesn't work
my pattern is this :
^https?|http?://photos-[a-z A-Z]\.ak\.fbcdn\.net/.*

 
thanks indeed

sorry I forgot to say I cant

sorry I forgot to say I cant write pattern like
*.ak.fbcdn.net/*
because there is some other sub domains like
video.ak.fbcdn.net
which is not blocked and I don't need to use any proxy

padideh wrote: hi I know you

padideh wrote:

hi

I know you can't believe it but Facebook is blocked in our country but not completely just some sub domains
like
photos-a.ak.fbcdn.net
photos-b.ak.fbcdn.net
photos-c.ak.fbcdn.net

I tried to write pattern for them but it doesn't work
my pattern is this :
^https?|http?://photos-[a-z A-Z]\.ak\.fbcdn\.net/.*

 
thanks indeed

given the three domains you gave, how about just....

*photos-.\.ak\.fbcdn\.net/*