How can i make the php console only accept writting 3 chars?

|
2019-11-21 22:47:28
sir_strange 2019-11-21 22:42:14
Updated the message

Thank you soo much brother

Using set default timezone Function and insert date in database

2019-11-21 23:24:47
Any one having projects for freelancing?
sir_strange 2019-11-22 06:28:35
2019-11-21 23:24:47
Any one having projects for freelancing?

Has one cool thing but requires someone who can work with WebRTC along with Websockets as signaling server also I don’t want to use Websockets Node, PHP server would be fine(RatchetPHP maybe). DM me if any one here can help, thank you

2019-11-22 15:01:50
Thank you Rose
2019-11-22 21:16:53
Who can decode a php 7 file encoded with ionCube 10
rohit267 2019-11-22 21:20:03
2019-11-22 21:16:53
Who can decode a php 7 file encoded with ionCube 10

https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/dawwinci/decode-Zend-Guard-php-5.6/issues/7&ved=2ahUKEwjxw-2ht_7lAhXIN48KHePWCwsQFjAEegQIAhAB&usg=AOvVaw2lWywmx86863LUNzrsxW7I

2019-11-22 21:21:10
rohit267 2019-11-22 21:20:03
https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/dawwinci/decode-Zend-Guard-php-5.6/issues/7&ved=2ahUKEwjxw-2ht_7lAhXIN48KHePWCwsQFjAEegQIAhAB&usg=AOvVaw2lWywmx86863LUNzrsxW7I

Thanks but, I’ve seen this before

2019-11-22 21:21:22
The person is also asking the same question
rohit267 2019-11-22 21:22:44
2019-11-22 21:21:22
The person is also asking the same question

what is ionCube10?

Mayank_theDevloper 2019-11-22 21:27:55
2019-11-22 21:21:22
The person is also asking the same question

Link is old but may be working

How to Decode IonCube Encoded php FilesYouTube
The program was made in 2012 and supports the following types of encodings: IonCube 1.x-6.x, Zend 5.x, Nu-Coder 2.x. Php files – Paid decoding service: https://decodero.blogspot.com
sir_strange 2019-11-22 21:54:51
rohit267 2019-11-22 21:22:44
what is ionCube10?

Just a encoder, that converts parts of human readable code into non standard code… Say a badly written code to prevent code from pirates..

A simple example would be converting a all strings to hexa values which cannot be interpreted by just looking at them.

sir_strange 2019-11-22 21:56:23
Ioncube is considered master in this field because it adds extra bad features in the code such as function dropping
sir_strange 2019-11-22 21:59:22
In short it’s just like python’s obfuscation of json data
sir_strange 2019-11-22 22:10:46
2019-11-22 21:16:53
Who can decode a php 7 file encoded with ionCube 10

I have tried decoding these kind of files about 2 years ago but that time I failed, however I got one important result which might helps:

You may not be able to decode entire file at once, but block by block it’s possible. Because there are they cases when a single tilde(~) in a hexa string break the entire stack built by the decoder.

Try to locate different code blocks and separate them. Do this from top level to bottom, namespaces to classes to functions ….

Then you can try your decoding technique block by block. I know its not the efficient way of decoding but that’s just a advice if every thing else fails.

Weeks earlier I successful ly patched the botdetectPHP library according to my needs using this and saved $999 😉 (license fee)

Thank you

Qual1ty 2019-11-22 23:49:58
Hello!!
Qual1ty 2019-11-22 23:50:13
One question if you could help me
Qual1ty 2019-11-22 23:51:03
How can i make the php console only accept writting 3 chars?
2019-11-23 00:35:15
if (strlen($variable) > 3 )
{
echo “You can only use 3 characters”;
}
Qual1ty 2019-11-23 01:29:23
Thanks @originalbehavior I tried that. Look at my code:

$word=””;
while(1){
$key=fgetc(STDIN);
$word=$word.$key;
If(strlen($word) >3){
break;
}

Qual1ty 2019-11-23 01:30:11
It only saves 3 chars in $word but when you are typing in the console it lets you type more than 3 chars
2019-11-23 01:45:53
ow but thats not possible with php i thinks
2019-11-23 01:45:55
think
2019-11-23 01:46:00
if you use HTML
2019-11-23 01:46:17
you need to set the input attribute for max characters to 3
Qual1ty 2019-11-23 02:15:49
Ok, maybe it’s not possible. Thanks for all
manlio16 2019-11-23 18:15:18
Can you help me
rohit267 2019-11-23 18:39:45
yes
raj_eswar 2019-11-23 19:34:32
How to rewrite url for subdomain

I have a url like

test.abc.com/user.php?id=101

I need to rewrite it as

test.abc.com/user/101

Please help me out
Thanks in advance

GradeExpert 2019-11-23 19:47:34
who has a working jquery price calculator
rohit267 2019-11-23 19:57:30
GradeExpert 2019-11-23 19:47:34
who has a working jquery price calculator

what price calculator?

2019-11-23 21:07:35
Hello guys
I am an Android and iPhone programmer and a website and I do professional communication via private….
rohit267 2019-11-23 21:18:23
2019-11-23 21:07:35
Hello guys
I am an Android and iPhone programmer and a website and I do professional communication via private….

haha, so?

2019-11-23 21:19:47
rohit267 2019-11-23 21:18:23
haha, so?

Looking for work

rohit267 2019-11-23 21:20:36
then write that
meetlunkad 2019-11-24 06:42:08
php to exe software ?
2019-11-24 07:25:55
meetlunkad 2019-11-24 06:42:08
php to exe software ?

develope your own framework

2019-11-24 12:54:02
meetlunkad 2019-11-24 06:42:08
php to exe software ?

“Php desktop” is simple tool for making .exe desktop app

Chetan Vithani 2019-11-24 22:50:59
How to marketing own e commerce website
HoffmannMatthias 2019-11-25 02:17:54
2019-11-23 21:07:35
Hello guys
I am an Android and iPhone programmer and a website and I do professional communication via private….

Any references?

vishal_thakur_0 2019-11-25 10:04:40
is someone work on vTiger crm ?
2019-11-25 10:34:46
Thanks you so much
Ankur Soni 2019-11-25 13:01:49
Looking for change? Please share resume bantisph409@gmail.com
2019-11-25 19:19:37
ty Rose
meetlunkad 2019-11-25 19:32:41
How can i encrypt my script so no one can see my codd
2019-11-25 22:05:27
Thanks .y pleasure
2019-11-25 22:05:36
My*
Divyang Vadodariya 2019-11-26 03:47:13
How to upload a free hosting site in WordPress
Divyang Vadodariya 2019-11-26 03:47:21
Can you help me
Madhav Patel 2019-11-26 05:52:27
Please help for this query : How to upload a free hosting site in WordPress
Madhav Patel 2019-11-26 05:52:47
Please give me the answer of this query
|