Recent content by KodMi

  1. K

    Need ioncube decoding

    Just because he posted Aug 10 2017.. doesn't mean I did. My statement remains correct. Also just because the post was Aug 10 doesn't mean those gigs support the version he needed an I can bet they didnt at the til the free decoder code was released after 10 was released An what u didn't do is...
  2. K

    Need ioncube decoding

    The fact that dozen of people are offering should raise a flag that it's not the latest version of ioncube which all user using ioncube utilize.. thus meaning those people selling are using the freely available decryption services that help decrypt older versions of ioncube.. if ioncube was so...
  3. K

    Need ioncube decoding

    I didn't say it couldn't be done. I said practically impossible which means it's possible but not easy. So maybe you should read before you go off I also said it wouldn't be free if someone was offering to do it. An if it's a thread thats in the first two pages of the category i don't consider...
  4. K

    Need help, someone copied my whole website

    I c this happen allot he probably just pointed his domain to urs an it appears to act like a different website but in reality it's your website. This is called mirroring. In this case you can prevent this by changing all ur links to include ur full domain. You can also add a htaccess to...
  5. K

    Need ioncube decoding

    Deciding ioncube is practically impossible an even if u are able to decrypt u will only be able to decrypt part of it an not 100% ull have to rebuild the missing components. If the script is encrypted it's encrypted to protect the licensing on the script. An if the full code is encrypted it's to...
  6. K

    Is This PHP Code Correct?

    If you want to set an array that way use something like $urls = array(); $urls[] = 'yoururl'; $urls[] = 'another url'; This will allow u to add url to the array on the fly. An in a numric order so u could access the array like $urls[1]; which would return another url in above example An...
  7. K

    roundcube login instalation help

    Your permission for the round cube install files need to be set to www-data and make sure the configuration file is setup properly Your getting the error because the script doesn't have proper permission to access the storage files
  8. K

    PayPal REST API webhook handling

    When PayPal redirects it passes information back to the landing page. You should be able to use $_get() to pull the information off the return. Then from there use php to minuplate the information as needed
  9. K

    Live collaboration coding git hosting environment

    Sorry if I posted this thread in the wrong section but I felt the programming forum was the best location to post this as it's a tool to help developers I own a website that provide git hosting with a twist that allows you to edit files live with other members as a collaboration. Kodmi.com...
  10. K

    Any High Risk Payment Gateway?

    There's lots of cryto currency that accept creditcards. But they are required to prove whom they are to prevent cc fraud. Just do a Google search for "buy Bitcoin with credit card" we can't do everything for ya.
  11. K

    So many information here

    Lots of people willing to help for free. But just remember the best stuff is not free
  12. K

    Newbie

    Welcome newbie what do you offer this site? Any talents
  13. K

    Hi everyone! Very nice to meet you!

    Nice to meet you too. What are your skills? What do you bring to this community.
  14. K

    Here to find the best everything !

    Welcome checkout the marketplace the best things don't come free
  15. K

    Any High Risk Payment Gateway?

    If your worried about charge back an country and payment processor limitations.. Use crypto currency such as Bitcoin.. Zero chargebacks ever an no country restrictions.
Back
Top