Search Results
Quote: Originally Posted by bgedition Should work. (You have one closing square bracket that is unnecessary) I did what you said... EDIT: It works now thank you much respect!
419
Quote: Originally Posted by bgedition I presume your web server is hosted. You could ask the support team of the host company. Or may be the .htaccess, that redirects, is located in the di...
419
Quote: Originally Posted by bgedition It should not be doing that. I tested and confirmed it worked. Can you please show the contents of the .htaccess. may be the snippet isn't even execut...
419
Quote: Originally Posted by bgedition 1. MAKE BACKUP of your current .htaccess file 2. find where the request is redirected to https 3. replace that part with the code bellow. 4. save and ...
419
Quote: Originally Posted by bgedition I think this is your problem. Because the HTTP function in samp doesn't follow redirects and you probably redirect all http requests over https with s...
419
Quote: Originally Posted by justinnater Might be something wrong within the code though... Show us the php file where you handle this request. PHP Code: <?php if(isset($_GET['cod...
419
Quote: Originally Posted by Y_Less And what does it say about 302? 302 Found - The requested page has moved temporarily to a new URL. I don't know how to resolve the problem...
419
Quote: Originally Posted by Y_Less 302 isn't an error. Did you look up http codes? Yes I searched(https://www.w3schools.com/tags/ref_httpmessages.asp)... can you help me to solve the pr...
419
I'm getting error 302, how can I fix the problem? HTML Code: format(string, sizeof(string), "mydomain.ro/sendemail.php?code=44514&EmailTo=myemail@yahoo.com&Message=Salutare DiBlaine, acesta ...
419
I have SSL certificate(https) how can I solve this problem?
159
I modified: Код HTML: HTTP(0, HTTP_POST, Link, "", ""); In this(i gave up on includes and I inserted the function in the gamemode): Код HTML: HTTP(playerid, HTTP_GET, Link, "", "EmailDelivered...
159
Quote: Originally Posted by bgedition You probably will have the player's email stored(probably when they log in) in an enum in the script. Then you would make a POST request to an endpoin...
159
Quote: Originally Posted by bgedition This can be useful for a simple post request: https://sampwiki.blast.hk/wiki/HTTP For the endpoint you can simply use this: http://php.net/manual/en/f...
159
Hi, I want to use include sendmail and I would need a host. How can I use my web and what I need? Actual host: geradoresjfs.host22.com/SendEmail.php
159
Quote: Originally Posted by Kaliber Yes dude, i understood that. But it seems, you dont understand the use of a function, so read some basics: https://sampwiki.blast.hk/wiki/Scripting_Bas...
226
Quote: Originally Posted by Kaliber Just check the wiki: https://sampwiki.blast.hk/wiki/Floatround There you see, that you have diffrent rounding Methods: https://sampwiki.blast.hk/wiki/F...
226
Quote: Originally Posted by ****** There's a much better version in y_utils. The one in that post takes `(max, min)` as parameters, which makes no sense. The one in y_utils either takes ...
226
Hi, how i can get a float number from random? Like random(1) to get 0.52.
226
Quote: Originally Posted by Dressrid yea its possible you can add some some textmaker and then your place your text to any objects You can tell me which functions it's used for this??
74
It's possible adding a text on top of an object attached?
74