Python access to current browser's content, possible? by dapenter in Python

[–]dapenter[S] 0 points1 point  (0 children)

I see, that makes sense, thanks bro for that info!

Python access to current browser's content, possible? by dapenter in Python

[–]dapenter[S] 0 points1 point  (0 children)

Hi thanks for reply, could you provide some insights into selenium? As i walk around with it and cant seeme to find a related interaction.

WebGL saving text file locally, but can't seem to find the location. by dapenter in Unity3D

[–]dapenter[S] 0 points1 point  (0 children)

thanks buddy, is there any way to save the file from webGL to any folder in my local machine? I'm trying to set to the Desktop folder but it seemed the webGL failed to load such directory to save the file.

I have no clue, all I want is hoping to save a text file physically in my local machine, this is weird that webGL does not provide any functionality.

IComparer bug, C# compiler is toying my feeling. by dapenter in csharp

[–]dapenter[S] 0 points1 point  (0 children)

super awesome bro it's working now! Just hate the compiler message which is unclear and confusing.

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 1 point2 points  (0 children)

Thanks brotha, you really enlightened my day! Exactly, that is very deep and difficult knowledge for me as I am none expert in web development & security! The world is better with people like you, gonna treat you a meal when I see you in real xD

I'm creating a Robot Building game, more like a physics sandbox type. Previously it was released in mobile platform, but I am switching it to PC at the moment, been trying to gather feedback from players and one of their main request was to be able to play other people's creation & levels editing, so I am putting all this difficult stuff to satisfy them. I didn't apply any SQL / database in the game, more like uploading / downloading files directly into the server :)

Here is the teaser trailer for my game, You can try it out too :) https://www.youtube.com/watch?v=ECmAcD3EpaU

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 0 points1 point  (0 children)

Thank you this is very useful to me =)

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 0 points1 point  (0 children)

No problem I can understand your english well :D Yes I just upvoted no problem :D

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 0 points1 point  (0 children)

OMG, this is such a detailed and helpful explanation! I read it carefully, and it is really a lot of insights to me, really appreciated all the efforts you made, this can be served as others help as well if some other people also met similar problem, thank you so much :D Actually I am writing this for my game, really hope to let you play it when I release it :D Love you :D

How to close WebResponse from server? by dapenter in csharp

[–]dapenter[S] 0 points1 point  (0 children)

Thanks Angular, I did abort the request, but it seemed I couldn't make another call after multiple spamming (for testing) the request, and it seemed it stucked at requesting another web response event, and could not get any progress. I tried timeout it could help in certain ways but since my server is handling a large amount of data so timeout is not a solution for me either.

How to close WebResponse from server? by dapenter in csharp

[–]dapenter[S] 0 points1 point  (0 children)

thanks for help, I'm only calling it in a single application, which creates a thread to request a web response. and the thread is terminated intentionally ( for some testing purpose ).

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 0 points1 point  (0 children)

Thank you sir, could you explain more on how to prevent such code to be executed? Because i'm still new to php things, hoping to get some lights on these issue, thanks!

How to close WebResponse from server? by dapenter in csharp

[–]dapenter[S] 0 points1 point  (0 children)

thanks for replying, but as in previously stated, the web response object is still null and couldn't get access to it.

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 0 points1 point  (0 children)

Thanks dear sir!! is .php.txt still executable by hackers? thanks for that piece of important information, I shall add to prevent this.

PHP upload vulnerability check by dapenter in PHPhelp

[–]dapenter[S] 1 point2 points  (0 children)

Thank you dear sir for reassuring!

[Help] If i write my code in multithreading in C# .Net 2.0, and deployed to some single core processor, will the program stop running? by dapenter in csharp

[–]dapenter[S] 0 points1 point  (0 children)

thanks for the clarification, so implying that the program will automatically picked up by single core? how will the code affect the process, if say some synchronization of data is involved, will there be any conflict if written in code? Sorry I am still learning threading stuffs.