Bitcoin Forum

Economy => Services => Topic started by: hectoars on October 19, 2015, 10:25:19 PM



Title: Paying $100 whoever can help me figure out how to format html into a link
Post by: hectoars on October 19, 2015, 10:25:19 PM
I have the source code I can provide. Basically there is a website that has a button that when you click it, it submits information, then goes to a different link. I would like to get a link that I can send people directly that will perform the action the button does, without them having to click on it.

I will pay $100 in BTC to whoever can figure this out for me


PM me for the website source code of the button


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: achow101 on October 20, 2015, 01:59:12 AM
I think I can do this. I will send you a PM. Will you escrow the funds?


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: josephdd on October 20, 2015, 04:10:00 AM
I have sent you a pm. Please reply with relevant info hand I can do this . Also will you be escrowing the amount? It would be best for both parties


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: hectoars on October 20, 2015, 04:18:43 AM
Edited


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: --Encrypted-- on October 20, 2015, 05:32:42 AM
try adding something like this along with the submit field...

<input type="hidden" name="redirect" value="LINK">

edit:
it should look like this.. probably.. I just learned this like 2 minutes ago. :P

<form action="SOMETHING">
  <input type="text" name="fname"><br>
  <input type="hidden" name="redirect" value="bitcointalk.org">
  <input type="submit" value="Submit">
</form>


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: manekari on October 20, 2015, 07:03:42 AM
I have the source code I can provide. Basically there is a website that has a button that when you click it, it submits information, then goes to a different link. I would like to get a link that I can send people directly that will perform the action the button does, without them having to click on it.

I will pay $100 in BTC to whoever can figure this out for me


PM me for the website source code of the button

IF, its a simple HTML Form Post, then :
Open that website in chrome. Open Developer Tools - F12.

- Click on second tab "network"
- Check the box "Preserve Log"
- Click on second button which says "clear" in mouse hover.

Now, click on the button you are willing to get code for. Notice, there will be one URL generated in Network tab of developer tools. You can get the form element URL and post arguments.

Arrange that URL with post arguments. You are good to go.

Again, its just for Simple HTML Form Post.

Still unclear ? PM me.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: bapparabi on October 20, 2015, 07:49:30 AM
Can you Pm me the detail the source code and the url so i can check it


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: ashour on October 20, 2015, 01:19:08 PM
I can help you out with this, please send me the details of the source code and how exactly you want it build.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: josephdd on October 20, 2015, 01:22:41 PM
I couldn't help him mostly because I could not really understand what he actually wanted but I can give more info so maybe one of you can.

He is on a site that holds btc in an escrow. He is using tor and can't use another browser for whatever reason and op says his issue is that the release escrow button does not show so he was trying to find a way to somehow release escrow without clicking the button....


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: Rude Boy on October 20, 2015, 01:33:20 PM
;D other than bothering others, download the whole website using HTTrack website copier. You're done you'll find that link. Isn't it?


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: twicezeroiszero on October 20, 2015, 02:43:38 PM
This is blatant scamming with a newbie that promises a reward for something and then vanishes.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: mexxer-2 on October 20, 2015, 02:47:55 PM
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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: teddy5145 on October 20, 2015, 02:50:18 PM
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 ::)
$100 without escrow is a risky business


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: harizen on October 20, 2015, 02:52:38 PM
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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: xinzark on October 20, 2015, 03:50:26 PM
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 ::)
$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  ;D

Pm me the source code too. I also wanna check my skill and will let you know if I can do


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: hectoars on October 20, 2015, 05:04:14 PM
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

<!DOCTYPE html>
    <html lang="en">

        <head>
            <title></title>
            <meta content="text/html; charset=utf-8" http-equiv="content-type"></meta>
            <meta content="alpha02" name="author"></meta>
            <meta content="all" name="robots"></meta>
            <link type="text/css" rel="stylesheet" href="style.css"></link>
            <link rel="shortcut icon" href="favicon.ico"></link>
        </head>
        <body>
            <div class="site">
                <div class="headercont">
                    <div class="header"></div>
                </div>
                <div class="menucont">
                    <div class="menu"></div>
                </div>
                <div class="notifcont">
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                    <div class="notif"></div>
                </div>
                <div class="contentcont">
                    <div class="content">
                        <div class="content1">
                            <div class="infobox" style="width:270px;margin-left:0px;margin-right;0px;margin-bottom:20px;"></div>
                            <div class="infobox" style="width:270px;margin-left:0px;margin-right;0px;margin-bottom:20px;"></div>
                            <div class="infobox" style="width:270px;margin-left:0px;margin-right;0px;margin-bottom:20px;"></div>
                        </div>
                        <div class="content2">
                            <h1 class="std"></h1>
                            <div class="topinfo" style="background-color:#ddddff;"></div>
                            <div class="tcl" style="width:90px;"></div>
                            <div class="tcl" style="width:380px;"></div>
                            <div class="tcl" style="width:220px;text-align:right;"></div>
                            <div class="clear"></div>
                            <div class="hrdot"></div>
                            <form method="post" action="#" name="formListing">
                                <h2 class="std"></h2>
                                <p class="big"></p>
                                <h2 class="std"></h2>
                                <textarea class="std" style="width:560px;" cols="80" rows="6" name="notes"></textarea>
                                <div class="tcl" style="width:280px;">
                                    <input class="bred" type="submit" formaction="order.php?id=450469&stat=2" value="Dispute"></input>
                                </div>
                                <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>
                                <div class="clear">
                                </div>
                                <input type="checkbox" name="russia"></input>
                                <span class="normal">

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

                                </span>
                            </form>
                            <p class="std">
                                <a class="std" href="orders.php"></a>
                            </p>
                            <p class="std">
                            </p>
                            <h2 class="std">

                                Advanced options

                            </h2>
                            <p class="std">

                                Money in Escrow: 0.7365 BTC

                            </p>
                            <form method="post" action="orderpart.php?id=450469" name="formRep">
                                <p class="std"></p>
                                <p class="std"></p>
                                <p class="std"></p>
                            </form>
                        </div>
                        <div class="clear">
                        </div>
                    </div>
                </div>
                <div class="footercont">
                    <div class="footer">
                        <div class="footer1cont"></div>
                        <div class="footer2cont"></div>
                    </div>
                </div>
            </div>
        </body>
    </html>


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: Hellacopter on October 20, 2015, 05:15:46 PM
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


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: hectoars on October 20, 2015, 06:35:39 PM
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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: achow101 on October 20, 2015, 06:43:56 PM
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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: ZonedOutSpace on October 20, 2015, 06:57:48 PM
Please pm me the source I can do this


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: Nobitcoin on October 20, 2015, 07:04:22 PM
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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: Sigals on October 20, 2015, 11:05:34 PM
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.

https://i.imgur.com/L2xhmKy.png

https://i.imgur.com/twWuklI.png

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

https://i.imgur.com/PJNZZq2.png

Trade with caution.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: bitcoin revo on October 20, 2015, 11:14:32 PM
-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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: hectoars on October 21, 2015, 06:41:10 PM
All that code does is refresh the page. Exactly like the first one he sent. It doesn't perform the action at all.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: xinzark on October 21, 2015, 06:50:57 PM
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


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: rammy2k2 on October 21, 2015, 07:29:22 PM
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


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: justajohn on October 21, 2015, 08:34:11 PM
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


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: Sigals on October 21, 2015, 09:35:49 PM
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.


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: teddy5145 on October 22, 2015, 02:51:08 AM
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 ::)


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: wroniewicz on November 30, 2015, 09:59:47 PM
send me pm i can do this i think


Title: Re: Paying $100 whoever can help me figure out how to format html into a link
Post by: krunox123 on December 01, 2015, 08:09:59 AM
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.