Recent content by 0x29a

  1. 0x29a

    How do you get around writing about very similar products?

    Maybe Instead of comparing them by description you could make a nice table and compare them by features
  2. 0x29a

    How Can I get this done???

    @Omoadamo That is correct, Sir. No plugin required.
  3. 0x29a

    How html developer earn money

    @BassTrackerBoats Sorry, can you please edit my post (#16)? Correction:
  4. 0x29a

    How html developer earn money

    My apologies, Sir, but I strongly disagree. Even experienced/full stack web developers will rarely come across a situation where they would require to communicate in a lower level protocol such as TCP/IP unless they're implementing a custom higher level protocol for example, which is quite rare...
  5. 0x29a

    How Can I get this done???

    ok, I think I see what you're trying to do here. First you need to process the payment (Paystack) and then you need to process the mobile plan (MobileNig), if the payment was successful I'm guessing. Regardless of the order, both of these services provide you an URL to which you need to...
  6. 0x29a

    I am drooling over this domain

    Usually domains get snipped within milliseconds after their release (expiration) by other registrars. Trust me, I learned this the hard way, no scripts, tools, anything will help you, unless you're a domain registrar, but even then you will compete with other registrars for the domain. Even my...
  7. 0x29a

    First transaction experience with Payoneer

    @nayannp No problem, I'm happy to help! ;) The only way I managed to reduce the fee was to use a dollar based ATM.
  8. 0x29a

    First transaction experience with Payoneer

    @nayannp The high cost was associated with fee for conversion from dollars to euro + the withdrawal fee itself. If you're from US, I believe this won't apply or there's a small withdrawal fee, but in EU it's a big ripoff, at least in my country. There was a thread about this here
  9. 0x29a

    First transaction experience with Payoneer

    Just careful when withdrawing the cash from ATM, at least in EU, depending on the bank, the withdrawal/conversion fee is ridiculous, I've paid around $60 just for withdrawal.
  10. 0x29a

    How Can I get this done???

    ok, I think I understood what you're trying to do: You have some kind of website, which needs to make an API request to website X.com with all the data, which was submitted by an user on your site, correct? Did the website X.com provide you with the API instructions? is there any documentation...
  11. 0x29a

    Hi I am a returning member

    You mean, you got banned? Did you learn from your mistakes? JK :D
  12. 0x29a

    Putting non-iFrameable Content in a Modal

    I'm happy to help :) (mod edit: don't beg for likes) But don't get your hopes up, as affiliate network might not be down with this approach if they're not down with iframes, but all depends how advanced they are and on their rules. Good luck!
  13. 0x29a

    Putting non-iFrameable Content in a Modal

    Here's an example: <?php $curl = curl_init(); $buffer = request( $curl, "http://example.com" ); echo "<div style=\"width:800px;height:800px;border:2px solid yellowgreen;\">" echo $buffer; echo "</div>"; function request($curl, $url, $post = null) {...
  14. 0x29a

    Putting non-iFrameable Content in a Modal

    The cURL I mentioned is simply a command/library which lets you create a HTTP request from a command line or execute it from the code, you can use any another library of your choice. Do you use PHP? I can give you a small example
  15. 0x29a

    Putting non-iFrameable Content in a Modal

    Cool, all clear now. If you seen one of thous 'online web proxy' sites, you can display a site within the site. Your site would simply fetch the content of the target site (do a curl request) and render it within your site. Are thous target sites yours our affiliate networks? If affiliate...
Back
Top