-
Marked Solved Status for Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Replied To a Post in Can software cracker reveal original variable content?
Thank you :) -
Edited Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Edited Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Edited Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Edited Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Created Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Began Watching Can software cracker reveal original variable content?
If I wrote a program which would `Console.WriteLine()` a base64 code, like an easter egg ("a hidden secret" in gaming jargon) or something, for example string EasterEgg = "dGhlYmlnc2VjcmV0"; Console.WriteLine(b64d(EasterEgg)); … -
Edited Href return false on hover
Website is exclusively built with `.click()`, `onclick=""` and alikes. I'd like to use a plugin that there is out in the world, which would allow me to use custom scrollbar … -
Created Href return false on hover
Website is exclusively built with `.click()`, `onclick=""` and alikes. I'd like to use a plugin that there is out in the world, which would allow me to use custom scrollbar … -
Began Watching Href return false on hover
Website is exclusively built with `.click()`, `onclick=""` and alikes. I'd like to use a plugin that there is out in the world, which would allow me to use custom scrollbar … -
Marked Solved Status for Fill remaining width among inline-block divs with self
<nav> <div id="main"> <div id="one"> A </div> <div id="two"> B </div> <div id="three"> C </div> <div id="four"> D </div> <div id="five"> E </div> </div> </nav> <style> #main { min-height: 175px; … -
Replied To a Post in Fill remaining width among inline-block divs with self
> What happend with the styling of div#four. Anyways... The entire `<nav>` creation is in progress. CSS3 Flexbox was the answer exactly. LOL. 2 lines of code instead place of … -
Edited Fill remaining width among inline-block divs with self
<nav> <div id="main"> <div id="one"> A </div> <div id="two"> B </div> <div id="three"> C </div> <div id="four"> D </div> <div id="five"> E </div> </div> </nav> <style> #main { min-height: 175px; … -
Created Fill remaining width among inline-block divs with self
<nav> <div id="main"> <div id="one"> A </div> <div id="two"> B </div> <div id="three"> C </div> <div id="four"> D </div> <div id="five"> E </div> </div> </nav> <style> #main { min-height: 175px; … -
Began Watching Fill remaining width among inline-block divs with self
<nav> <div id="main"> <div id="one"> A </div> <div id="two"> B </div> <div id="three"> C </div> <div id="four"> D </div> <div id="five"> E </div> </div> </nav> <style> #main { min-height: 175px; … -
Marked Solved Status for How does PHP know cookies set by JavaScript?
It might be obvious, but I can't seem to understand it. So don't laugh. Let's assume this scenario. My website has 5 themes, there are 5 buttons. Clicking each button … -
Replied To a Post in How does PHP know cookies set by JavaScript?
> The server will response back HTTP/1.1 200 OK that's mean the page you are trying to request exists. Optionally, the server may send Set-Cookie: .... to tell browser that … -
Gave Reputation to invisal in How does PHP know cookies set by JavaScript?
It is better to understand how the HTTP Cookie works. When your browser open a website, you send a HTTP request to the server. The HTTP request looks like this. … -
Replied To a Post in How does PHP know cookies set by JavaScript?
> That's an over-simplification, I know, but that's the gist of it AFAIK. **It's over-simplified!?!?!** > localStorage is like a mini local DB to be read by the client (js; … -
Replied To a Post in How does PHP know cookies set by JavaScript?
> localStorage is not the same as cookies But the quote you pointed out said: > [...] Cookies are a mechanism for storing data in the remote browser and thus … -
Edited How does PHP know cookies set by JavaScript?
It might be obvious, but I can't seem to understand it. So don't laugh. Let's assume this scenario. My website has 5 themes, there are 5 buttons. Clicking each button … -
Edited How does PHP know cookies set by JavaScript?
It might be obvious, but I can't seem to understand it. So don't laugh. Let's assume this scenario. My website has 5 themes, there are 5 buttons. Clicking each button … -
Edited How does PHP know cookies set by JavaScript?
It might be obvious, but I can't seem to understand it. So don't laugh. Let's assume this scenario. My website has 5 themes, there are 5 buttons. Clicking each button … -
Created How does PHP know cookies set by JavaScript?
It might be obvious, but I can't seem to understand it. So don't laugh. Let's assume this scenario. My website has 5 themes, there are 5 buttons. Clicking each button … -
Began Watching How does PHP know cookies set by JavaScript?
It might be obvious, but I can't seem to understand it. So don't laugh. Let's assume this scenario. My website has 5 themes, there are 5 buttons. Clicking each button … -
Marked Solved Status for PregMatch seems to skip entries it should hit.
Not so long time ago, I asked you for help with `preg_match()`. Pritaeas gave me nice answer and Cereal showed me nice webpage where I could try out the latest … -
Gave Reputation to cereal in PregMatch seems to skip entries it should hit.
> Line 30, $options = array(). Why did you need to declare $options as a parameter? The constructor works like a function, so you have to declare the expected parameters, … -
Gave Reputation to cereal in PregMatch seems to skip entries it should hit.
By changing line 50 with: return array_map('trim', $z); you avoid new lines in the **ParseVariables()** generated array and let the regular expression match the pattern. A problem I see is … -
Replied To a Post in PregMatch seems to skip entries it should hit.
Before slamming solution into my editor, I'd like to ask you some questions (looking at your modifications). I want to learn it and understand it, instead of braindead-ily copy-paste everything. … -
Replied To a Post in PregMatch seems to skip entries it should hit.
Unfortunately I can't. Two reasons for that, [here's one (DaniWeb)](https://www.daniweb.com/community-center/daniweb-community-feedback/threads/500765/cannot-paste-anything), the second is that the script is dependant on 2 files (if not 3 or 4). Pasting it here would … -
Created PregMatch seems to skip entries it should hit.
Not so long time ago, I asked you for help with `preg_match()`. Pritaeas gave me nice answer and Cereal showed me nice webpage where I could try out the latest … -
Began Watching PregMatch seems to skip entries it should hit.
Not so long time ago, I asked you for help with `preg_match()`. Pritaeas gave me nice answer and Cereal showed me nice webpage where I could try out the latest … -
Gave Reputation to cereal in preg_match, match non-alphanumeric characters
Check also: http://regexr.com/ -
Marked Solved Status for preg_match, match non-alphanumeric characters
Is there a way to grab strings that match patterns `--*--` and `++*++` (two seperate queries) where `*` is a wildcard and `--`, `++`, are criteria to meet. I'd like … -
Replied To a Post in preg_match, match non-alphanumeric characters
As stupid as one can get, putting in third parameter called `$matches`, has granted me access to array with all hits. So easy, yet so hard to find. -
Gave Reputation to diafol in preg_match, match non-alphanumeric characters
>So far I look at it, it looks like black magic, It is. pritaeas is a Wizard. I failed my apprenticeship :( -
Gave Reputation to diafol in preg_match, match non-alphanumeric characters
>So far I look at it, it looks like black magic, It is. pritaeas is a Wizard. I failed my apprenticeship :( -
Gave Reputation to pritaeas in preg_match, match non-alphanumeric characters
`/--(.*?)--/` and `/\+\+(.*?)\+\+/` should do it. Do you need them in one? `--(.*?)--|\+\+(.*?)\+\+` -
Replied To a Post in preg_match, match non-alphanumeric characters
The answer is perfect. But apparently I asked incorrect question. `preg_match()` bring up bool whether match has been found, not the content of match (how foolish of me). The contents … -
Edited preg_match, match non-alphanumeric characters
Is there a way to grab strings that match patterns `--*--` and `++*++` (two seperate queries) where `*` is a wildcard and `--`, `++`, are criteria to meet. I'd like … -
Edited preg_match, match non-alphanumeric characters
Is there a way to grab strings that match patterns `--*--` and `++*++` (two seperate queries) where `*` is a wildcard and `--`, `++`, are criteria to meet. I'd like … -
Created preg_match, match non-alphanumeric characters
Is there a way to grab strings that match patterns `--*--` and `++*++` (two seperate queries) where `*` is a wildcard and `--`, `++`, are criteria to meet. I'd like … -
Began Watching preg_match, match non-alphanumeric characters
Is there a way to grab strings that match patterns `--*--` and `++*++` (two seperate queries) where `*` is a wildcard and `--`, `++`, are criteria to meet. I'd like … -
Marked Solved Status for xengine.js:2 Uncaught SyntaxError: Block-scoped declarations [...]
**Full error:** *xengine.js:2 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode* I have **no framework**. This is pure flat HTML, CSS and JavaScript. HTML … -
Edited xengine.js:2 Uncaught SyntaxError: Block-scoped declarations [...]
**Full error:** *xengine.js:2 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode* I have **no framework**. This is pure flat HTML, CSS and JavaScript. HTML … -
Created xengine.js:2 Uncaught SyntaxError: Block-scoped declarations [...]
**Full error:** *xengine.js:2 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode* I have **no framework**. This is pure flat HTML, CSS and JavaScript. HTML … -
Began Watching xengine.js:2 Uncaught SyntaxError: Block-scoped declarations [...]
**Full error:** *xengine.js:2 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode* I have **no framework**. This is pure flat HTML, CSS and JavaScript. HTML … -
Replied To a Post in Cannot paste anything
No. It used to work perfectly with new design as well. It started exactly same day I posted this topic. After about 10 minutes of attempts of finding the cause, … -
Replied To a Post in Cannot paste anything
It works everywhere, except for DaniWeb. It works in dual-boot Linux, works in Notepad++, works in address bar above, works for Opera, works for Google, works for Windows Search, works …
The End.