瀏覽代碼

quick update

Jason 2 年之前
父節點
當前提交
0638adef22
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 0 1
      website_clickjobs/type-1/_clickjob1023.py
  2. 3 1
      website_clickjobs/type-1/hhh_r.py

+ 0 - 1
website_clickjobs/type-1/_clickjob1023.py

@@ -169,7 +169,6 @@ def execute(domain, target_domain, brands, query_list):
         print("You have been caught!!!")
         print("You have been caught!!!")
         
         
         #notify("Clickbot " + brands[domain] + " has been caught by Google and will terminate. IP: ")
         #notify("Clickbot " + brands[domain] + " has been caught by Google and will terminate. IP: ")
-        return statuscode
 
 
     extrasleep = 0
     extrasleep = 0
     if(timetaken < 50):
     if(timetaken < 50):

+ 3 - 1
website_clickjobs/type-1/hhh_r.py

@@ -67,5 +67,7 @@ while True:
         print(target_domain)    # mobile version?
         print(target_domain)    # mobile version?
         print(ql)
         print(ql)
         time.sleep(3)
         time.sleep(3)
-        execute(domain, target_domain, brands, ql)
+        statuscode = execute(domain, target_domain, brands, ql)
+        if statuscode == 444:
+            break
 time.sleep(60)
 time.sleep(60)