Getinstance sobi2emplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    1,062 getinstance sobi2 travaux trouvés au tarif de EUR
    Filtro de productos para Prestashop S'est terminé left

    ...clases disponibles de Prestashop, por lo que hay que crear disponer de una tienda de Prestashop para hacer pruebas locales e incluir en el código la siguiente línea, que permita poder acceder a los recursos de Prestashop: include(dirname(__FILE__).'/config/'); + Para la consulta a la base de datos, no es necesario inicializar una conexión, se hará con una llamada al método Db::getInstance()->execute($sql) de Prestashop. + Consultar los parámetros del contexto para id de moneda e idioma incluyendo el contexto de Prestashop en el código, de la siguiente forma: $context = Context::getContext(); $id_lang = $context->language->id; $id_currency = $context->currency->id; + Con el resultado de las consultas ante...

    €179 (Avg Bid)
    €179 Offre moyenne
    28 offres
    edit prestashop hook S'est terminé left

    ...arams) { $id_order = (int) Tools::getValue('id_order'); // Get all products associated with the order $sql = 'SELECT product_id FROM '._DB_PREFIX_.'order_detail WHERE id_order = '.(int) $id_order; $result = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql); $product_ids = array(); foreach ($result as $row) { $product_ids[] = $row['product_id']; } // Iterate over all products foreach ($product_ids as $product_id) { // Obter informações do produto $sql_product = 'SELECT url FROM '._DB_PREFIX_.'scrape_ali_info WHERE id_product='.(int) $product_id; $product_data = Db::getInstance(_PS_USE_SQL_SLAVE_)->getRow($sql_product); // Do something with product information $this->context->smarty-...

    €7 - €20
    €7 - €20
    0 offres
    Edit prestashop hook code S'est terminé left

    these code select only the last product even if the customer order 2 products public function hookDisplayAdminOrder($params){ $id_order = (int)Tools::getValue('id_order'); $sql1 = 'SELECT product_id from order_detail where id_order = '.(int)$id_order; $data1 = Db::getInstance()->getRow($sql1); $prodid = $data1['product_id']; $sql2 = 'SELECT url from scrape_ali_info where id_product='.$prodid; $data2 = Db::getInstance()->getRow($sql2); $this->context->smarty->assign(array( 'id_product' => $id_product, 'ali_url' => $data2['url'], 'id_order' => $id_order )); ...

    €18 (Avg Bid)
    €18 Offre moyenne
    15 offres
    Rest Api Request Issue Fix S'est terminé left

    ...addToRequestQueue(b,"text"); }catch (Exception e){ (); } //CustomRequestQueus public class CustomRequestQueues { private static CustomRequestQueues mInstance; Context context; private RequestQueue requestQueue; private CustomRequestQueues(Context context) { = context; } public static synchronized CustomRequestQueues getInstance(Context context) { CustomRequestQueues m_rtoCustomRequestQueues; synchronized () { synchronized () { synchronized () { synchronized () { synchronized () {

    €13 (Avg Bid)
    €13 Offre moyenne
    7 offres

    ...'Restricted access' ); //Basic protection for PHP Joomla files $doc = JFactory::getDocument(); $doc->setHtml5(true); //Change document to HTML5 /* THIS GET ALIAS INSIDE BODY CLASS FOR CUSTOM CSS */ $app = JFactory::getApplication(); $menu = $app->getMenu()->getActive(); $pageclass = ''; // Notice how the variable is empty first. Then place the code below. // ADDED FOR GET IMAGES $article = JTable::getInstance("content"); $article->load(JRequest::getInt("id")); $article_images = $article->get("images"); $pictures = json_decode($article_images); $images = json_decode($this->item->images); $img=JURI::base() . $pictures->image_intro; if (is_object($menu)) $pageclass = $menu->params->get('pageclas...

    €19 / hr (Avg Bid)
    €19 / hr Offre moyenne
    51 offres
    Data entry for sobipro. S'est terminé left

    Need someone to manually complete data entry in Joomla/sobipro. After migration from old joomla sobi2 site some info is missing and need to be copied from old site to new. Approximate 300 entries. Please contact for more details. Budget is a placeholder.

    €57 (Avg Bid)
    €57 Offre moyenne
    47 offres
    Experienced Joomla Developer needed S'est terminé left

    Good experience of working with CMS such as Joomla. (Drupal,Wordpress and Magento will be a big advantage). Concrete knowledge of open source technologies such as Php,CSS, HTML . Excellent knowledge of MVC framework Strong understanding of SDLC Experience with various Joomla extensions like CB, Easy Social, Jticketing, SOBI2, VirtueMart,etc Code optimization using frameworks and patterns Exposure to AJAX is desired. Excellent Communication Skills Ready to accept any Challenging Target Joomla standard website and web application development Joomla custom website and web application development Joomla responsive website and web application development Joomla e- commerce solutions using Virtue mart programming Joomla theme and template design and development Joomla compon...

    €164 (Avg Bid)
    €164 Offre moyenne
    9 offres
    Simple PHP+SQL Code S'est terminé left

    Hello! What I need is very simple, but I'm boiling the head for days and I can not solve it. I have a customer database, in which I wanted to display only certain clients and not all, separating, by balance points into account. Below is the code that I use to list customers: <?php $pdo = Conexao::getInstance(); $pagina = 1; if(isset($_REQUEST['pagina'])){ $pagina = $_REQUEST['pagina']; } try{ $sql = $pdo->prepare("SELECT * FROM tbl_bb ORDER BY ID DESC"); $executar = $sql->execute(); $resultado = $sql->fetchAll(PDO::FETCH_OBJ); $total = count($resultado); } catch(PDOException $e){ echo $e->getMessage(); } $totalPaginas = ceil($total/10); if($totalPaginas <= 0){ ...

    €105 (Avg Bid)
    €105 Offre moyenne
    12 offres

    ... (89) DbMysql->__construct(Array) [20-05-05 06:14:05] C:xampphtdocssitetestSaivi_CoreCommon (427) Db->factory(Array) [20-05-05 06:14:05] C:xampphtdocssitetestSaivi_CoreLibCore (64) get_instance_of(Db, factory, Array) [20-05-05 06:14:05] C:xampphtdocssitetestSaivi_CoreLibCore (1270) Db::getInstance() [20-05-05 06:14:05] C:xampphtdocssitetestSaivi_CoreLibCore (98) Model->db(0, ) [20-05-05 06:14:05] C:xampphtdocssitetestSaivi_CoreCommon (333) Model->__construct(agent, , ) [20-05-05 06:14:05] C:xampphtdocssitetestSaivi_CoreLibCore (70) M(agent) [20-05-05 06:14:05] C:xampphtdocss

    €97 (Avg Bid)
    €97 Offre moyenne
    5 offres
    Project for Oleksandr M. S&#039;est terminé left

    ...] Table 'stopshopco_prestashop.ps_bvk_paymentfees_cart' doesn't exist SELECT bpfc.`fee`, FROM `ps_bvk_paymentfees_cart` AS bpfc, `ps_bvk_paymentfees` AS bpf WHERE bpf.name= AND bpfc.`id_cart`=86760 LIMIT 1 at line 791 in file classes/db/ 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 790. ...

    €9 (Avg Bid)
    €9 Offre moyenne
    1 offres
    Fix prestashop backup restore error S&#039;est terminé left

    I have restored a prestashop backup onto a new server I am getting the below error: This seems to be a Cpanel PHP version or Addon issue Need an expert to fix asap please. Mention OZB in co...at line 295 in file classes/db/ 290. } elseif (extension_loaded('mysqli')) { 291. $class = 'DbMySQLi'; 292. } 293. 294. if (empty($class)) { 295. throw new PrestaShopException('Cannot select any valid SQL engine.'); 296. } 297. 298. return $class; 299. } 300. DbCore::getClass - [line 229 - classes/db/] DbCore::getInstance - [line 48 - config/] pSQL - [line 339 - classes/shop/] - [1 Arguments] ShopCore::initialize - [line 120 - config/] require - [line 43 - admin/] - [1 Arguments]

    €19 (Avg Bid)
    €19 Offre moyenne
    2 offres

    Good day, I previously posted this job but due to a stolen laptop wasn't able to access this page again. Here is what i need done. I currently have a business classified website that is outdated (Joomla 1.5). It has approximately 500 businesses listed that are registered and advertising their service on the site. Each business has created their own logins and uploaded their own images as well as the details of their service. The site is still active and their are new entries all the time. I need to move this to a better platform such as Wordpress, as well as all the categories and data. The site url is

    €186 (Avg Bid)
    €186 Offre moyenne
    17 offres

    We require a very simple custom php script to pull customizable options from our order / product details, for Order Export Tool extension. This is the php code for extracting product description. We need something exactly like this but for extracting customizable options from product details. <?php $om = MagentoFrameworkAppObjectManager::getInstance(); $model = $om->get('MagentoCatalogModelProduct'); $product = $model->load($item->getProductId()); return $product->getDescription(); ?>

    €21 (Avg Bid)
    €21 Offre moyenne
    15 offres
    PHP 5.6 a 7.2 = 500 Server Error S&#039;est terminé left

    ...at line 295 in file classes/db/ 290. } elseif (extension_loaded('mysqli')) { 291. $class = 'DbMySQLi'; 292. } 293. 294. if (empty($class)) { 295. throw new PrestaShopException('Cannot select any valid SQL engine.'); 296. } 297. 298. return $class; 299. } 300. DbCore::getClass - [line 229 - classes/db/] DbCore::getInstance - [line 48 - config/] pSQL - [line 339 - classes/shop/] - [1 Arguments] ShopCore::initialize - [line 119 - config/] require - [line 27 - ] - [1 Arguments]...

    €76 (Avg Bid)
    €76 Offre moyenne
    22 offres

    I have a site with about 500 entries in Sobi2 that I would like to migrate. This is a free business listing site where business can register, upload and showcase their services. The site is http://www.albertononline.com. I would like to migrate the entire site to the latest Joomla and SobiPro platforms.

    €164 (Avg Bid)
    €164 Offre moyenne
    17 offres
    Arquitectura de software S&#039;est terminé left

    Redactar el uso de patrones de diseño en una solución informática Java. o The Model-View-Controller design pattern is used extensively throughout the Swing API. o The getInstance() method in is an example of a simple form of the Factory Method design pattern. o The classes and are examples of the Singleton pattern, although they are not implemented using the approach recommended in the GoF book but with static methods. o The Prototype pattern is supported in Java through the clone() method defined in class Object and the use of interface to grant permission for cloning. o The Java Swing classes support the Command pattern by providing an Action interface and an AbstractAction class. o The Java 1.1 event model

    €476 (Avg Bid)
    €476 Offre moyenne
    12 offres
    Repair creloaded store error S&#039;est terminé left

    ...statically in public_html/shop/ on line 0 Strict Standards: Non-static method m1_loader::getinstance() should not be called statically in public_html/shop/ on line 0 Strict Standards: Non-static method m1_loader::dir_catalog() should not be called statically in /public_html/shop/ on line 0 Strict Standards: Non-static method m1_loader::getinstance() should not be called statically in public_html/shop/ on line 0 Strict Standards: Non-static method m1_loader::dir_catalog() should not be called statically in public_html/shop/ on line 0 Strict Standards: Non-static method m1_loader::getinstance() should not be called statically in public_html/shop/ on line 0 If you can repair this, or uninstall

    €96 (Avg Bid)
    €96 Offre moyenne
    17 offres
    joomla+sobipro S&#039;est terminé left

    Requiero actualizar mi actual web desarrollada con joomla 2.5.26 + sobi2 a ultimo joomla + sobipro. NO quiero me ofrezcan desarrollos alternativos. Sólo el indicado. Mi actual web es amhinmobiliaria.com.ar.- Se debe entregar con los datos actuales publicados (es web inmobiliaria)

    €15 (Avg Bid)
    €15 Offre moyenne
    13 offres

    Hi,Budget is 20$,it should not take more than 1 hr for to work on teamviewer now. Having great experience in hosting cakephp applications in server is highly appreciable. It was working fine locally on virtual box and need the same code to host in server. Deprecated: Non-static method Configure::getInstance() should not be called statically in /usr/www/users/metricsm/cake/ on line 47 Fix this kind of errors and run the application on server. Please apply if you have previous experience in resolving this kind of errors . This will lead into long term if this can be fixed quickly and there are many more tasks.

    €22 (Avg Bid)
    €22 Offre moyenne
    11 offres

    Looking to export SOBI2 categories, fields and user data from an old Joomla 1.5.20 install to CSV for import into new directory software. Knowledge of SOBI2 and/or phpmysql will be required. Shouldn't take more than an hour for the right individual. Only the raw database or Joomla backend will be provided.

    €125 (Avg Bid)
    €125 Offre moyenne
    16 offres
    Prestashop Error S&#039;est terminé left

    ...IS NULL OR r.request_uri_regexp_not = '' OR cs.request_uri NOT REGEXP r.request_uri_regexp_not)) LEFT JOIN ps_shop s ON s.id_shop = c.id_shop WHERE g.id_customer = 3 AND IS NOT NULL ORDER BY c.date_add DESC at line 791 in file classes/db/ 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { ...

    €35 (Avg Bid)
    €35 Offre moyenne
    10 offres

    ...Try logging in and posting / editing a few reviews, have a look around the Censura admin pages, read the document I upload a few times (this is only available to the winning bidder). Get familiar with it first. I can’t stress this enough, if you dive right in you’ll get confused. ------------- Small Sample of the Errors: Strict Standards: Non-static method Censura_Controller_Front::getInstance() should not be called statically in /*******/ on line 16 Strict Standards: Declaration of Censura_Models_Image::update() should be compatible with Censura_Model::update($properties = false) in /*******/system/apps/Censura/Models/ on line 20 Warning: Cannot modify header information - headers already sent by (output started at /*******/) in /*******/system

    €607 (Avg Bid)
    €607 Offre moyenne
    33 offres

    Need help with Joomla import data from excel to sobi2 in my Joomla website , to build bussines directory. need DBA expertise. i Jest need to import attachment to db and show this list as bussiness card in my joomla website work with sobi2 plug in. for example show list like this: %D7%A7%D7%91%D7%9C%D7%A0%D7%99_%D7%91%D7%A0%D7%99%D7%99%D7%94

    €55 (Avg Bid)
    €55 Offre moyenne
    8 offres
    Prestashop easy customization S&#039;est terminé left

    ...$prod_arr = Context::getContext()->cart->getProducts(); $total=0; for($i=0;$i<count($prod_arr);$i++) { if(isset($prod_arr[$i]['reduction_applies']) && $prod_arr[$i]['reduction_applies']==1) { $pid=$prod_arr[$i]['id_product']; $sql_spprice = "SELECT reduction FROM "._DB_PREFIX_."specific_price where id_product=".$pid; $results_spprice = Db::getInstance()->ExecuteS($sql_spprice); if($results_spprice[0]['reduction']=="0.150000") { $total+=($prod_arr[$i]['price_wt']*$prod_arr[$i]['cart_quantity']); } else if (($results_spprice[0]['reduction']=="0.500000")) { ...

    €30 (Avg Bid)
    €30 Offre moyenne
    9 offres
    Write some Software S&#039;est terminé left

    The slider on the homepage of my website is no longer showing correctly - the text is in the wrong position. It is Module Slideshow CK in Joomla. I think it might be something to do with NivoSlider but I am not sure - I get this message: Fatal error: Call to undefined method JController::getInstance() in /var/sentora/hostdata/geebiz/public_html/geebiz_org/administrator/components/com_nivoslider/ on line 17. I am looking for help to fix the slider.

    €33 (Avg Bid)
    €33 Offre moyenne
    3 offres

    I have an existing Joomla 3.6.x site. On my previous Joomla site I had Sobi2 installed to allow users to add entries into an archaeology Field School directory (you can see the old directory here: ). I would like to add a modern directory to my 3.6.x Joomla site to allow users to do this. The directory must be easy to navigate (and maintain). I will want the entries to display as a category list with this information Project Name Application Deadline Thumbnail photo (if they want) Short Description The links in the category list will link to the full field school description that looks similar to this () and allows for the user to add photos as well as a geolocation that will show up on a map

    €201 (Avg Bid)
    €201 Offre moyenne
    26 offres
    Project for manutorres S&#039;est terminé left

    Hi manutorres! Hi! Project: prestashop 1.5.6.2 With this code in $id_product = (int)Tools::getValue('id_product'); $sql = 'SELECT name,physical_quantity FROM ps_warehouse,ps_stock WHERE id_product ='.$id_product.' AND ps_warehouse.id_warehouse = ps_stock.id_warehouse'; if ($results = Db::getInstance()->ExecuteS($sql)) foreach ($results as $row) $warehouses[] = array($row['name'],$row['physical_quantity']); $this->context->smarty->assign(array( 'warehouse' => $warehouses)); And this in <p>Warehouse(s) :</p> {foreach from=$warehouse item=w} {if $w[1]>0} <p>{$w[0]} ({$w[1]})</p> {/if} {/foreach} I can list warehous...

    €19 (Avg Bid)
    €19 Offre moyenne
    1 offres
    Bugfixing Prestahop S&#039;est terminé left

    ...for key 'PRIMARY' ALTER TABLE `ps_layered_product_attribute` ADD PRIMARY KEY (`id_attribute`, `id_product`), DROP KEY `id_attribute`, ADD UNIQUE KEY `id_attribute_group` (`id_attribute_group`,`id_attribute`,`id_product`) at line 791 in file classes/db/ 786. if ($webservice_call && $errno) { 787. $dbg = debug_backtrace(); 788. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS...

    €121 (Avg Bid)
    €121 Offre moyenne
    17 offres

    I need help with a PHP function im writing. My code: function get_config() { $db = dbServer::getInstance(); $mysqli = $db->getConnection(); $sql_query = 'SELECT * FROM server_config'; $result = $mysqli->query($sql_query); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { $serverStatus = $row['server_status']; $serverTitle = $row['server_title']; } } } Now, If I'd want to call the function and only echo let's say, $serverTitle, how should I do that? I.e: get_config($serverStatus)? Best regards

    PHP
    €13 (Avg Bid)
    €13 Offre moyenne
    23 offres
    Migrar de Sobi2 a Odoo8 (OpenERP8) S&#039;est terminé left

    Necesitamos Migrar de Sobi2 (Joomla 1.5) a Odoo8 (OpenERP8, PostgreSQL) La información está en un gestor de obras con precios de productos y servicios, está almacenada en Sobi2 de Joomla 1.5 y PHP 5.2. Necesitamos un a persona seria, que domine el área , también con amplia experiencia, que haga una implementación correcta, que tenga claro el trabajo que tenga que hacer. Debe de entregar un manual de usuario de manipulación e importacion de CSV a PostgreSQL, debe entregar archivos de CSV para tener una copia de los datos y para manipulación de estos mismos.

    €176 (Avg Bid)
    €176 Offre moyenne
    2 offres

    ...copies that code to a txt file for me to read. The tree for this code is this: customer buys a product/membership is taken to payment and completes checkout their details are copied into a file called "used_products" (be great to rename this) in this format // Get list of used products $prodids = file_get_contents(__DIR__ . "/"); $name = Am_Lite::getInstance()->getName(); foreach (Am_Lite::getInstance()->getAccess() as $a) { if ((strtotime($a['expire_date']) > strtotime("today")) && (!strstr($prodids, " - $a[access_id]n"))) { $access_id = $a['access_id']; $prod_id = $a['product_id']; $user_id = $a['user_id']; $expiry = $a['expire_date'...

    €121 (Avg Bid)
    €121 Offre moyenne
    22 offres

    ...background the script i have reads a txt file that was made when the user paid and confirms has paid and allowed the script in front of them to be made. If the user has not paid and click the button manually, they are given a error. function doScriptExec() { // Get list of used products $prodids = file_get_contents(__DIR__ . "/"); $name = Am_Lite::getInstance()->getName(); foreach (Am_Lite::getInstance()->getAccess() as $a) { if ((strtotime($a['expire_date']) > strtotime("today")) && (!strstr($prodids, " - $a[access_id]n"))) { $access_id = $a['access_id']; $prod_id = $a['product_id']; $user_id = $a['user_id']; $expiry = $a['expire_date']; $begin...

    PHP
    €94 (Avg Bid)
    €94 Offre moyenne
    8 offres

    I need to export a Sobi2 directory but do not have the plugin I need: For this job you will export my directory in a CSV file. This is an easy project if you can install the plugin and complete the export.

    €28 (Avg Bid)
    €28 Offre moyenne
    2 offres
    Prestashop move to domain problems S&#039;est terminé left

    I have move a website to a new domain and i am having problems with the setup, i seem to just get a blank scree with the below details on it * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 7451 $ * @license Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ $timer...parameter if (!isset($_GET['controller']) && isset($_GET['tab'])) $_GET['controller'] = strtolower($_GET['tab']); if (!isset($_POST['controller']) && isset($_POST['tab'])) $_POST['controller'] = strtolower($_POST['tab']); if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) $_REQUEST['controller'] = strtolowe...

    €22 (Avg Bid)
    €22 Offre moyenne
    15 offres

    I can get this working without the unnamed placeholder, ? But I need it working WITH the unnamed placeholder, ? FIX this code and I'll try it: $config = getConfig('db.membership_level1'); $db = new SimplePDO($config); $username = Auth::getInstance()->getIdentity(); $sql = "SELECT username, usernamelightpage, useridlightpage, hourlyjackpotlighttext, lightpagepic, lightpagetext1, lightpagetext2, lightpagetext3, lightpagetext4, lightpagetext5, lightpagetext6, lightpagetext7, lightpagetext8, lightpagetext9, lightpagetext10, lightpagetext11, lightpagetext12, lightpagetext13, lightpagetext14, lightpagetext15, lightpagetext16, lightpagetext17, lightpagetext18, lightpagetext19, lightpagetext20 FROM registering...

    €25 (Avg Bid)
    €25 Offre moyenne
    4 offres

    Migrate old content from sobi2 to sobipro. The old sobi2 site is copied to a developer site - and the new sobipro site is developet on a demosite. The design on new site is finished - only need a sobi2 / sobipro spesialist to help us to migrate all the content from old solution too this new solution.

    €28 - €234
    Scellé
    €28 - €234
    10 offres

    I currently have a a Sobi2 Directory (installed on Joomla 1.5) and I need to get it migrate to Zoo (Yootheme) on Joomla 3.4. Your Job: only Migrate Categories and Entries to the new Directory! I need the url structure to stay the same as it is now to ensure no broken links. I will need to be able to test out the new site before it goes live. After the final page is provided as Akeeba backup files available.

    €270 (Avg Bid)
    €270 Offre moyenne
    12 offres

    I currently have a Joomla 1.5 site with a Sobi2 Directory installed and I need to get it updated to Joomla 3.4 with Zoo. I need the url structure to stay the same as it is now to ensure no broken links. I will need to be able to test out the new site before it goes live. After the final page is provided as Akeeba backup files available. ------------------------- Ich habe eine Joomla 1.5 Seite einem Sobi2 Verzeichnis. Ich benötige eine Migration nach Joomla 3.4.1 sowie einer anderen Verzeichnis-Komponente, z.B. Zoo. Die URL-Struktur muss zwingend die selbe bleiben! Es darf keine Unterschiede geben. Und ich möchte in der Lage sein, die Arbeit vorab zu testen. Danach wird die fertige Seite als Akeeba-Backup Datei zur zur Verfügung gestellt.

    €201 (Avg Bid)
    €201 Offre moyenne
    17 offres

    I have symbols website with sobi2 and i like to convert it to Wordpress without affecting the seo. I will do all the adjustment of the text and photos after the convert but i need that the seo will not affect (i have 150-200 users evryday) and there is entries that people see 15,000 times that i want to keep it. another thing - sobi2 it's directory but i'm not sure it's need to be a directory in wordpress - i will be glad to some recommendation for the best way to present my sit in wordpress

    €392 (Avg Bid)
    €392 Offre moyenne
    12 offres
    make bash file work via html page S&#039;est terminé left

    ...4_Documentation It says you can make a custom thank you page for payment. I guess that when the user is moved to custom "thank you page" this bash script could be run there? they say, In case you need some more complex logic you can use the following approach: Add this code to file: <?php Am_Di::getInstance()->hook->add(Am_Event::THANKS_PAGE, 'onThanksPage'); function onThanksPage(Am_Event $event){ /* @var $di Am_Di */ $di = Am_Di::getInstance(); /* @var $invoice Invoice */ $invoice = $event->getInvoice(); /* @var $controller ThanksController */ $controller = $event->getController(); $controller->redirectLocation('/url/where/user/should/be/redirected'); } i like a t...

    €110 (Avg Bid)
    €110 Offre moyenne
    8 offres
    Mobile computing Assignment S&#039;est terminé left

    ...AMSSubscriber myAMSSubscriber; protected void setup(); protected void takeDown(); public boolean register(Subscription s); public boolean deregister(Subscription s); public class ChatOntology extends Ontology implements ChatVocabulary { // The singleton instance of this ontology private static Ontology theInstance = new ChatOntology(); public static Ontology getInstance() { return theInstance; } private ChatOntology(); public interface ChatVocabulary { // ONTOLOGY NAME public static final String ONTOLOGY_NAME = "Chat-ontology"; // VOCABULARY public static final String JOINED = "joined"; public static final String JOINED_WHO = "who"; public static final...

    €48 (Avg Bid)
    €48 Offre moyenne
    3 offres
    Migrating Joomla 1.5 to 3.3 S&#039;est terminé left

    Migrating an existing web site based on: joomla 1.5 with sobi2 component to: joomla 3.3 with sobipro component. step 1) Migrate consist of: - 70 joomla's articles to migrate (with original insert date & click views if possible) - 10 categories and section to migrate - 290 items of sobi2 to migrate in sobipro (in two different directory) - 50 categories in two directory of sobi2 to migrate (30 of them i've already migrate) - 5 banner - 5 menu - sef url step 2) you have to modify the standard template of sobipro to make similar to the old structure, like sobirestara template (icon of services and facility or accepted payments) step 3) setting up a T3-framework for a best view, or propose an other free mobile template for the new sit...

    €284 (Avg Bid)
    €284 Offre moyenne
    23 offres
    Fix two joomla issues S&#039;est terminé left

    I have a joomla2.5 with sobi2 and I have two issues: - whenever I update something to admin, it redirects me to main site. The changes are performed when I go back. - I moved the site to a subdomain. But the subdomain redirects also to main site.

    €29 (Avg Bid)
    €29 Offre moyenne
    15 offres
    Node.JS Basic Chat Bot S&#039;est terminé left

    ...7109; } else if ($vars["dimension"] == 5) { $server = ""; $port = 7105; } else { LegacyLogger::log('ERROR', 'StartUp', "No valid server to connect with! Available dimensions are 4 and 5."); sleep(10); die(); } return array($server, $port); } private function connectToAoChatServer($server, $port) { global $vars; $chatBot = Registry::getInstance('chatBot'); $chatBot->init($vars); $chatBot->connectAO($vars['login'], $vars['password'], $server, $port); or from a similar php bot // Open connection $this -> log("LOGIN", "STATUS", "Connecting to $this->game server $server:$port"); if (!$this -> aoc -&g...

    €31 (Avg Bid)
    €31 Offre moyenne
    4 offres

    Thank you for your time. This job is...sys_cron_job = WHERE time.rssimport= idea 2. php coding switching cron schedule administration from table 1 to 2. _______________________________ import('BxDolCron'); import('BxDolAlerts'); class BxRssAutoImportCron extends BxDolCron { var $_oModule; function BxRssAutoImportCron() { parent::BxDolCron(); $this -> _oModule = BxDolModule::getInstance('BxRssAutoImportModule'); } function processing() { if(getParam('rssautoimport_feed_ping')=='hour'){ $this->_oModule->_oDb->fetchFeed(); } if(getParam('rssautoimport_feed_ping')=='daily'){ $iHour = (int)date('H'); if($iHour==0){ $this->_oModule->...

    PHP
    €175 (Avg Bid)
    €175 Offre moyenne
    9 offres

    I need a PHP Developer expert in Joomla to migrate my website about car ads from Joomla 1.5 to Joomla 3.0. I mainly need to: - move from Joomla 1.5 to Joomla 3.3 (latest version); - move from Sobi2 to Custom Component optimize to manage hundreds of thousands of car ads; - move the whole articles and car ads form old website to new website; - urls must not change; - create a script to import thousands car ads form XML feeds everydays provided by Partners; - optimized Myslq databases to manage hundreds of thousands of car ads;

    €1097 (Avg Bid)
    €1097 Offre moyenne
    51 offres

    I need joomla expert having experienced in sobi2 , sobi pro , shopify , jevent ,hikashop and rsform extensions

    €109 (Avg Bid)
    €109 Offre moyenne
    10 offres

    I need a PHP Developer expert in Joomla to migrate my website about car ads from Joomla 1.5 to Joomla 3.0. I mainly need to: - move from Joomla 1.5 to Joomla 3.3 (latest version); - move from Sobi2 to Custom Component optimize to manage hundreds of thousands of car ads; - move the whole articles and car ads form old website to new website; - urls must not change; - create a script to import thousands car ads form XML feeds everydays provided by Partners; - optimized Myslq databases to manage hundreds of thousands of car ads;

    €598 (Avg Bid)
    €598 Offre moyenne
    50 offres

    Looking for a talented website scraper with experience using Joomla and Sobi2 to scrape 3 popular review websites for all data and input that data into Joomla 3.0 Sobi2pro. No custom Joomla development required.

    €348 (Avg Bid)
    €348 Offre moyenne
    9 offres
    Create JSON Feed S&#039;est terminé left

    Hi, I have a website about car ads. It works with Joomla 1.5 and Sobi2. I need a JSON static file with all car ads to send to my website partner. It must be updated every day. I attahced the details about it. Regards

    €163 (Avg Bid)
    €163 Offre moyenne
    33 offres