Jump to content

pablo314

Retired Forum Member
  • Posts

    4
  • Joined

  • Last visited

About pablo314

pablo314's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. hi i am doing a widgtes to integrate Product Pricing and Currencies and need help <?php require("../dbconnect.php"); require("../includes/functions.php"); $currency = getCurrency(); <form method="post" action="http://www.name.com/widgets/productsinfo.php?pid=1&get=price &billingcycle=monthly{$smarty.get.gid}"> <p align="right">{$LANG.choosecurrency}: <select name="currency" onchange="submit()">{foreach from=$currencies item=curr} <option value="{$curr.id}"{if $curr.id eq $currency.id} selected{/if}>{$curr.code}</option> {/foreach}</select> <input type="submit" value="{$LANG.go}" /></p> </form> ?>
  2. pablo314

    ideas

    Hello I let you some ideas 1) Support Tickets: http://img508.imageshack.us/i/31466616.png 2) Modification of the connection port of 2082 to 2083 ie cpanel 3)place a new shortcut button for spam http://img524.imageshack.us/i/98745542.jpg 4)Operator profile http://img821.imageshack.us/i/38260671.jpg
  3. hello help me puden ClientExec import the client and users User Redirected to Wrong Page on Checkout my head <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{$companyname} - {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title> {if $systemurl}<base href="{$systemurl}" />{/if} <link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> <script type="text/javascript" src="includes/jscript/jquery.js"></script> </head> <body> <div id="top_container"> <div id="top"> <div id="company_title">{$companyname}</div> <div id="welcome_box">{if $loggedin}{$LANG.welcomeback}, <strong>{$clientsdetails.firstname}</strong> <img src="templates/{$template}/images/icons/details.gif" alt="{$LANG.clientareanavdetails}" width="16" height="16" border="0" class="absmiddle" /> <a href="clientarea.php?action=details" title="{$LANG.clientareanavdetails}"><strong>{$LANG.clientareanavdetails}</strong></a> <img src="templates/{$template}/images/icons/logout.gif" alt="{$LANG.logouttitle}" width="16" height="16" border="0" class="absmiddle" /> <a href="logout.php" title="Logout"><strong>{$LANG.logouttitle}</strong></a>{else}{$LANG.please} <a href="clientarea.php" title="{$LANG.loginbutton}"><strong>{$LANG.loginbutton}</strong></a> {$LANG.or} <a href="register.php" title="{$LANG.clientregistertitle}"><strong>{$LANG.clientregistertitle}</strong></a>{/if}</div> </div> </div> <div id="content_container"> {if $loggedin} <div id="top_menu"> <ul> <li><a href="clientarea.php" title="{$LANG.clientareanavhome}">{$LANG.clientareanavhome}</a></li> <li><a href="clientarea.php?action=details" title="{$LANG.clientareanavdetails}">{$LANG.clientareanavdetails}</a></li> <li><a href="clientarea.php?action=products" title="{$LANG.clientareanavservices}">{$LANG.clientareanavservices}</a></li> <li><a href="clientarea.php?action=domains" title="{$LANG.clientareanavdomains}">{$LANG.clientareanavdomains}</a></li> <li><a href="clientarea.php?action=invoices" title="{$LANG.invoices}">{$LANG.invoices}</a></li> <li><a href="supporttickets.php" title="{$LANG.clientareanavsupporttickets}">{$LANG.clientareanavsupporttickets}</a></li> <li><a href="affiliates.php" title="{$LANG.affiliatestitle}">{$LANG.affiliatestitle}</a></li> <li><a href="clientarea.php?action=emails" title="{$LANG.clientareaemails}">{$LANG.clientareaemails}</a></li> </ul> <div class="clear"></div> </div> {/if} <div id="content_left"> <h1>{$pagetitle}</h1> <p class="breadcrumb">{$breadcrumbnav}</p>
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated