From cf0a7172c6e8f2c025b9c0b5c41ae48e1e5417bc Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Mon, 11 Oct 2021 20:53:20 -0400 Subject: [PATCH] removed logs in git --- TEST/login.php | 35 -------------- TEST/test_createuser.php | 73 ------------------------------ apache_log/error.log | 0 apache_log/other_vhosts_access.log | 0 4 files changed, 108 deletions(-) delete mode 100644 TEST/login.php delete mode 100644 TEST/test_createuser.php delete mode 100644 apache_log/error.log delete mode 100644 apache_log/other_vhosts_access.log diff --git a/TEST/login.php b/TEST/login.php deleted file mode 100644 index b6f270d..0000000 --- a/TEST/login.php +++ /dev/null @@ -1,35 +0,0 @@ - Re:Week 1 CAT 2: “Muddiest” Point [description] => sffss [timeline] => 3 [job_detail] => sgsagsagashas [price] => 5000 [action] => 0 ) - - - $data['firstname'] = 'Olu'; - $data['lastname'] = 'Amey'; - - $email = 'ses66181+1@gmail.com'; - $data['email'] = $email; - $data['username'] = $email; - $data['password'] = 'may12002'; - $data['terms'] = 1; // $terms; - $data['news'] = 1; //$news; - $data['loc'] = "38.101.241.200"; - $data['sessionid'] = rand(10000,99999)."A".rand(10000,99999); - $data['action'] = WRENCHBOARD_ACCOUNT_LOGIN; - -$out = array(); -$ret = $wrenchboard->wrenchboard_api($data,$out); -print_r($out); -var_dump($ret); -//phpinfo(); -?> diff --git a/TEST/test_createuser.php b/TEST/test_createuser.php deleted file mode 100644 index f3120e0..0000000 --- a/TEST/test_createuser.php +++ /dev/null @@ -1,73 +0,0 @@ - 1) ? "770222" . rand(2222, 9999) : ''; - -include 'sample_data.php'; // just for sample data -$firstname = random_name(); // -$lastname = random_name(); // - -$data = array( - "country" => 'NG', - "username" => $username, - "password" => "wrenchboard", - "email" => $username, - "firstname" => $firstname, - "lastname" => $lastname, - "phone" => $phone, - "news" =>0 , - "terms" => 1 -); - -$content = json_encode($data); - -$curl = curl_init($url); -curl_setopt($curl, CURLOPT_HEADER, false); -curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); -curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); -curl_setopt($curl, CURLOPT_HTTPHEADER, array("Content-type" => "application/json")); -curl_setopt($curl, CURLOPT_POST, true); -curl_setopt($curl, CURLOPT_POSTFIELDS, $content); - -$json_response = curl_exec($curl); - -$status = curl_getinfo($curl, CURLINFO_HTTP_CODE); - -if ($status != 200) { - echo ("Error: call to URL $url failed with status $status, response $json_response, curl_error " . curl_error($curl) . ", curl_errno " . curl_errno($curl)); -} - -curl_close($curl); - -$response = json_decode($json_response, true); - -var_dump($response); - -echo "
"; -var_dump($data); - -//echo "
";
-echo "
";
-echo str_replace(array("{","}",","),array("{\n\t","}\n",",\n\t"),$json_response);
-echo "
"; - -//echo "

"; - -echo "
"; - -// saving the session in a file for other call use -$myfile = fopen("fl/sample_session.txt", "w") ; -$txt = $response['sessionid']."\n"; -fwrite($myfile, $txt); -$txt = $response['member_id']."\n"; -fwrite($myfile, $txt); -fclose($myfile); - - -echo highlight_string(file_get_contents(__FILE__)); -?> diff --git a/apache_log/error.log b/apache_log/error.log deleted file mode 100644 index e69de29..0000000 diff --git a/apache_log/other_vhosts_access.log b/apache_log/other_vhosts_access.log deleted file mode 100644 index e69de29..0000000