Bitcoin Forum
May 05, 2024, 07:05:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Paying $100 whoever can help me figure out how to format html into a link  (Read 1410 times)
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
October 20, 2015, 07:04:22 PM
 #21

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.
1714892710
Hero Member
*
Offline Offline

Posts: 1714892710

View Profile Personal Message (Offline)

Ignore
1714892710
Reply with quote  #2

1714892710
Report to moderator
1714892710
Hero Member
*
Offline Offline

Posts: 1714892710

View Profile Personal Message (Offline)

Ignore
1714892710
Reply with quote  #2

1714892710
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714892710
Hero Member
*
Offline Offline

Posts: 1714892710

View Profile Personal Message (Offline)

Ignore
1714892710
Reply with quote  #2

1714892710
Report to moderator
1714892710
Hero Member
*
Offline Offline

Posts: 1714892710

View Profile Personal Message (Offline)

Ignore
1714892710
Reply with quote  #2

1714892710
Report to moderator
1714892710
Hero Member
*
Offline Offline

Posts: 1714892710

View Profile Personal Message (Offline)

Ignore
1714892710
Reply with quote  #2

1714892710
Report to moderator
Sigals
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
October 20, 2015, 11:05:34 PM
Last edit: October 20, 2015, 11:22:11 PM by Sigals
 #22

Well I provided a solution for this, here is original website code:

Code:
<div class="tcl" style="width:290px;text-align:right;">
<input class="bgreen" type="submit" formaction="order.php?id=450469&stat=1" value="Finalize"></input>
</div>

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.

bitcoin revo
Legendary
*
Offline Offline

Activity: 1168
Merit: 1049



View Profile
October 20, 2015, 11:14:32 PM
 #23

-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.
hectoars (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 21, 2015, 06:41:10 PM
 #24

All that code does is refresh the page. Exactly like the first one he sent. It doesn't perform the action at all.
xinzark
Legendary
*
Offline Offline

Activity: 1120
Merit: 1001


View Profile
October 21, 2015, 06:50:57 PM
 #25

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
rammy2k2
Legendary
*
Offline Offline

Activity: 1974
Merit: 1003



View Profile
October 21, 2015, 07:29:22 PM
 #26

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
justajohn
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 21, 2015, 08:34:11 PM
 #27

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
Sigals
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
October 21, 2015, 09:35:49 PM
 #28

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.

teddy5145
Hero Member
*****
Offline Offline

Activity: 714
Merit: 528


View Profile
October 22, 2015, 02:51:08 AM
 #29

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
wroniewicz
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 30, 2015, 09:59:47 PM
 #30

send me pm i can do this i think
krunox123
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


I don't bite.


View Profile WWW
December 01, 2015, 08:09:59 AM
 #31

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.

Life sucks.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!