Recent content by BlueZero

  1. BlueZero

    Permanently Closed Marketplace Sales Thread

    Yachi made a great job again. Did an responsive HTML+CSS in bootstrap. Optimized for Desktop, iPad, iPhone 6, iPhone 5. Thank you very much
  2. BlueZero

    Need an experienced developer

    Like Limestone wrote, the job like you described not possible to be done. But if you think a bit out of the box you may find a solution. It will not work for every streaming, because they use to check the referrer. But you can inspect the stream and get the stream URL, then you input the stream...
  3. BlueZero

    Can you do JSON? I need a script.

    I am pretty busy, but if you dont find anyone, then i can help you.
  4. BlueZero

    Can you do JSON? I need a script.

    <?php $accesstoken = "tests31df51sa35d4fW4E68F4Atest"; $productid = "27827"; $currency = "USD"; $lang = "en"; $sURL = 'https://api.banggood.com/product/getProductInfo?access_token='.$accesstoken.'&product_id='.$productid.'&currency='.$currency.'&lang='.$lang; $sRes = file_get_contents( $sURL )...
  5. BlueZero

    Can you do JSON? I need a script.

    http://api.banggood.com/index.php?com=document&article_id=2 Looks pretty easy. What exactly is you want to help with? You create the link which will contain access token and product id. Make a request to the link. in PHP you do $aMyProductArray = json_decode( $result, true ); And there you have...
  6. BlueZero

    Permanently Closed Marketplace Sales Thread

    Yachika did a great job making PSD -> HTML responsive design. I recommend. Thank you very much.
  7. BlueZero

    Help! SSL Certificate!

    Remember that you can get SSL certificates for free: https://letsencrypt.org/
  8. BlueZero

    Keyword search volume

    The only one you can believe is the one from G Adwords ;-)
  9. BlueZero

    Turn Coding Skills into Money?

    That is so not true :-). There are many empty webdevelopment positions, that any beginner can get a job. I am getting job offers every week and the recruiters know that i am employed, after 5 years of steady offers it becomes pretty annoying ;-). Anyway, i agree on that it is better to stand...
  10. BlueZero

    dedicated server apache error

    also do not run easyapache, when you want to run nginx.
  11. BlueZero

    dedicated server apache error

    I prefer nginx myself too. As i said before nginx and httpd (apache) cannot work together without proper setup. If you want to use just nginx, then remove httpd and install nginx. Depending on your server OS: yum remove httpd yum install nginx apt-get remove httpd apt-get install nginx That...
  12. BlueZero

    dedicated server apache error

    What is unclear is what exactly you wanna achieve. You restarted nginx and then httpd. I am not sure if you understand that they are concurrent services, you either use nginx or Apache (httpd). Of course you can set up both to work, but i am not sure if that is your goal. You would have to...
  13. BlueZero

    Wordpress Database Connection Error

    A specific DB Error Message would help to detect what is the problem. But as Roy Carter said, deactivate all plugins and then add them one by one to see when it stops working. Anyway, if u will still have the problem, then shoot me a PM.
  14. BlueZero

    Permanently Closed Marketplace Sales Thread

    Yep, sorry. Done. Thank you
  15. BlueZero

    Permanently Closed Marketplace Sales Thread

    Hey, can you please send me some samples of your work? Responsive design, prefarably bootstrap. Also what is your current TAT for PSD to HTML? Thanx
Back
Top