Search results

  1. B

    Need to create cryptsy.com clone - Bitcoin exchange. Budget is up to $1000

    Need to create cryptsy.com clone - exchange of crypto currencies (BTC, LTC etc) Need just a programming. We'll make design and HTML by ourselfs. Please use popular and fast PHP framework (yii, codeigniter, modx, drupal etc. Zend is not acceptable - very slow) or stable PHP CMS (except Wordpress...
  2. B

    Infinitely running PHP script

    How to run a PHP script on the server that will run after the browser is closed? Can they do this? I have shells to some sites, there trying to run the script. The script prints the time in .txt file. Launched, closed the browser - works. Worked script already 1:30 minutes longer does not work...
  3. B

    How to make - When you click on a menu item, the list remained open?

    Dear Webmasters, I can not deal with javascript, generally need to the menu when you click on the item subcategories remained open after the transition this category which crossed. To keep open the list, and I get it when going slams, here's the code: tags in the head: code: <style...
  4. B

    Magento, managing language descriptions across different stores views

    I have a multi domain, multi language Magento setup. The products across the different domains are the same (Same SKU's) but the descriptions are different for each language. Some domains (country websites) share languages as explained below. This means some language descriptions need to be...
  5. B

    WordPress protected page with menu button and own login

    I have a big issue and would like to ask you for help. I've migrated my Minecraft server's website under WordPress administration. Before I moved it under Wordpress it had login page to access GUI which contained few thing for communicating between website & server by rcon. I need to use own...
  6. B

    Stop regex splitting a matched url with preg_split

    Given the following code: $regex = '/(http\:\/\/|https\:\/\/)([a-z0-9-\.\/\?\=\+_]*)/i';$text = preg_split($regex, $note, -1, PREG_SPLIT_DELIM_CAPTURE); its returning an array such as: array (size=4) 0 => string '...' (length=X) 1 => string 'http s://' (length=8) 2 => string...
  7. B

    Symfony2 - Sending other data along with form data via Ajax causes IsValid() return false

    I'm trying to send other data along with a submitted form to a controller inside Symfony2. When I try this like: $("#submit_btn").on("click", function(e){ e.preventDefault(); $.ajax({ type: "POST", url: post_url, data: form.serialize()...
  8. B

    catch the Nusoap error with php

    The method i tried using was with openssl $fp = fopen($key, 'r'); //open the PEM file $priv_key = fread($fp,8192); fclose($fp); $pkeyid = openssl_get_privatekey($priv_key,"password"); openssl_sign($response["data_to_sign"], $signature, $pkeyid,'sha256'); $sign = base64_encode($signature) Is...
  9. B

    PayPal withdrawals - for serious partners only

    Hello, I'm looking for VBA with withdrawal option. Workflow: 1. I register a new PayPal account; confirm it using your VBA 2. My customers buy some items using this PP account for $100-150 in total 3. Once account earned $100-150, I'll initiate wire transfer to VBA provided 4. Once transfer...
Back
Top