Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 774 Vote(s) - 3.46 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Non-alphanumeric

#1
Does anyone here knows to decode PHP non-aplhanumeric?

I'm trying to understand it, anyone ?


Thanks.
Reply

#2
Please provide the code you wish to decode.
Reply

#3
I do realize its a little bit hard to do without the code....I don't feel quite comfy by sharing it...., IM not supposed to.


is it possible to get a brief explanation on the method to decode?

by the way... I sent you a pm.
Reply

#4
Quote:(04-19-2019, 04:15 AM)mothered Wrote:

[To see links please register here]

Please provide the code you wish to decode.

I do realize its a little bit hard to do without the code....I don't feel quite comfy by sharing it...., IM not supposed to.


is it possible to get a brief explanation on the method to decode?

by the way... I sent you a pm.
Reply

#5
Quote:(04-19-2019, 05:35 AM)Kawa Wrote:

[To see links please register here]

Quote: (04-19-2019, 04:15 AM)mothered Wrote:

[To see links please register here]

Please provide the code you wish to decode.

I do realize its a little bit hard to do without the code....I don't feel quite comfy by sharing it...., IM not supposed to.


is it possible to get a brief explanation on the method to decode?

If you don't wish to share the code, I fully understand.

When you say "decode", are you referring to "removing" all non-alphanumeric characters? If so, use the following code.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


The regular expression of ‘/[\W]/’ replaces every non-alphanumeric character with an empty string. The preg_replace() function, searches for the strings.
Reply

#6
Quote:(04-19-2019, 11:58 AM)mothered Wrote:

[To see links please register here]

Quote: (04-19-2019, 05:35 AM)Kawa Wrote:

[To see links please register here]

Quote: (04-19-2019, 04:15 AM)mothered Wrote:

[To see links please register here]

Please provide the code you wish to decode.

If you don't wish to share the code, I fully understand.

When you say "decode", are you referring to "removing" all non-alphanumeric characters? If so, use the following code.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


The regular expression of ‘/[\W]/’ replaces every non-alphanumeric character with an empty string. The preg_replace() function, searches for the strings.


I'm afraid... that's not what I mean.... PHP non-alphanumeric is actually an advanced way to obfuscate your code....... maybe this could light some concepts and hopefully someone can understand it better than me

[To see links please register here]

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through