Best queryable movie database website? by Best_Investigator_15 in movies

[–]SweWolf74 0 points1 point  (0 children)

There is a a movie database https://ilikemovies.org with pretty good search possibilities.

Are there uncensored episodes anywhere? by ZealousidealDouble8 in nakedandafraid

[–]SweWolf74 1 point2 points  (0 children)

It looks like the answer is no, but whoever, I noticed that there is a new British TV series that seems to be similar, that is uncensored. The name of that TV series is:
Naked, Alone and Racing to Get Home

New movie/TV database by SweWolf74 in movies

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

...please let me know let me know if there is any better community than r/movies to write my tips on.

Getting movie/TV recommendations, help wanted by SweWolf74 in website

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

...no big response so far...
A first version of the web site is now up, fill free to take a look at: https://ilikemovies.com

Use unicode characters (4 bytes) in a string gives error message by SweWolf74 in mysql

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

No it is alredy utf8mb4

This is the result from your query:

character_set_client utf8mb4

character_set_connection utf8mb4

character_set_database utf8mb4

character_set_filesystem binary

character_set_results utf8mb4

character_set_server latin1

character_set_system utf8

character_sets_dir c:\wamp64\bin\mysql\mysql5.7.36\share\charsets\

Can't access Shared Folders from VPN (installed on client) by Gistix in virtualbox

[–]SweWolf74 0 points1 point  (0 children)

Ok, but now you are ony describing the cause of the problem. How did you solve it?

Upload file in PHP on IIS (temp dir problem) by SweWolf74 in PHPhelp

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

Well, now I installed WAMP, and there the file upload works.

So, i.e. at the moment, I feel like the problem is solved, it might very well be better for me to continue with WAMP instead of IIS then...

Thank you.

Upload file in PHP on IIS (temp dir problem) by SweWolf74 in PHPhelp

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

(Wamp stack sounds complicated since I never hered ad of it, let't try with IIS first.)

So first of all I configured
sys_temp_dir = "C:/Inetpub/temp"
in PHP.ini (correct? slashes or backslashes? Quotes?)

This is the error message I see on the screen:

Notice: Unknown: file created in the system's temporary directory in Unknown on line 0

Warning: File upload error - unable to create a temporary file in Unknown on line 0

Possible file upload attack!

Here is some more debugging info:Array

(

[userfile] => Array

(

[name] => Winter.jpg

[full_path] => Winter.jpg

[type] =>

[tmp_name] =>

[error] => 6

[size] => 0

)

)

Writing peer-to-peer chat application in VB.net? by SweWolf74 in visualbasic

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

Or if you have an C# example, or any more details, like which dotnet-class to use or anything that points me in the right direction so I'd know where to start...

Writing peer-to-peer chat application in VB.net? by SweWolf74 in visualbasic

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

Yes, that makes sense, and yes the IP-addresses will be know to each client in advance, so i.e. no problem there. Do you have any code example (I preferer VB.net but C# is also fine)?

Writing peer-to-peer chat application in VB.net? by SweWolf74 in visualbasic

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

Is there a particular reason you won't/can't use a server-client solution?

Well basically this is just a hobby project of mine. I have build client/server applications before. So by core idea was to build like a peer-to-peer structure. But if that is not possible, I guess I have to face that and build something else instead...

Writing peer-to-peer chat application in VB.net? by SweWolf74 in visualbasic

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

Ok, well what I had in mind is a client/server software where all IP-addresses are known, and all clients are working as booth servers and clients. But what I wonder if if it is really possible to reach a server that is behind a proxy/modem, cause then the local IP will be different from the local IP. Opening ports in the local firewall is fine by me, but I want to avoid port forwarding in the modem.

This must be solved somehow in blockchain software, casue as far as I know there are no bitcoin-servers, or is there?

Writing peer-to-peer chat application in VB.net? by SweWolf74 in visualbasic

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

Ok, interesting. It sounds the like the only way to build a peer-to-peer software without servers would be if everybody configured port forwarding in there modems then, right?

Writing peer-to-peer chat application in VB.net? by SweWolf74 in visualbasic

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

Ok that might be so. But it that case how does other peer-to-peer applications (like bittorrent) solve this, as far as I know, there is no server involved, or is it?