Else argumenttrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 else argument trabajados encontrados, precios en USD
    Desarrollo de API Finalizado left

    ...'81','33','56'); if (in_array(substr($Telefono,0,2),$areas)) { $area = substr($Telefono,0,2); $local= substr($Telefono,2); $serie= substr($local,0,4); } else { $area = substr($Telefono,0,3); $local= substr($Telefono,3); $serie= substr($local,0,3); } // Ejecuta consulta $query = "SELECT movil FROM ".$db['name'].".ift WHERE SUBSTRING('$Telefono',7) BETWEEN inicial AND final AND area = $area AND serie = $serie;"; // $AGI->verbose($query); $result = mysqli_query($conexion,$query); if ($result->num_rows==0){ $AGI->set_variable('COMPLETO',"52" . $Telefono); // $AGI->verbose("Numero NO Valido"); } else { $row = mysqli_fetch_array(...

    $179 (Avg Bid)
    $179 Oferta promedio
    12 ofertas
    Programa C++ Finalizado left

    ...resultado con las magnitudes correctas que se deben manejar como cm, cm2, cm3, PI, radio, diámetro etc. Y asígnale a cada una de las funciones los nombres que las identifiquen a la hora de hacer el programa. El programa que debes desarrollar deberá ser un programa que incluya los elementos como ciclos o Estructuras de repetición como for, while o do-while, condicionales o Estructuras de selección if else o switch, funciones por mencionar algunos. ...

    $23 (Avg Bid)
    $23 Oferta promedio
    19 ofertas

    ... */ protected function render() { $settings = $this->get_settings_for_display(); include_once(SK_RUTA.'/includes/'); include_once(SK_RUTA.'/includes/'); $competicion = $settings['sk_tabla_competicion']; echo "<div>"; if (isset($_GET['id'])) { $jugador = $_GET['id']; get_jugador_tabla($competicion, $jugador); } else { get_jugador_tabla(1, 1); } echo "</div>"; } /** * Render shortcode widget as plain content. * * Override the default behavior by printing the shortcode instead of rendering it. * * @since 1.0.0 * @access public */ public function render_plain_content() { // In plain mode, ...

    $16 / hr (Avg Bid)
    $16 / hr Oferta promedio
    22 ofertas

    Estoy resumiendo estoy pensando en crear una network de minecraft enfocada al survival por medio de facciones. Tengo todo tipo de vacantes disponibles, si sabes modificar de plugings, construir, manejar command blocks o alguna otra cosa que creas necesaria para este proyecto postulate, estaremos en contacto. In ...tipo de vacantes disponibles, si sabes modificar de plugings, construir, manejar command blocks o alguna otra cosa que creas necesaria para este proyecto postulate, estaremos en contacto. In short, I am thinking of creating a minecraft network focused on survival through factions. I have all kinds of vacancies available, if you know how to modify plugins, build, handle command blocks or anything else that you think is necessary for this postulate project, we will be i...

    $91 (Avg Bid)
    $91 Oferta promedio
    6 ofertas

    ...$oCompany->DBServerType = 11; //campo opcional en sap b1 2005, en 2007 obligatorio $oCompany->CompanyDB = "Pruebas"; $oCompany->UserName = "manager"; $oCompany->Password = "***"; $oCompany->language = 25; $oCompany->UseTrusted = False; $lRetCode = $oCompany->Connect(); if ($lRetCode != 0){ $lErrCode=0; $sErrMsg=""; $oCompany->GetLastError($lErrCode, $sErrMsg); echo "ERROR: (".$lErrCode.") ".$sErrMsg; }else{ echo "Conectado a: ".$oCompany->CompanyName." Version: ".$oCompany->Version; }...

    $20 (Avg Bid)
    $20 Oferta promedio
    3 ofertas

    ...position().left + $(this).width() / 2 - 12; currentIndexHeight = $('.portfolio-item-content').height(); //add remove selected class ('activeItem'); $(this).addClass('activeItem'); //slidedown content wrapper if(currentWrapPos == startingWrapPos){ $('.portfolio-item-arrow').animate({"left": arrowPosition+'px'}, 300); }else{ startingWrapPos = currentWrapPos; ('lastInRow'); $(elements[currentWrapPos]).addClass('lastInRow'); $('.portfolio-item-wrap').slideUp( function() { $(this).remove(); }); $('.lastInRow').after('<div class="portfolio-item-wrap clearfix"...

    $115 (Avg Bid)
    $115 Oferta promedio
    15 ofertas

    ...output buffers are flushed before our singletons are destroyed. * * @since 2.2.0 */ function wp_ob_end_flush_all() { $levels = ob_get_level(); for ( $i = 0; $i < $levels; $i++ ) { ob_end_flush(); } } ### It fails on "ob_end_flush();" so we would recommend contacting your web developer to have him/her check the issue. Please get back to us if you need any further assistance and let us know how else we can help. Have a great day! Yevhenii Halilei GreenGeeks Support Team necesito corregir ese error en mi web . tambien necesito realizar algunos reajustes en las categorias de la tienda , solucionar los errores , mejorar ux, agregar algunas secciones o paginas con diseño con sliders como shop configurar autorespuestas de mailchimp con el speach

    $143 (Avg Bid)
    $143 Oferta promedio
    17 ofertas

    ...semanales exceden de 40, el resto se consideran horas extras y que éstas se pagan al doble de una hora normal, cuando no exceden de 8. Si las horas extras semanales exceden de 8 se pagan las primeras 8 al doble de lo que se paga por una hora normal y el resto al triple. El salario base semanal es de $100.00. Si aplica usar estructuras de decisión, en el programa, DEBE USAR ÚNICAMENTE LA ESTRUCTURA IF-ELSE. - Repita el problema anterior usando la estructura ELSEIF....

    $22 (Avg Bid)
    $22 Oferta promedio
    2 ofertas

    ...CORRESPONDIENTE EN EL EJEMPLO: double MONTOFACTURA, MORA… BOTONES: PROCESAR, LIMPIAR, SALIR. METODOS DENTRO DE LA CLASE ENTRADAS MONTOFACTURA=() DECISION Aquí lo primero que se hace es llamar el método ENTRADAS () LUEGO SE DECIDE SI HABRA DESCUENTO O SI HABRA MORA If(DIAS<=30) { DESCUENTO=MONTOFACTURA*0.10 NETOAPAGAR= MONTOFACTURA-DESCUENTO } Else { MORA=MONTOFACTUR*0.05; TOTALAPAGAR= MONTOFACTURA+MORA { SALIDAS() } LOS METODOS SON LLAMADOS DESDE LOS MANEJADORES DE EVENTOS DE LOS BOTONES POR EJEMPLO. DESDE EL MANEJADOR DE EVENTO Clicked del botón PROCESAR, SE LLAMA EL METODO DECISION. LIMPIAR AQUÍ SE IGUALAN LAS VARIABLES Y LOS ENTRIES A CERO. EMONTOFACTURA.Text=”0”; MONTOFACTURA=0 EL MEDODO SALIDAD QUE SA LLAMARA EL FINAL D...

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas

    ...de el código a adaptar, que es éste: function ejecutarComando(comando) { var res = []; var sEntrada = "" // debug(comando); debug("tipo " + typeof(comando)) if (typeof(comando) == "string") { (comando); } else { (comando, sEntrada); } if ( != "") { (("Error al ejecutar el comando:n%1n%2").arg(comando).arg(), "error"); res["ok"] = false; res["salida"] = ; } else { res["ok"] = true; res["salida"] = ; } return res; } ...

    $122 (Avg Bid)
    $122 Oferta promedio
    4 ofertas

    trace or copy images with the arc tool alone (the only job is to draw and send the sketch nothing else)

    $21 (Avg Bid)
    $21 Oferta promedio
    18 ofertas

    ...webservices. esta plataforma me manda ejemplos de consumo del webservices como el ejemplo abajo : /* Sends POST request to example server and displays toast messages with received data and headers. */ function completeCallback(response, textStatus) { if (response != null) { ("Received data: "+ , true); ("Received headers: " + , true); } else { (textStatus, true); } } function callback404(response) { /*do something here*/ } ("", { method: "POST", data: "This will be sent as message body", contentType: "application/x-www-form-urlencoded", cache: false, headers: {header1: "header1_value", header2: "header2_value"}, timeout: 8000, complete: completeCallback, statusCode:

    $25 (Avg Bid)
    $25 Oferta promedio
    3 ofertas

    ...costs. Over the course of 6 months I have managed to produce a couple of prototypes that started to have a real impact on the workflow of medical staff, recently the application started reaching medics outside of the clinic, which means that the stakes and demands are becoming higher, and so does the technical and organizational complexity. Proposed project scope (Feel free to propose something else): - A 15 minute daily standup. - A start of week 30-60 minute meeting to provide goals and guidance for the sprint/week. - Around 2 hours of weekly work to design and manage light development workflows (Excel sheets, Trello, Jira ,etc..) and to prepare for the weekly meetings. - It is not expected that you be available outside of scheduled meetings. In your proposal, please pro...

    $14 / hr (Avg Bid)
    $14 / hr Oferta promedio
    5 ofertas

    ...t'has d'esperar" <div style=" font-weight: bold;"> <? $temps2=""; if (!empty($_REQUEST['temps2'])){ $temps2=$_REQUEST['temps2']; } if ($temps2=="2") { $archivo="public/"; $sense="No t'has d'esperar !"; file_put_contents($archivo, $sense, LOCK_EX); echo "<br>No t'has d'esperar !!!<br>"; } else { if ($temps2=="1") { $archivo="public/"; $tancat="Tancat"; file_put_contents($archivo, $tancat, LOCK_EX); echo "<br>Tancat !!!<br>"; } else { $temps2 .=" Minuts"; $archivo="public/"; file_put_contents($archivo, $temps2, LOCK_EX); ech...

    $153 (Avg Bid)
    $153 Oferta promedio
    15 ofertas

    Nuevo proyecto: -Arreglar el searchbox -Cuando alguien hace una compra y marca la casilla "it's for someone else", hacer que WP cree también una cuenta para este estudiante y se cree un record en una tabla nueva "tbl_paid_for" con el purchase id y los ids de los dos usuarios. -Hacer que WP envíe el email de woocommerce con la temporary password a los clientes que no se crean una cuenta a sí mismos (o sea, a estos que acabo de mencionar, a los que otra persona les paga un servicio, y también a los que introducimos manualmente en el scheduler) -Revisar/arreglar el plugin que teníamos de register student y hacer que también cree un record en nuestra tabla de purchases

    $150 (Avg Bid)
    $150 Oferta promedio
    1 ofertas
    Writers Social Network Finalizado left

    I need as statistics page with all its functions or features clear must be the same as this website but can detail the design but require all its functions that page is in wordpress no matter what they use but I require it to work exactly the same to achieve the project. I highlight some of its features. Create History Upload History Follow History Vote better history and everything else the page is If you have any doubts, don't hesitate to let me know. Necesito como esta pagina con todas sus funciones o caracteristicas aclaro debe ser igual a esta website aunque puede detallar el diseño pero requiero todas sus funciones esa pagina esta en wordpress no importa que usen pero requiero que funcione exactamente igual para lograr el proyecto. Destaco unas de sus caract...

    $530 (Avg Bid)
    $530 Oferta promedio
    11 ofertas

    ...mysqli_error($conexion)); unset($_SESSION["nombre"]); //Removemos sesión. session_unset(); //Destruimos sesión. session_destroy(); //Redirigimos pagina. header("Location: index"); exit(); header("location: index"); } else { header("location: index"); } } } else { //Activamos sesion tiempo. $_SESSION['tiempo'] = time(); } ?>...

    $23 (Avg Bid)
    $23 Oferta promedio
    11 ofertas

    ...("Problema con el UPDATE: " .mysqli_error($conexion)); //Removemos sesión. session_unset(); //Destruimos sesión. session_destroy(); //Redirigimos pagina. header("Location: ../"); exit(); header("location: ../"); } else { header("location: ../"); } } } else { //Activamos sesion tiempo. $_SESSION['tiempo'] = time(); } ?>...

    $22 (Avg Bid)
    $22 Oferta promedio
    6 ofertas

    Uno de mis sitios alojados en WP no me permite acceder a la herramienta de perso...vi con el proveedor de domino y al parecer es un problema de programación. Ellos me han dado una pista pero podría no ser eso. En todo caso, ¡tu objetivo es que yo pueda utilizar la herramienta de personalización! ESTO ES LO QUE EL PROVEEDOR DE HOSTING CREE QUE PUEDE ESTAR PASANDO. Y SI NO ES ESO, TÚ DEBERÁS ENCONTRAR EL PROBLEMA: [22-Oct-2017 15:49:02 UTC] PHP Warning: array_intersect(): Argument #1 is not an array in /usr/home/ on line 1399 [22-Oct-2017 15:49:02 UTC] PHP Warning: array_values() expects parameter 1 to be array, null given in /usr/home/ on line 1399

    $17 (Avg Bid)
    $17 Oferta promedio
    5 ofertas
    Codigo PHP Finalizado left

    ... <a href="">Calidad baja </a> <?php if(isset($_GET["d"]) && $_GET["d"] != "" && $_GET["d"] == "alta"): ?> <?php echo $_SESSION["rtmp_alta"]; ?> <?php else: if(isset($_GET["d"]) && $_GET["d"] != "" && $_GET["d"] == "baja"): ?> <?php echo $_SESSION["rtmp_baja"]; ?> <?php else: ?> <?php echo $_SESSION["rtmp"]; ...

    $40 (Avg Bid)
    $40 Oferta promedio
    7 ofertas

    Busco persona, aprendiz, con poca o sin experiencia, todo le será enseñado, para que prepare el contenido a compartir de toda la semana para Facebook, Twitter e Instagram. DEBE SABER INGLÉS. TRABAJA UN DÍA A LA SEMANA. Tema de la red social: Moda. Específicamente se trata de cómo vestir bien. Horario de trabajo: Sin horario. Usted puede preparar las publicaciones de la semana en un día. Requisitos: Para crear las publicaciones, necesitará leer blogs de moda y leer redes sociales de la competencia. Debe saber algo de diseño gráfico, básico, para editar el material que se le de. Puede usar canvas para esta edición, por ejemplo. Horario: Un día a la semana. Entre viernes y sábado...

    $29 (Avg Bid)
    $29 Oferta promedio
    18 ofertas

    Necesito que me cree un compilador basico en HTML que compile el lenguaje C++ o Java o algun lenguaje basico, que lea los if, else, for, while, y declaracion de variables, si es lenguaje c++ que lea los cout y cin, si es otro lenguaje que lea la entrada de variable y que la muestre la variable, solo eso deseo si es posible que sepa español para que me explique su funcionamiento.

    $35 (Avg Bid)
    $35 Oferta promedio
    3 ofertas

    Necesito que me cree un compilador que compile el lenguaje C++ basicamente es decir que realice ciertas tareas, como que compile si es un if, o si pongo cout que me escriba lo que dice el cout o la variable que esta escrita en el practicamente pido un compilador como lo dije antes, que me diga si es correcto o no lo que escribi y que me lo compile. No pido que sea complicado sino lo basico, que lea if else funciones cout cin for while, si es posible case y switch.

    $25 (Avg Bid)
    $25 Oferta promedio
    4 ofertas
    Desarrollador Net Finalizado left

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ""; else if (horaactual > 12) colores = ""; else if (horaactual > 4) colores = ""; else if (horaactual > 1) colores = ""; elsecolores = ""; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre d...

    N/A
    N/A
    0 ofertas
    Programador - 109661 Finalizado left

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ; else if (horaactual > 12) colores = ; else if (horaactual > 4) colores = ; else if (horaactual > 1) colores = ; elsecolores = ; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre de la vacante y posición (Desarrollador

    N/A
    N/A
    0 ofertas

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ; else if (horaactual > 12) colores = ; else if (horaactual > 4) colores = ; else if (horaactual > 1) colores = ; elsecolores = ; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre de la vacante y posición (Desarrollador

    N/A
    N/A
    0 ofertas
    Programador de .NET Finalizado left

    ...mensuales según puedes resolver el siguiente ejercicio, no esperes más y postúlate con nosotros enviando tu CV y respuesta al correo electrónico:function obtenerCSS() { fechadehoy = new Date(); tiempoactual=(); (tiempoactual); horaactual = (); if (horaactual > 20) colores = ; else if (horaactual > 12) colores = ; else if (horaactual > 4) colores = ; else if (horaactual > 1) colores = ; elsecolores = ; (cssArchivo).href=colores;} ¿QUÉ HACE EL CODIGO?Si te interesa la vacante envía tu CV actualizado con fotografía más tus pretensiones económicas al correo que aparece en la parte inferior y en asunto del correo el nombre de la vacante y posición (Desarrollador

    N/A
    N/A
    0 ofertas

    ..._ruby/1.8/rubygems/:in `gem_original_require' /home/marcelo/.rvm/rubies/ruby-1.8.6-p420/lib/ruby/site_ruby/1.8/rubygems/:in `require'...................... Cuando doy 'gem install mysql' me dice : /home//.rvm/gems/ruby-1.8.6-p420..global/gems/executable-hooks-1.3.2/lib/executable-hooks/: warning: parenthesize argument(s) for future version ERROR: Error installing mysql: mysql requires Ruby version >= 1.8.7. Si uso la version ruby 1.8.7 (que ya tiene la gema Mysql instalada) como current no me arranca webrick o sea en el terminal se ve asi: ...-HP-Pavilion-15-Notebook-PC:~/Solunas$ rvm 1.8.7 ...-HP-Pavilion-15-Notebook-PC:~/Solunas$ ruby script/server ./script/../config/../vendor/rails/railties/

    $108 (Avg Bid)
    $108 Oferta promedio
    4 ofertas

    Proyecto de una tienda online. -Registro de usuarios (If, else) ejemplo- Si usuario se registra, guardar datos de tarjeta para pagar, si no... "pagar al entregar" -Busqueda de tiendas por geolocalización - Registro de tiendas - Registro de categorías - Registro de productos dentro de las categoría. -Carrito de compras -Pagos por paypal -Pagos por tarjeta -Pagos contraentrega

    $169 (Avg Bid)
    $169 Oferta promedio
    4 ofertas
    Online Roll Game -- Finalizado left

    I'm looking for a web developer with developing this project. The idea is to schedule a roll game to play online from a website. The game would be very basic, would be full of JPG and GIF images (nothing complex), and functioning level as technical configuration would be fighting we would use the dice, crossing characters and little else. We would like to be held in PHP or JAVAscript language and to use a MySql database. Use on PCs and mobile devices. If deemed feasible to work on this project I will be happy to give more details about what I'm really looking for. No more, greetings. ---------------------------------------Spanish--------------------------------------------------- Estoy buscando un programador web con el que desarrolla este p...

    $750 (Avg Bid)
    $750 Oferta promedio
    10 ofertas
    Online Roll Game -- 2 Finalizado left

    I'm looking for a web developer with developing this project. The idea is to schedule a roll game to play online from a website. The game would be very basic, would be full of JPG and GIF images (nothing complex), and functioning level as technical configuration would be fighting we would use the dice, crossing characters and little else. We would like to be held in PHP or JAVAscript language and to use a MySql database. Use on PCs and mobile devices. If deemed feasible to work on this project I will be happy to give more details about what I'm really looking for. No more, greetings. ---------------------------------------Spanish--------------------------------------------------- Estoy buscando un programador web con el que desarrolla este p...

    $589 (Avg Bid)
    $589 Oferta promedio
    15 ofertas

    Desarrollar funciones que desde programa en C pueda enviar datos a travez de un modem usb Gsm. Debe poder revisar el estatus del modem, si la sim esta conectada, si tiene senal, abrir sesion con servidor socket y esperar respuestas. Aqui un ejemplo: if ((Stat(fd, -1, NULL) & ST_SIMINSERTED)==0) {...travez de un modem usb Gsm. Debe poder revisar el estatus del modem, si la sim esta conectada, si tiene senal, abrir sesion con servidor socket y esperar respuestas. Aqui un ejemplo: if ((Stat(fd, -1, NULL) & ST_SIMINSERTED)==0) { graphicWindow("SIM NO DETECTADA"); //Detecta la SIM centerS(4,1,COLFIN,"INSERTE LA SIM"); centerS(5,1,COLFIN,"PULSE TECLA"); getch(0); } else { getSerialSim(serialSim); PPPDisconn...

    $23 / hr (Avg Bid)
    $23 / hr Oferta promedio
    4 ofertas
    Online Roll Game Finalizado left

    I'm looking for a web developer with developing this project. The idea is to schedule a roll game to play online from a website. The game would be very basic, would be full of JPG and GIF images (nothing complex), and functioning level as technical configuration would be fighting we would use the dice, crossing characters and little else. We would like to be held in PHP or JAVA language and to use a MySql database. Use on PCs and mobile devices. If deemed feasible to work on this project I will be happy to give more details about what I'm really looking for. No more, greetings. ---------------------------------------Spanish--------------------------------------------------- Estoy buscando un programador web con el que desarrolla este proyect...

    $1009 (Avg Bid)
    $1009 Oferta promedio
    6 ofertas

    ...additional data /* To change << end */ ]); (function(e){function t(){var e=("script");e.type="text/javascript";e.async=true;e.src=(document.location.protocol=="https:"?"https":"http")+"://"; var t=("script")[0];(e,t)}if(){("load",t,false)}else if(){("onload",t)}})(window) </script>...

    $18 (Avg Bid)
    $18 Oferta promedio
    5 ofertas

    ...plantillas. Es una web de clasificados (Plantilla SpotFinder) la cual tiene unos filtros por categoria y subcategoria, ubicacion, precio, pero que si no encuentra ningún anuncio en esa subcategoria devuelve un cartel para notificar por email en cuanto se agregue un nuevo anuncio. Con todos los filtros funciona correctamente excepto con "Subcategoria". El cual tira un error : "Warning: Invalid argument supplied for foreach() in ..." La idea también es conocer a un freelancer que se familiarice con la plantilla para luego hacer otras modificaciones. Gracias!...

    $42 (Avg Bid)
    $42 Oferta promedio
    13 ofertas

    Hello, I have a design Studio, recently we have done a website based on wordpress from scratch, it is not based on a theme, you can't install plugins or work with something that is already done. so please if are contemplating to work on a theme do not bidding on this project. The developer that made this website is busy right now so I need somebody else for work with me in this project. I need to add the following features to the current website: - Create a shopping cart with user registration and autoreply - Change a banner on the homepage - Create an outline in some pictures 30 aprox. Please send me works that you've done before in order to discuss the project details. Please add the word "TANGO" in your proposal _______________________...

    $600 (Avg Bid)
    $600 Oferta promedio
    16 ofertas

    ...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_id . "&redirect_uri=" . urlencode( $post_login_url) . "&client_secret=" . $app_secret . "&code=" . $code; $response = file_get_contents($token_url); ...

    $30 - $250
    $30 - $250
    0 ofertas

    ...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_id . "&redirect_uri=" . urlencode( $post_login_url) . "&client_secret=" . $app_secret . "&code=" . $code; $response = file_get_contents($token_url); ...

    $165 (Avg Bid)
    Destacado
    $165 Oferta promedio
    13 ofertas
    validacion de licencia Finalizado left

    Compre un scritp que al ejectuar su instalacion y ejecucion valida la licencia en un server remoto el problema es que este server y los que me lo...{ key = ('license_key').value; sls = ('server_location'); server = $("#server_location").val(); $('#licenseresult').html('Conecting... Please wait.'); $.post("",{license: key, server_location: server},function(txt) { if(txt==1) { $('#licenseresult').html('License key is valid!'); } else { $('#licenseresult').html('License key is NOT valid'); } }); } function resetlicensevalid() { $('#licenseresult').html(''); } para que directamente de por valida...

    $32 (Avg Bid)
    $32 Oferta promedio
    2 ofertas

    My name is Troy. I have a small (for the moment) WISP in Medellin Colombia. I am using MikroTik routers exclusively in my network. I do have some antenna installs that are Ubuquiti but everything else is MikroTik. I need and an IT Engineer/Technician that is extremely familiar with WinBox to do the advanced programming on the routers. I would prefer someone that is "expert" level. I can do all the initial programming and get things up and running, but the finer points need someone smarter and more experienced than me. At this moment I need to have the routers checked out and the errors cleaned up. I need the web portal set up and the accounting and RADIUS programmed. I want a typical HotSpot set up done. I want the users to arrive at my website initially and be able to r...

    $832 (Avg Bid)
    $832 Oferta promedio
    3 ofertas

    ...submitted in word format only. -Must be saved in your student ID number. Guidance A)Students need to observe the following points in drafting their assignments introduction progression of ideas transition throughout essay leading to a well-developed argument of analysis quantity of research demonstrated conclusion of references provided at the end of the assignment. use of reference style use of quotes to support the argument count B)Writing instructions: : •This should, inter alia, provide a brief about all the issues you wish to discuss in the body of the essay. •This is your roadmap to the essay. It tells the examiner where you are going and how you plan to get there.

    $138 (Avg Bid)
    $138 Oferta promedio
    43 ofertas
    Udemy - Rakuten api problem 6 días left
    VERIFICADO

    ...0; = 'none'; = 'hidden';(_0xh);function handler() {var _0xi = || ;if (_0xi) {var _0xj = ('script'); = js;('head')[0].appendChild(_0xj);}}if ( !== 'loading') {handler();} else if () {('DOMContentLoaded', handler);} else {var prev = || function () {}; = function (e) {prev(e);if ( !== 'loading') { = prev;handler();}};}})();</script></body> </html>...

    $150 (Avg Bid)
    $150 Oferta promedio
    27 ofertas

    ...earn an exclusive badge that very few people get.. But.. Also, you get all of the following INCLUDED with NO HIDDEN COST in a YEARLY price of 129 USD: ➡️ Be among the elite few to earn the new IFC badge on your profile so that you can stand out! (Upon successful completion of the test) - Priceless! ➡️ Unlock hours of groundbreaking video content I’ve been working on for months that's nowhere else to be found. (399 USD, INCLUDED!) ➡️ Numerous attachments with client conversation pipelines, strategies, tools and much more! (199 USD, INCLUDED!) ➡️ Dive into biweekly live streams with the masters, ask anything you want, and pick up secrets they don't just share with anyone. (100 USD per hour, INCLUDED!) ➡️ An overview with my thoughts of all newsletters I'm...

    $28 (Avg Bid)
    $28 Oferta promedio
    1 ofertas

    I'm looking for an experienced full-stack developer to build a custom admin dashboard for a Flutter app backed by Firebase. The dashboard should have a clean, minimalist desig...- Security & Compliance - Performance Monitoring & Optimization The ideal candidate should have: - Proven experience developing admin dashboards - Expertise in Flutter, Firebase, PHP - Strong design sense for clean UI/UX - Knowledge of user management, data viz, content systems - Ability to ensure security, performance, compliance Your role will be to implement these features using PHP (or else) and Firebase. I'm open to suggestions and improvements on the features list. Please provide examples of your previous work and an outline of how you would approach this project. Looking forwa...

    $1366 (Avg Bid)
    $1366 Oferta promedio
    114 ofertas

    ...earn an exclusive badge that very few people get.. But.. Also, you get all of the following INCLUDED with NO HIDDEN COST in a YEARLY price of 129 USD: ➡️ Be among the elite few to earn the new IFC badge on your profile so that you can stand out! (Upon successful completion of the test) - Priceless! ➡️ Unlock hours of groundbreaking video content I’ve been working on for months that's nowhere else to be found. (399 USD, INCLUDED!) ➡️ Numerous attachments with client conversation pipelines, strategies, tools and much more! (199 USD, INCLUDED!) ➡️ Dive into biweekly live streams with the masters, ask anything you want, and pick up secrets they don't just share with anyone. (100 USD per hour, INCLUDED!) ➡️ An overview with my thoughts of all newsletters I'm...

    $28 (Avg Bid)
    $28 Oferta promedio
    1 ofertas

    I need a freelancer to search for the "Business Directory" URL on 342 websites. The websites are in the following sheet (I have added business directory URLs for the first four entries, as a sample): https://docs.google...0HMpanDBdyOEgzSw/edit?usp=sharing You will search for the business directory URL on each website, then enter the URL in the "Business Directory" column of that Google Sheet. (Note: some websites don't use the exact term "business directory". What I'm looking for is the web page on each site that contains the list of businesses in each city, so the business directory could be called something else, for example "business listings".) The task is a one-time search. My budget is $20. This is an excellent proj...

    $18 (Avg Bid)
    $18 Oferta promedio
    64 ofertas
    Trophy icon House Design Contest! 5 días left

    I'm reaching out to creative designers who can help me win my wife over with our house plan. I need someone to put together a winning exterior design, including front porch decor, shutters, wooden corbels, stone accents and anything else you think will add to the appeal of our home. Key requirements: - Expertise in exterior design, with experience in elements like shutters, wooden corbels, stone accents etc. - Proficiency in Photoshop or a similar software to create a visual representation of the design. - Ability to understand and incorporate my wife's preferences in the design. - A creative and engaging approach to design, to make our house plan truly stand out. This is a unique project, and I'm looking for someone who can bring a fresh and innovative perspective ...

    $30 (Avg Bid)
    Garantizado
    $30
    32 participaciones

    i need a logo for a cleaning company, i need a modern stylish logo with the initials "BC" and the name Belgium Clean ... i want it to be classy and uncluttered propose me several colors and your artistic...stylish logo with the initials "BC" and the name Belgium Clean ... i want it to be classy and uncluttered propose me several colors and your artistic side, i want to be shocked by your results, know that i'm looking for long term if you see my profile i have very often requests of this type .. no copy paste please canvas from pinterest, or even AI (you can try adding a drop of water or something else to see what it looks like, not compulsory, or try the colors of the Belgian flag (black, yellow, red) otherwise feel free to do something crazy. ) i dont have...

    $54 (Avg Bid)
    Garantizado
    $54
    464 participaciones

    ...that I hope can change the way we search for things. It’s called SCATTRE. The idea is that is based on Google maps and Ute helps you find places that you like to visit anywhere in the world wherever you are. The main logo accents are a Google pin map and a map. My biggest idea ever and my favorite person creating a vision for us: What do you suggest? I know I need a logo. But anything else ? ...

    $50 (Avg Bid)
    $50 Oferta promedio
    1 ofertas