SA-MP Forums Archive
[Help] HTTP Response_CODE == 301 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help] HTTP Response_CODE == 301 (/showthread.php?tid=506026)



[Help] HTTP Response_CODE == 301 - lucas_mdr1235 - 11.04.2014

eae guys try to receive data that link and the error 301

Answer ERROR:
PHP код:
[18:21:29Resposta do Servidor: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<
html><head>
<
title>301 Moved Permanently</title>
</
head><body>
<
h1>Moved Permanently</h1>
<
p>The document has moved <a href="https://ws.pagseguro.uol.com.br/v2/transactions/notifications/1B4F085D-5807-4436-ABA0-7E06EB638ACA?email=playvirtualreality@hotmail.com&amp;token=0B692334214A40178A0DF22B109B4586">here</a>.</p>
</
body></html>
 ! ! ! 



Re: [Help] HTTP Response_CODE == 301 - Sithis - 11.04.2014

301 Moved Permanently

It means exactly that. What is the information you are trying to request?


Re: [Help] HTTP Response_CODE == 301 - lucas_mdr1235 - 11.04.2014

this link = https://ws.pagseguro.uol.com.br/v2/t...0DF22B109B4586

PHP код:
    if(response_code == 200)
    {
        if(
strcmp(data"donation"))
        {
            
SendClientMessage(indexCOLOR_LIGHTBLUE"***** Codigo de doaзгo ! ! !");
            return 
1;
        }
        else if(
strcmp(data"<id>10000</id>") || strcmp(data"<id>15000</id>") || strcmp(data"<id>25000</id>") || strcmp(data"<id>50000</id>"))
        {
            if(
strcmp(data"<status>3") || strcmp(data"<status>4"))
            {
                if(
strcmp(data"<id>10000</id>"))
                { 



Re: [Help] HTTP Response_CODE == 301 - lucas_mdr1235 - 14.04.2014

help me please ! ! !


Re: [Help] HTTP Response_CODE == 301 - Vince - 14.04.2014

Suggest you actually read what it says in the output.
Код HTML:
The document has moved <a href="https://ws.pagseguro.uol.com.br/v2/transactions/notifications/1B4F085D-5807-4436-ABA0-7E06EB638ACA?email=playvirtualreality@hotmail.com&amp;token=0B692334214A40178A0DF22B109B4586">here</a>.



Re: [Help] HTTP Response_CODE == 301 - lucas_mdr1235 - 14.04.2014

Quote:
Originally Posted by Vince
Посмотреть сообщение
Suggest you actually read what it says in the output.
Код HTML:
The document has moved <a href="https://ws.pagseguro.uol.com.br/v2/transactions/notifications/1B4F085D-5807-4436-ABA0-7E06EB638ACA?email=playvirtualreality@hotmail.com&amp;token=0B692334214A40178A0DF22B109B4586">here</a>.
yes updated the link ! ! !
ai appears that other !
PHP код:
[html]The document has moved <a href="https://ws.pagseguro.uol.com.br/v2/transactions/notifications/1B4F085D-5807-4436-ABA0-7E06EB638ACA?email=playvirtualreality@hotmail.com&amp;amp;token=0B692334214A40178A0DF22B109B4586">here</a>.[/html
so add the link
[pwn] amp; [/ pwn] successively [pwn] amp; [/ pwn] ... [pwn] amp; amp; [/ pwn]
PHP код:
[html]The document has moved <a href="https://ws.pagseguro.uol.com.br/v2/transactions/notifications/1B4F085D-5807-4436-ABA0-7E06EB638ACA?email=playvirtualreality@hotmail.com&amp;amp;amp;amp;amp;token=0B692334214A40178A0DF22B109B4586">here</a>.[/html



Re: [Help] HTTP Response_CODE == 301 - lucas_mdr1235 - 17.04.2014

help me please ! ! !


Re: [Help] HTTP Response_CODE == 301 - lucas_mdr1235 - 18.04.2014

no way ever seen a server using this system with the same company PAGSEGURO. and this code to vip activation via transaction code that the player receives by email when you make the purchase of a VIP.