So I wanna know is there any kind of library like that for php?
How can I use custom headers in curl?
Twitter will show captcha if it gets a lot of request what will u do then?
How about proxy?
Escape the slash?
That’s why I want to run the js directly without not converting it to php code but inside php
What? you can just put this inside script tag and it should work…
Yup but
Isn’t that js
You know in python there is some modules like html….
Which will help to run js and return the results…..
And all it can be done within python…
So I wanna know is there any kind of library like that for php?
Okayππ
Thanks bro
Which will help to run js and return the results…..
And all it can be done within python…
So I wanna know is there any kind of library like that for php?
I think nodejs is more appropriate than python in this case
But I don’t know js π
Lol
Lol
No one can understand obfuscated js
Yup I understand
How can I use custom headers in curl?
It’s returning error onlyπ€
It’s returning error onlyπ€
You commented out 71st line
Yup because it’s giving me errorπ
So I want the solution and if I was wrong then help me correct it..
So I want the solution and if I was wrong then help me correct it..
I don’t know how you are passing the headers but it needs to be an array like this
“X-Custom-Header: value”,
“Content-Type: application/json”,
];
“X-Custom-Header: value”,
“Content-Type: application/json”,
];
Lol twitter botting π
π πNah just automating it to get some followers for me
Twitter will show captcha if it gets a lot of request what will u do then?
How about proxy?
At first I tried this with python but in final part I was failed…
I have to solve the js challenge (it’s likely to be a captcha)
So after solving it I have to send the result to the server
In my case
The result has to be sent like
{//”result//”://”solution//”}
Escape the slash?
Thanks for the support broπ
Requirements:
Laravel
Payment gateway integration
Must have 1 year above experience
Share CV via email:
aakib.bhartiyaairways@gmail.com
Find the first element in alphabetical order for an array of strings using a loop. For example, for this array: $a=[‘my’,’name’,’is’,john’,’doe’]; the result should be ‘doe’. Please write your answer in PHP 8 β’ There is a t table with 3 fields: uid-user ID
dt date and time of message ‘s-text of the message
Each message gets its own row in the database. Write an SQL query to retrieve date and text of the last message for all users.
β’ A business has two types of users: staff and clients.Staff members can perform actions to help run the business while clients interact with the business by buying products and services. The two types of users aren’t completely different however, they both have logins and profiles. Describe in words (no source code) what classes you’d create to model users for this business and any relationships between classes (no need for properties or methods).
Find the first element in alphabetical order for an array of strings using a loop. For example, for this array: $a=[‘my’,’name’,’is’,john’,’doe’]; the result should be ‘doe’. Please write your answer in PHP 8 β’ There is a t table with 3 fields: uid-user ID
dt date and time of message ‘s-text of the message
Each message gets its own row in the database. Write an SQL query to retrieve date and text of the last message for all users.
β’ A business has two types of users: staff and clients.Staff members can perform actions to help run the business while clients interact with the business by buying products and services. The two types of users aren’t completely different however, they both have logins and profiles. Describe in words (no source code) what classes you’d create to model users for this business and any relationships between classes (no need for properties or methods).
first
$a=[‘my’,’name’,’is’,’john’,’doe’];
sort($a,SORT_ASC);
print_r($a[0]);
Find the first element in alphabetical order for an array of strings using a loop. For example, for this array: $a=[‘my’,’name’,’is’,john’,’doe’]; the result should be ‘doe’. Please write your answer in PHP 8 β’ There is a t table with 3 fields: uid-user ID
dt date and time of message ‘s-text of the message
Each message gets its own row in the database. Write an SQL query to retrieve date and text of the last message for all users.
β’ A business has two types of users: staff and clients.Staff members can perform actions to help run the business while clients interact with the business by buying products and services. The two types of users aren’t completely different however, they both have logins and profiles. Describe in words (no source code) what classes you’d create to model users for this business and any relationships between classes (no need for properties or methods).
the sql query should be SELECT * FROM t WHERE uid = user_id ORDER BY dt DESC
Find the first element in alphabetical order for an array of strings using a loop. For example, for this array: $a=[‘my’,’name’,’is’,john’,’doe’]; the result should be ‘doe’. Please write your answer in PHP 8 β’ There is a t table with 3 fields: uid-user ID
dt date and time of message ‘s-text of the message
Each message gets its own row in the database. Write an SQL query to retrieve date and text of the last message for all users.
β’ A business has two types of users: staff and clients.Staff members can perform actions to help run the business while clients interact with the business by buying products and services. The two types of users aren’t completely different however, they both have logins and profiles. Describe in words (no source code) what classes you’d create to model users for this business and any relationships between classes (no need for properties or methods).
ig u can create roles for the users