Jump to content

v0ld3m0rt1s

New Members
  • Posts

    3
  • Joined

  • Last visited

v0ld3m0rt1s's Achievements

Newbie

Newbie (1/5)

0

Reputation

1

Community Answers

  1. What a stupid i am. I noticed my mistake after i post this. im trying to call "kontrol()" instead of "kontrol1()"
  2. Here's my code; function kontrol1($source) { if(strstr($source, 'www.bulurum.com\'u kullanmaya devam etmek için lütfen robot olmadığınızı doğrulayınız.')){ sleep(120); $source = siteSourceCode(["url" => $url."?Order=AtoZ"]); kontrol($source); } } Here's my problem; I'm trying to define a global function like this. But its stucking when call itself. Its not a class so i can't use "$this->". How can i make it work ? Thanks in Advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.