So I wanna know is there any kind of library like that for php?

|
Fox 2022-07-29 04:45:30
That is an obfuscated script bruh
CryptoLoverKJ 2022-07-29 04:46:16
Fox 2022-07-29 04:45:30
That is an obfuscated script bruh

That’s why I want to run the js directly without not converting it to php code but inside php

Fox 2022-07-29 04:46:55
CryptoLoverKJ 2022-07-29 04:46:16
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…

CryptoLoverKJ 2022-07-29 04:47:05
Fox 2022-07-29 04:46:55
What? you can just put this inside script tag and it should work…

Yup but

CryptoLoverKJ 2022-07-29 04:47:20
I want to run the script in terminal/cmd
Fox 2022-07-29 04:47:34
CryptoLoverKJ 2022-07-29 04:47:20
I want to run the script in terminal/cmd

Isn’t that js

Fox 2022-07-29 04:48:33
If u want to run js in terminal, use node js
Fox 2022-07-29 04:48:52
You cannot run js code in terminal with php
CryptoLoverKJ 2022-07-29 04:49:02
Fox 2022-07-29 04:47:34
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?

CryptoLoverKJ 2022-07-29 04:49:19
Fox 2022-07-29 04:48:52
You cannot run js code in terminal with php

OkayπŸ™ƒπŸ‘
Thanks bro

Fox 2022-07-29 04:49:49
CryptoLoverKJ 2022-07-29 04:49:02
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?

I think nodejs is more appropriate than python in this case

CryptoLoverKJ 2022-07-29 04:50:07
Fox 2022-07-29 04:49:49
I think nodejs is more appropriate than python in this case

But I don’t know js πŸ˜…
Lol

Fox 2022-07-29 04:50:30
CryptoLoverKJ 2022-07-29 04:50:07
But I don’t know js πŸ˜…
Lol

No one can understand obfuscated js

CryptoLoverKJ 2022-07-29 04:50:46
Fox 2022-07-29 04:50:30
No one can understand obfuscated js

Yup I understand

CryptoLoverKJ 2022-07-29 04:55:12
Fox 2022-07-29 04:50:30
No one can understand obfuscated js

luv_php-55017.jpg
How can I use custom headers in curl?
It’s returning error onlyπŸ€”

Fox 2022-07-29 04:56:02
CryptoLoverKJ 2022-07-29 04:55:12
How can I use custom headers in curl?
It’s returning error onlyπŸ€”

You commented out 71st line

CryptoLoverKJ 2022-07-29 04:56:56
Fox 2022-07-29 04:56:02
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..

Fox 2022-07-29 04:57:27
CryptoLoverKJ 2022-07-29 04:56:56
Yup because it’s giving me errorπŸ˜…

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

Fox 2022-07-29 04:57:43
$headers = [
“X-Custom-Header: value”,
“Content-Type: application/json”,
];
CryptoLoverKJ 2022-07-29 04:58:46
Fox 2022-07-29 04:57:43
$headers = [
“X-Custom-Header: value”,
“Content-Type: application/json”,
];

luv_php-55022.jpg

Fox 2022-07-29 04:59:35
CryptoLoverKJ 2022-07-29 04:58:46

Lol twitter botting πŸ’€

CryptoLoverKJ 2022-07-29 05:00:57
Fox 2022-07-29 04:59:35
Lol twitter botting πŸ’€

πŸ˜…πŸ˜‚Nah just automating it to get some followers for me

Fox 2022-07-29 05:01:34
CryptoLoverKJ 2022-07-29 05:00:57
πŸ˜…πŸ˜‚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?

CryptoLoverKJ 2022-07-29 05:01:43
Fox 2022-07-29 05:01:34
Twitter will show captcha if it gets a lot of request what will u do then?

How about proxy?

Fox 2022-07-29 05:02:04
Not to suggest botting accounts in any way, but you should use puppeteer with python for automation
CryptoLoverKJ 2022-07-29 05:04:15
Fox 2022-07-29 05:02:04
Not to suggest botting accounts in any way, but you should use puppeteer with python for automation

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//”}

CryptoLoverKJ 2022-07-29 05:04:43
But in python if we use double slashes it only return one slash
Fox 2022-07-29 05:05:59
CryptoLoverKJ 2022-07-29 05:04:43
But in python if we use double slashes it only return one slash

Escape the slash?

CryptoLoverKJ 2022-07-29 05:06:11
Yup
CryptoLoverKJ 2022-07-29 05:07:30
Okay!
Thanks for the support broπŸ™ƒ
Bhartiya Tech 2022-07-29 06:38:31
We are hiring PHP developers
Requirements:
Laravel
Payment gateway integration
Must have 1 year above experience
Share CV via email:
aakib.bhartiyaairways@gmail.com
PepeDeveloper 2022-07-29 08:18:14
Anyone help please πŸ™

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).

Fox 2022-07-29 08:22:01
PepeDeveloper 2022-07-29 08:18:14
Anyone help please πŸ™

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]);

Fox 2022-07-29 08:23:57
PepeDeveloper 2022-07-29 08:18:14
Anyone help please πŸ™

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

Fox 2022-07-29 08:24:42
PepeDeveloper 2022-07-29 08:18:14
Anyone help please πŸ™

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

|