Pages:
Author

Topic: Paying $100 whoever can help me figure out how to format html into a link (Read 1436 times)

hero member
Activity: 756
Merit: 500
I don't bite.
send me pm i can do this i think
There is no point to do this as OP last active was 5th November. And I'm not really sure why you still want to do this even though you realize (or not?) that the OP did not escrow the funds.
newbie
Activity: 56
Merit: 0
send me pm i can do this i think
hero member
Activity: 714
Merit: 528
All that code does is refresh the page. Exactly like the first one he sent. It doesn't perform the action at all.
Are you just blind ?
It does work as it send a post request
Maybe the problem was on your end
And do i need to remind you that $100 and no escrow is risky Roll Eyes
member
Activity: 76
Merit: 10
All that code does is refresh the page. Exactly like the first one he sent. It doesn't perform the action at all.

You are a blatant scammer and retard, that code sends the post request you can see it in the screenshots I provided.
newbie
Activity: 9
Merit: 0
OP lets be honest, are you going to use this to trick people into releasing escrow early when they click your link, because thats what it looks like to me
legendary
Activity: 1974
Merit: 1003
This is blatant scamming with a newbie that promises a reward for something and then vanishes.

it aint if he sends the funds in escrow
legendary
Activity: 1120
Merit: 1001
All that code does is refresh the page. Exactly like the first one he sent. It doesn't perform the action at all.

Try me bro. May be I can help you with this
Send me the source code in pm. I will look into
newbie
Activity: 21
Merit: 0
All that code does is refresh the page. Exactly like the first one he sent. It doesn't perform the action at all.
legendary
Activity: 1168
Merit: 1049
-snip-

Are you serious, bro? People like Nobitcoin already warned you not to participate until the OP escrowed the funds. I think that at this point, it's pretty clear that the OP was just going to take entries and either claim that they didn't work, or just run with the "funds".

Feel free to prove me wrong, OP.
member
Activity: 76
Merit: 10
Well I provided a solution for this, here is original website code:

Code:



So we can all see that what it does is send post request to "order.php" with variable "id" and "stat".

Well I give him javascript code:

Code:
javascript:(function(){var xhr = new XMLHttpRequest();xhr.open("POST", "orders.php", true);xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");xhr.send("id=450469&stat=1");})();

That can be pasted in URL bar and run which does exactly the same thing, I even tested this on the website and saw that the request returned status code 200 but probably need to be logged in with his cookie.





Here is the code formatted for easier reading:

Code:
javascript: (function() {
    var xhr = new XMLHttpRequest();
    xhr.open("POST", "orders.php", true);
    xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
    xhr.send("id=450469&stat=1");
})();

We can all see that this javascript code does exactly the same as original website code... he claims it does not work however but it does exactly the same thing.

Note I changed "order.php" to "orders.php" as when I tested it on the website it returned status code 302 Moved Temporarily and redirected to orders.php



Trade with caution.
legendary
Activity: 966
Merit: 1000
In holiday we trust
Yes it would be the safest thing to escrow the $100 before this goes any further because you really don't want forum members to be upset with you.
sr. member
Activity: 280
Merit: 250
From Russia with love
Please pm me the source I can do this
staff
Activity: 3458
Merit: 6793
Just writing some code
www.site.onion/order.php?id=450469&stat=1

For the people who have messaged me this answer, it is not correct. I tried that before I even posted here. All it does is refresh the page without performing the action.
As I said in my pm, you need to do a post request, which browsers do not do through the URL bar. You will need to put the URL in an HTML form that does post if it is on a webpage. Otherwise, it probably won't work.
newbie
Activity: 21
Merit: 0
www.site.onion/order.php?id=450469&stat=1

For the people who have messaged me this answer, it is not correct. I tried that before I even posted here. All it does is refresh the page without performing the action.
hero member
Activity: 742
Merit: 500
I think you have to use the escrow as your rank is newbie and you promised 100$ for help you solving this issue.
There is many trusted and honest escrows in this forum, it's safest way for everyone
newbie
Activity: 21
Merit: 0
I sleep for a few hours and I've dissapeared lol? Nobody has come up with a solution. I am using a tor .onion website. There is a button you click to finalize an order. It doesn't open a link it just finalizes the order and refreshes the page basically. I am trying to figure out how to get the browser to perform that action without clicking the "finalize" button. Here is the entire finalize page in html


How pathetic are you that you think $100 is a high offer for this? I will be paying whoever helps me figure it out


    

        
            
            
            
            
            
            
        
        
            

                

                    

                

                
                

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                    

                

                

                    

                        

                            

                            

                            

                        

                        

                            


                            

                            

                            

                            

                            

                            

                            

                                


                                


                                


                                
                                

                                    
                                

                                

                                    
                                

                                

                                

                                
                                

                                    In case of dispute, require a Russian-speaking mod…

                                

                            

                            


                                
                            


                            


                            


                            



                                Advanced options

                            


                            



                                Money in Escrow: 0.7365 BTC

                            


                            

                                


                                


                                


                            

                        

                        

                        

                    

                

                

                    
                

            

        
    
legendary
Activity: 1120
Merit: 1001
This is blatant scamming with a newbie that promises a reward for something and then vanishes.
Isn't that obvious ?
It's too good to be true when OP offered $100 for something like this
And he never mentioned about using escrow at all Roll Eyes
$100 without escrow is a risky business

Lol no need of Escrow when someone is trying to vanish
And anyone will solve his problem and take btc after. Some are also ready to do that for free. But yeah noone is completing for the reward. Noone is foolish here because a Newbie with $100 offer should probably be 99% scam.
So, just for educational purpose this thing can be a good task  Grin

Pm me the source code too. I also wanna check my skill and will let you know if I can do
legendary
Activity: 3122
Merit: 1398
For support ➡️ help.bc.game
Already solved?

If no then can you PM me all the details? Maybe I can help but of course it all depends on the output. I don't need the money as if you will gave it. I like to test my skills.
hero member
Activity: 714
Merit: 528
This is blatant scamming with a newbie that promises a reward for something and then vanishes.
Isn't that obvious ?
It's too good to be true when OP offered $100 for something like this
And he never mentioned about using escrow at all Roll Eyes
$100 without escrow is a risky business
hero member
Activity: 924
Merit: 1005
4 Mana 7/7
This is blatant scamming with a newbie that promises a reward for something and then vanishes.
Well, people(high ranked members mostly I see) were foolish if they actually thought they would get a honest reward for this, without escrow. Anyway lets not jump to conclusions already, OP might be goodhearted and may come back and pay the reward, very highly unlikely though.
Pages:
Jump to: