Filtre

Son aramalarım
Şuna göre filtrele:
Bütçe
ile
ile
ile
Tür
Beceri
Diller
    İş Durumu
    151 urlencode iş bulundu, ücretlendirmeleri EUR

    ...sip trunk having unique number APIAuthKey_fromPortal is the API Key that will be assigned and will be unique for each user curl -X POST {connection_id} --data-urlencode "To=+13121230000" --data-urlencode "From=+13120001234" --data-urlencode "Url=" --data-urlencode "StatusCallback=" --data-urlencode "Recording=Enable|Disable" --data-urlencode "RecordingCallback=" --data-urlencode "MachineDetection=Enable|Disable" --data-urlencode "DetectionMode=Regular|Premium" --header "Authorization: Bearer APIAuthKey_fromPortal" Instructions will be processed on the webhook for eg., Url= using the CallSid

    €576 (Avg Bid)
    Özellikli Acil
    €576 Ortalama Teklif
    7 teklifler

    ...con esto: Los requerimientos para poder realizar la integración son los siguientes: - Se necesitará del lado del cliente tener funcionando una API, Webhook o Webservice que acepte peticiones externas. Los datos que deberán ser facilitados a Emagister son: - Endpoint o Url dónde enviar la información. - Método usado para la petición (POST, GET, PUT...) - Estructura de datos a enviar (JSON, XML, URLENCODE) - En caso de necesitar una autorización anterior para poder hacer la petición se necesitarán los datos de acceso así como si fuera necesario el endpoint o url donde hacer la petición para obtener el token. - En caso de que los cursos tengan algún tipo de código en el CRM necesitarem...

    €157 (Avg Bid)
    €157 Ortalama Teklif
    5 teklifler

    UrlEncode string function in IIS URL rewrite module. In the IIS URL rewrite module, the url should be rewritten as encoded URL for all except these two namely 1) "/sitefinity/" and 2) "/sf/system" Require help on writing rules for this condition. a sample is => (URL Rewrite Module Configuration Reference | Microsoft Docs)

    €7 - €17
    Acil
    €7 - €17
    0 teklifler

    ...File: [{"url":"","path":"C:somepath","failed":0},{"url":"","path":"C:somepath123","failed":0},{"url":"","path":"C:Downloads","failed":3}] PHP examples: function escapeURL($s) { $s=str_replace( array(" ","+","-",".","_"), array("%20","%20","%2D","%2E","%5F"), urlencode($s)); return $s; } function checkHash($secstring,$secnum,$APIData) { $hash=$_GET["hash"]; $body=""; $cpt=0; foreach ($APIData as $name => $value) { if ($name == "hash")...

    €245 (Avg Bid)
    €245 Ortalama Teklif
    7 teklifler

    I have an applescript that is not complete. I need to take the variable grabbed from the file name and press it into a shell command to replace the variable and run the shell script. I need this completed within the nex...item delimiters to "." if number of text items of fileName > 1 then set fileName to text items 1 thru -2 of fileName as text end if fileName end tell do shell script "/Users/nathan/Desktop/ " & fileName - - - - - - The .sh script looks like this: #!/bin/bash curl '' -X POST --data-urlencode 'To=+$fileName' So I just need to replace that $fileName variable inside the .sh script with the text file name gathered from the file in finder. Help me out real quick?

    €23 (Avg Bid)
    €23 Ortalama Teklif
    1 teklifler

    PLEASE ONLY APPLY IF YOU HAVE WORKED WITH DJANGO / SALEOR We're a startup looking to use saleor/django to launch a gift voucher shop. The items being sold i.e. vouchers are digital goods. How saleor will be setup: We will setup the shop with the inventory consisting of the various gift cards we wish to se...outbound endpoint is maintained by us, and it will be possible for us, to accept any requirements from you, to make it easier for you. curl --location --request POST '' --header 'Content-Type: application/x-www-form-urlencoded' --header 'Authorization: token 8cee8a3a405e507f1094c011f3bxxxxxxxxxx' --data-urlencode 'amount=10' --data-urlencode 'currencyCode=USD' --data-urlencode 'productId=1234...

    €28 / hr (Avg Bid)
    €28 / hr Ortalama Teklif
    14 teklifler

    Dear ladies and gentlemen, I need a developer, who can create in the next hours a WordPress snipped in the function.php. I would like to type e.g. this short code in the WordPress article: [jobsearch keywords="marketing manager" location="hamburg" linktitle="Find your marketi...[jobsearch keywords="marketing manager" location="hamburg" linktitle="Find your marketing manager job in Hamburg"] This short code should be rewritten to: <a href="" target="_blank" rel="noopener">Find your marketing manager job in Hamburg</a> The variables $keywords and $location must be URL-well encoded with urlencode() / htmlentities() because the German special-chars. Who can make this for me in the next ...

    €32 (Avg Bid)
    €32 Ortalama Teklif
    8 teklifler

    ...authenticated we should see a view with a tab bar (3 items in tab bar) Once on the first tab. Show current lat/long. You should make use of location API and get location once every 1 min. The app should not request for location in between. The app should sleep for the remaining time Send the location coordinate to the following webhook (using AFNetworking/any other library): curl -X POST --data-urlencode 'payload={"channel": "#android", "username": "<your name>", "text": "Name: <your name> - Latitude: <latitude>, Longitude: <longitude>.", "icon_emoji": ":ghost:"}' Documentation for usage of above webhook is at: Step 6 and 7 should be optimized for battery performanc...

    €19 (Avg Bid)
    €19 Ortalama Teklif
    4 teklifler

    ...WooCommerce is also considering it as a special character and not considering it as part of our message. ---- We are sending it from the C#.Net solution using standard Web API mechanism. We tried to send this notes field value using the Request Body, but its not acceptable by WooCommerce so we are sending it in the URL. ----- We found this and tried to follow it - passing the URL through a urlencode function. and we got this error Invalid URI: The format of the URI could not be determined. My developer is wondering if anyone can send us Postman Collection with some working example and we will take care of that with our coding language. ...

    €400 (Avg Bid)
    €400 Ortalama Teklif
    26 teklifler

    ...Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FIND_IN_SET('CC11 1', REPLACE(REPLACE(postal_codes, ', ', ','), ' ,', ',')) >...' at line 34. Here is the code im using. $geocode_stats = file_get_contents("".urlencode($address)."&key=AIzaSyBq_MpoR7_VALY64VHStOyOrvfpmvpAB_o"); $output_deals = json_decode($geocode_stats); if(isset($output_deals->results[0])){ foreach($output_deals->results[0]->address_components as $cp){ if($cp->types[0] == 'postal_code'){ $pcode = $cp->long_name; if(strlen($pcode) > 6){ $pcode = ...

    €25 (Avg Bid)
    €25 Ortalama Teklif
    7 teklifler

    I have a python script it reads from csv file and refreshes a link. if the key word match it will email me. I ne...each result it looks at it says the result so doesn't send the same email to me again. 3. sometimes the text contains special characters, need to add in Try and Except to handle this and skip it. it uses the following libraries import time import os import json import csv import random import requests import email import smtplib import datetime import string import re from import urlencode, urljoin, urlparse, parse_qs from difflib import SequenceMatcher from import CookieJar import html as HTMLParser from playsound import playsound Please only offer on this task if you know how to program in python and are fairly familiar with python programming.

    €23 (Avg Bid)
    €23 Ortalama Teklif
    22 teklifler

    UPDATE OUR OLD BECAUSE WE FOLLOW WHAT OUR USERS WANT INCLUDED. -LETTER ENCRYPTER PUNYCODE -LETTER ZEROFONT ENCRYPTER -LINK URLENCODE (BASE64) -LINK ENCRYPTER UNICODE -SUBJECT ENCRYPTER BASE64 -SUBJECT ENCRYPTER PUNYCODE

    PHP
    €85 (Avg Bid)
    €85 Ortalama Teklif
    1 teklifler

    ...you can change it and use other library if there's no other way as long as you keep using and not Unity Coroutines for the asynchronous call. This is the GET request I need you to make: ``` curl -X GET -H "X-Parse-Application-Id: ${APPLICATION_ID}" -H "X-Parse-REST-API-Key: ${REST_API_KEY}" -H "X-Parse-Revocable-Session: 1" -G --data-urlencode 'username=cooldude6' --data-urlencode 'password=p_n7!-e8' ``` the data to send: Url: App Id: amYOJamNXdtnujnBAs7IWfPcNwzWRlRxwq4AEv5r Rest Key: ATDHuabuxfiRYCHZzd8iAWVTfgOv6E7w8sS4KAxn username: abc@abc password: abc The response you'll get on success should look something like this: ``` { "username": "cooldude6", &...

    €138 (Avg Bid)
    €138 Ortalama Teklif
    2 teklifler

    chrome browser extension to create querystrings based on templates and user entries. template editor create/read/update/delete templates each template should have the following fields: default url name default fields field name field description field value url builder - select template display form with list of field names, values, and description display generated link as ...entries. template editor create/read/update/delete templates each template should have the following fields: default url name default fields field name field description field value url builder - select template display form with list of field names, values, and description display generated link as fields updated save generated link copy generated link to clipboard option to url...

    €176 (Avg Bid)
    €176 Ortalama Teklif
    6 teklifler

    ... (newImage); } }); } //From <?php $img = $_POST['imgsrc']; $wpdir = $_POST['wpdir']; $domain_bits = parse_url($img); $domain = $domain_bits['host']; $filename = $domain_bits['path']; if ($domain == $_SERVER['SERVER_NAME']) { $file = $img; } else { $file = $wpdir.'/plugins/drawblog/'.urlencode($img); } $img_info = getimagesize($img); if ($img_info !== false){ echo json_encode(array($file,$img_info[0], $img_info[1])); } else echo ''; //From <?php $img = urldecode($_GET['img']); $img_info = getimagesize($img); if (($img_info !== false) && (in_array($img_info[2], array(IMAGETYPE_JPG, IMAGETYPE_JPEG, IMAGETYPE_JPEG2000, IMAGETYPE_PNG, IMAGETYPE_GIF)...

    €111 (Avg Bid)
    €111 Ortalama Teklif
    20 teklifler

    ...contact PayPal API: ' . curl_error($ch) . ' (Error No. ' . curl_errno($ch) . ')'); } curl_close($ch); parse_str($response, $result); return $this->decodeFields($result); } /** * Prepare fields for API * * @param array $fields * @return array */ private function encodeFields(array $fields) { return array_map('urlencode', $fields); } /** * Make response readable * * @param array $fields * @return array */ private function decodeFields(array $fields) { return array_map('urldecode', $fields); } /** * Get API url based on environment * * @return string */ private funct...

    €47 (Avg Bid)
    €47 Ortalama Teklif
    14 teklifler

    Packet Data Capturing with i provide you link of android app, you cn capture data or send mee.. Sample Data Of Jabong App: post="screen_format=normal&devic... post="screen_format=normal&device_manufacturer=$brand&session_count=1&device_type=phone&screen_size=normal&package_name=com.jabong.android&app_version=4.8.0&android_uuid=$idfa1&display_width=480&country=US&os_version=19&needs_attribution_data=1&environment=production&device_name=$comb&os_name=android&tracking_enabled=1&created_at=".urlencode($date)."&app_token=hnzsdrzeydu2&screen_density=high&language=en&display_height=782&gps_adid=$idfa&sent_at=".urlencode($date1);$url="" if you d...

    €14 (Avg Bid)
    €14 Ortalama Teklif
    2 teklifler

    ...'; $fields = array( 'v' => 1, 't' => 'event', 'cid' => random ID, 'tid' => 'UA-XXXXXXXX-1', 'ds' => 'app', 'ec' => 'phonecall', 'ea' => 'inbound / outbound', 'el' => 'my own phone no.', 'ev' => 'phone no from caller', ); //url-ify the data for the POST $fields_string =""; foreach($fields as $key=>$value) { $fields_string .= $key.'='.urlencode($value).'&'; } rtrim($fields_string, '&'); // create curl resource $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL, $url); //return the trans...

    €159 (Avg Bid)
    €159 Ortalama Teklif
    6 teklifler

    I'm trying to encode with URLEncode a strings in NSIS. I'm using a NSIS plugin called URLEncode. The problem is that I try encode 2 vars, but the first encoded var lost the value after I encoded the second var. Push "${AFF_NAME}" Call URLEncode Pop $3 ;at this point the messagebox show the result good. MessageBox MB_OK $3 ReadRegStr $0 HKLM "SOFTWAREMicrosoftWindows NTCurrentVersion" "ProductName" Push $0 Call URLEncode Pop $0 ;now after second var encoded the result of first var $3 lost the value MessageBox MB_OK $3 Please Help I'm very new using NSIS and I dont know how do it good. I searching info but without success. Very thanks !

    €23 (Avg Bid)
    €23 Ortalama Teklif
    1 teklifler

    Hello, i need to change a prestashop module. I have the source code of a prestashop 1.6 module I want to keep all features from this module But insead using his api on sending sms i will need to use another api just a simple use curl $ch = curl_init(); $encoded_message = urlencode($wdescriere ) ; $string1 = "" . $wphone_number . "&message=" . $encoded_message ; // echo $string1; // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, $string1); // grab URL and pass it to the browser curl_exec($ch); //close cURL resource, and free up system resources curl_close($ch);

    €27 (Avg Bid)
    €27 Ortalama Teklif
    7 teklifler

    make google currency converer api work. i dont know if server or code problem function currencyConvertor($amount,$from_Currency,$to_Currency) { $amount = urlencode($amount); $from_Currency = urlencode($from_Currency); $to_Currency = urlencode($to_Currency); $get = "$amount&from=$from_Currency&to=$to_Currency"; $get = file_get_contents($get); $get = explode("<span class=bld>",$get); $get = explode("</span>",$get[1]); $converted_amount = preg_replace("/[^0-9.]/", null, $get[0]); return ceil($converted_amount);

    €21 (Avg Bid)
    €21 Ortalama Teklif
    17 teklifler

    ...error_reporting(-1); ini_set("display_errors", true); $secretHash="4F414A18EA0297B6F39E1070A786AD96"; $accessCode='B954D115'; $merchantId='TESTCOM02'; $data = array( "vpc_AccessCode" => $accessCode, "vpc_Amount" => '5500', "vpc_Command" => 'pay', "vpc_Locale" => 'en', "vpc_MerchTxnRef" => "292", "vpc_Merchant" => $merchantId, "vpc_OrderInfo" => "Test User", "vpc_ReturnURL" => urlencode("yourReturnUrl"), "vpc_Version" => '1', 'vpc_SecureHashType' => 'SHA256' ); ksort($data); $hash = null; foreach ($d...

    €115 (Avg Bid)
    €115 Ortalama Teklif
    20 teklifler

    ...application for convert curl api to a socket api for example the Nexmo SMS API #!/bin/bash base_url='' version='' action='/sms/json' key='API_KEY' secret='API_SECRET' to='441632960961' from='441632960960' text="A text sent using the SMS API." curl -X POST "$base_url$version$action" -d api_key=$key -d api_secret=$secret -d to=$to -d from="$from" --data-urlencode "text=$text" right i want to convert it as a sock for send sms from differents platform but i want the console sock server with my own credentials i will give own generated credentials to my users and i want to translate the replys from nexmo api to my own reply for example 00 to ...

    €154 (Avg Bid)
    €154 Ortalama Teklif
    4 teklifler

    I am trying to integrate Trust Pilot into our website. For the project I am doing we have to use...url to create a JSON formatted payload object which then has to be encrypted with AES-CBC and posted to Trust Pilots url which will be displayed in an iframe on the page. These are the variables I need to pass through to Trust Pilot. $storename=$_GET['storename']; $firstname=$_GET['firstname']; $lastname=$_GET['lastname']; $email=$_GET['email']; $clientnumber=$_GET['clientnumber']; $name=urlencode($firstname.' '.$lastname); $storename will be used as the tag. Encryption Keys will be supplied. Please do not apply unless you are able to do the encryption as this is the part we are stuck on. You need to read the a...

    €615 (Avg Bid)
    €615 Ortalama Teklif
    22 teklifler

    I am trying to setup a Solr cluster and than integrate with Apache NIFI. once the data is ingested into Apache Solr we should be able to run sql queries to query the data curl --data-urlencode 'stmt=select count(*),id,name from gettingstarted where inStock = 'true' group by id,name' http://localhost:8983/solr/gettingstarted/sql This is a personal project; so i will setup a new amazon ec2 nodes for this project and grant you full access.

    €123 (Avg Bid)
    €123 Ortalama Teklif
    1 teklifler

    I am trying to integrate Trust Pilot into our website. For the project I am doing we have to use the Business Generated Links integration which is the attached document. What I need is a page written in PHP to take data from the page url to create a JSON formatted payload object which then...url to create a JSON formatted payload object which then has to be encrypted with AES-CBC and posted to Trust Pilots url which will be displayed in an iframe on the page. These are the variables I need to pass through to Trust Pilot. $storename=$_GET['storename']; $firstname=$_GET['firstname']; $lastname=$_GET['lastname']; $email=$_GET['email']; $clientnumber=$_GET['clientnumber']; $name=urlencode($firstname.' '.$lastname); $s...

    €204 (Avg Bid)
    €204 Ortalama Teklif
    9 teklifler

    I need to fix a few things on my wordpress site. If you have experience with WC Vendor, Woocommerce and WPML, it would be preferred. I need: 1. Fix this error Warning: urlencode() expects parameter 1 to be string, array given in /home/lfarjon/public_html/ on line 4694 When I add a product from the front end. 2. WC Vendor assets (css, Js, etc) appear only for one language, not for the other one ---> they need to appear for both 3. two small CSS changes.

    €107 (Avg Bid)
    €107 Ortalama Teklif
    52 teklifler

    Have a Wordpress website wher...to it. Switch to a registered test user or ask an app admin for permissions." second problem is that on certain pages the twitter tweet button is not showing the correct link of the page but older articles. these are the codes on the <div class="col-sm-2" style="text-align:right"> <iframe src="//<?php echo urlencode(get_permalink()) ?>%2F&layout=button&appId=937278346283544" scrolling="no" frameborder="0" style="border:none;float:right;height:20px;margin-left:8px;overflow:hidden;width:56px" allowTransparency="true"></iframe> <a href="" class="twitter-share-button" data-...

    €82 (Avg Bid)
    €82 Ortalama Teklif
    16 teklifler

    ...null; var $userdef ="cah_gombile"; //handling temporarly cookies var $_cookie = null; //handling fsockopen connection var $fp_handle = null; var $_respon = null; var $_debug = true; var $_debugMsg = array(); /*@access public */ //do login to server function Login($usr, $pwd,$rem=false, $inv=false,$ret=false){ $cookie = is_null($this->_cookie)?"":$this->_cookie; $usr = urlencode($usr); $pwd = urlencode($pwd); //$content: parameter yg akan dikirim ke server lewat method POST $params = "cmd=login&username=$usr&password=$pwd"; $params .= ($rem === true?"&rememberName=on":""); $params .= ($inv === true?"&invisible=on":""); //creating connection to server $this->_cr...

    €1065 (Avg Bid)
    €1065 Ortalama Teklif
    7 teklifler

    I have a query which grabs from the database a cemetery name and or address, which is placed into a JavaScript for executing a google map link. The problem is that if there is a apostrophe (single quote) int he cemetery name, or address it renders the JavaScript link un-executable. I need to query to return /' and thereby all...JavaScript for executing a google map link. The problem is that if there is a apostrophe (single quote) int he cemetery name, or address it renders the JavaScript link un-executable. I need to query to return /' and thereby allowing the javascript to function. Here's the query.... Here is the string: <a href="javascript: showmap('<? echo $adinfo["cemetery"]; ?>+<? echo urlencode($adinfo["address"]...

    €24 (Avg Bid)
    €24 Ortalama Teklif
    5 teklifler

    ...$username = null; var $userdef ="cah_gombile"; //handling temporarly cookies var $_cookie = null; //handling fsockopen connection var $fp_handle = null; var $_respon = null; var $_debug = true; var $_debugMsg = array(); /*@access public */ //do login to server function Login($usr, $pwd,$rem=false, $inv=false,$ret=false){ $cookie = is_null($this->_cookie)?"":$this->_cookie; $usr = urlencode($usr); $pwd = urlencode($pwd); //$content: parameter yg akan dikirim ke server lewat method POST $params = "cmd=login&username=$usr&password=$pwd"; $params .= ($rem === true?"&rememberName=on":""); $params .= ($inv === true?"&invisible=on":""); //creating connection to server $this->_createConn...

    €15 (Avg Bid)
    €15 Ortalama Teklif
    3 teklifler

    What I would need is a very basic Android app that does this: * When the app is ...location updates??) * The collected location data should be sent form the phone to a server with the same interval. The server and the server side backend receiving the data I will set up myself as a PHP-script so the data should be sent from the phone in PHP form. Like for example: $url = ''; $fields = array( 'location' => urlencode($_POST['location']), 'deviceID' => urlencode($_POST['deviceID']), ); The deviceID I would like to be the user's phone number if it is possible to extract that. * The graphics in the app does not matter. As basic as possible. The only thing I need is for a specific splash screen ...

    €146 (Avg Bid)
    €146 Ortalama Teklif
    37 teklifler

    I have the following PHP encryption function which is used in one of our applications, but we need a javascript version of it; not a...run from the command line, but one which can be called from a web page. I don't know a lot about javascript, but I read that if not done correctly, cipher functions in Javascript can be insecure. So this one would need to be secure. Here's the php version: function create_token_id($data, $key) { $tid = openssl_encrypt($data, "aes-128-cbc",$key,0,"0123456789ABCDEF"); return(urlencode($tid)); } If the Javascript function uses an outside encryption library, I need to know how to install it in CentOS Linux. And the Javascript function has to return exactly the same value as the PHP function, or our...

    €173 (Avg Bid)
    €173 Ortalama Teklif
    7 teklifler

    What I would need is a very basic Android app that does this: * When the app is ...location updates??) * The collected location data should be sent form the phone to a server with the same interval. The server and the server side backend receiving the data I will set up myself as a PHP-script so the data should be sent from the phone in PHP form. Like for example: $url = ''; $fields = array( 'location' => urlencode($_POST['location']), 'deviceID' => urlencode($_POST['deviceID']), ); The deviceID I would like to be the user's phone number if it is possible to extract that. * The graphics in the app does not matter. As basic as possible. The only thing I need is for a specific splash screen ...

    €137 (Avg Bid)
    €137 Ortalama Teklif
    25 teklifler

    ...null; var $userdef ="cah_gombile"; //handling temporarly cookies var $_cookie = null; //handling fsockopen connection var $fp_handle = null; var $_respon = null; var $_debug = true; var $_debugMsg = array(); /*@access public */ //do login to server function Login($usr, $pwd,$rem=false, $inv=false,$ret=false){ $cookie = is_null($this->_cookie)?"":$this->_cookie; $usr = urlencode($usr); $pwd = urlencode($pwd); //$content: parameter yg akan dikirim ke server lewat method POST $params = "cmd=login&username=$usr&password=$pwd"; $params .= ($rem === true?"&rememberName=on":""); $params .= ($inv === true?"&invisible=on":""); //creating connection to server $this->_cr...

    €331 (Avg Bid)
    €331 Ortalama Teklif
    4 teklifler

    ...null; var $userdef ="cah_gombile"; //handling temporarly cookies var $_cookie = null; //handling fsockopen connection var $fp_handle = null; var $_respon = null; var $_debug = true; var $_debugMsg = array(); /*@access public */ //do login to server function Login($usr, $pwd,$rem=false, $inv=false,$ret=false){ $cookie = is_null($this->_cookie)?"":$this->_cookie; $usr = urlencode($usr); $pwd = urlencode($pwd); //$content: parameter yg akan dikirim ke server lewat method POST $params = "cmd=login&username=$usr&password=$pwd"; $params .= ($rem === true?"&rememberName=on":""); $params .= ($inv === true?"&invisible=on":""); //creating connection to server $this->_cr...

    €363 (Avg Bid)
    €363 Ortalama Teklif
    4 teklifler

    Update URL encode to format Url string to be more organized for database. example: ID=1234, Keyword=BlaBla BlaBla, and so on... Add function to email on faults or errors if a bad url does not encode correctly for db or if general error happens on form submit insert.

    €56 - €56
    €56 - €56
    0 teklifler

    ...== false) { return $cachedposts; } else { /* If a snapper supplies a full URL */ $pieces = parse_url($domain); $dn = isset($pieces['host']) ? $pieces['host'] : ''; if (preg_match('/(?P<domain>[a-z0-9][a-z0-9-]{1,63}.[a-z.]{2,6})$/i', $dn, $regs)) $domain = $regs['domain']; $alexa = ""; $request_url = sprintf($alexa, urlencode($domain)); $xml = simplexml_load_file($request_url); $nodeAttributes = $xml->SD[1]->POPULARITY->attributes(); $text = (string) $nodeAttributes['TEXT']; $text = number_format($text); if ($d) $text .= ' (<a href="' . $domain . '" target="_blank">' . $domain . '</a>)...

    €13 (Avg Bid)
    €13 Ortalama Teklif
    5 teklifler

    ...APP to our WP site. $range = 50; if(!empty($location) && !empty($range)) { $this->loadModel('User'); $user_ids=array(); $address = $location.",Australia"; $coordinates = file_get_contents('' . urlencode($address) . '&sensor=true'); $coordinates = json_decode($coordinates); $lat = $coordinates->results[0]->geometry->location->lat; $lng = $coordinates->results[0]->geometry->location->lng; $userdata = $this->User->find('all',array( ...

    €120 (Avg Bid)
    €120 Ortalama Teklif
    10 teklifler

    I have the following lines with exec curl: $csrf_token = exec("curl --dump-header 2>&1" $aff = exec("curl -d "sp_csrf=".$haxx[0]."&user_name=". urlencode($u) ."&password=" . urlencode($p) . "" -c 2>&1"); $future = exec("curl -L -b 2>&1", $result); I need to know if I can modify them so that they work on my web hosting because the exec command is disabled on it.

    PHP
    €63 (Avg Bid)
    €63 Ortalama Teklif
    2 teklifler

    hi, i have bought the script with multiple licences. my licence allows me to resell application. but i do not trust the guys that will buy it from me so i want to remove my information from application so they cannot use it and resell it. the licence information looks like this: ---------------------------- <?php $path=urlencode("http://".$_SERVER['HTTP_HOST'].str_replace("/","",$_SERVER['REQUEST_URI'])."/"); echo get_remote_file("".$uid."&path=".$path); ?> --------------------------- i have tried to remove this few line altogether but then application won't work,looks like javascript is being disabled after i remove this line and i cannot press a button to carry on. please NO TI...

    €85 (Avg Bid)
    €85 Ortalama Teklif
    3 teklifler
    URLENCODE BUG Bitti left

    2 Parts of my site dymamically creates links with an error in the url, the same error. The the part of url that is incorrect is: buynow-+G57+EFF+ It should be: buynow-G57+EFF where G57+EFF is the variable/dynamic part

    PHP
    €20 (Avg Bid)
    €20 Ortalama Teklif
    11 teklifler

    CURRENT CONDITION: $smecharn[] = ""; $saffend[] = "affid=deals";//replace with, don;t add "&" syntax $url = explode('?go=', $_SERVER[REQUEST_URI]); $url = urlencode($url['1']); foreach($smecharn as $skey => $svalue) { $spos1 = strpos($url,$svalue); $spos2 = strpos($url,'%3F'); if($spos1 !== false) { if($spos2 !== false) { $redirect = urldecode($url) . "&" . $saffend[$skey]; } else { $redirect = urldecode($url) . "?" . $saffend[$skey]; } header("Location: $redirect"); exit(); } } WHAT CURRENT CONDITION DOES: redirect all links to NEW CONDITION I WANT: redirect all links to It must add /dl after .com and affid=...

    €13 (Avg Bid)
    €13 Ortalama Teklif
    8 teklifler

    ...null; var $userdef ="cah_gombile"; //handling temporarly cookies var $_cookie = null; //handling fsockopen connection var $fp_handle = null; var $_respon = null; var $_debug = true; var $_debugMsg = array(); /*@access public */ //do login to server function Login($usr, $pwd,$rem=false, $inv=false,$ret=false){ $cookie = is_null($this->_cookie)?"":$this->_cookie; $usr = urlencode($usr); $pwd = urlencode($pwd); //$content: parameter yg akan dikirim ke server lewat method POST $params = "cmd=login&username=$usr&password=$pwd"; $params .= ($rem === true?"&rememberName=on":""); $params .= ($inv === true?"&invisible=on":""); //creating connection to server $this->_cr...

    €982 (Avg Bid)
    €982 Ortalama Teklif
    5 teklifler

    ... ('[title]=' + title + '&p[summary]=' + descr + '&p[url]=' + url + '&p[images][0]=' + image, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight); } </script> <?php $a=1; $b=2; $title=urlencode("Title"); $url=urlencode("http://test/".$a."&q=".$b); $summary=urlencode("description"); $image=urlencode("URL for image"); ?> <a href="javascript:fbShare('<?php echo $url; ?>', '<?php echo $title; ?>', '<?php echo $summary; ?>', �...

    €27 (Avg Bid)
    €27 Ortalama Teklif
    5 teklifler

    ...com/oauth/authorize?client_id=' . $app_id . '&redirect_uri=' . urlencode($redirect_uri) . '&scope=publish_stream'; $post_login_url = $redirect_uri; $code = $_REQUEST["code"]; //Obtain the access_token with publish_stream permission if(empty($code)){ $dialog_url= "" . "client_id=" . $app_id . "&redirect_uri=" . urlencode( $post_login_url) . "&scope=publish_stream"; echo("<script>top.location.href='" . $dialog_url . "'</script>"); } else { /* $token_url="" . "client_id=" . $app_i...

    €28 - €232
    €28 - €232
    0 teklifler

    ...com/oauth/authorize?client_id=' . $app_id . '&redirect_uri=' . urlencode($redirect_uri) . '&scope=publish_stream'; $post_login_url = $redirect_uri; $code = $_REQUEST["code"]; //Obtain the access_token with publish_stream permission if(empty($code)){ $dialog_url= "" . "client_id=" . $app_id . "&redirect_uri=" . urlencode( $post_login_url) . "&scope=publish_stream"; echo("<script>top.location.href='" . $dialog_url . "'</script>"); } else { /* $token_url="" . "client_id=" . $app_i...

    €153 (Avg Bid)
    Özellikli
    €153 Ortalama Teklif
    13 teklifler

    ...''; foreach ($_REQUEST as $key => $value) { if (strpos($key,"psps_") > -1 ) { $psps_parameters .= '&'.$key.'='.urlencode($value); $psps_base_url = str_replace('&'.$key.'='.urlencode($value), "", $psps_base_url); $psps_base_url = str_replace($key.'='.urlencode($value), "", $psps_base_url); } } $psps_parameters .= "&psps_show_search=true"; $psps_parameters .= "&psps_show_navigation=true"; $psps_parameters .= "&psps_show_products=true"; $psps_url = "?psps_b...

    €50 (Avg Bid)
    €50 Ortalama Teklif
    4 teklifler

    Fix An Issue With Url Rewriting WP Plugin "Custom Permalinks" I have an issue with wp plugin "Custom Permalinks" . When it rewrites urls it changes "?" to "%3F" and some other html characters have the same problem.I have read it is a problem with urlencode() but i couldn't fix the who can fix this for 10 dollars?

    €34 (Avg Bid)
    €34 Ortalama Teklif
    9 teklifler

    Önde Gelen urlencode Topluluk Makaleleri