Jump to content

lykaveri

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lykaveri's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I am doing a website template and now i have a problem, here is the code, The problem is the menu is so: 1.test 2.test 3.test But how to get the menu so: 1.test 2.test 3.test and so on I am a beginner maybe someone can give some advice. Regards, Marx <table cellspacing=1 cellpadding=2 border=0 width=98%> <tr> <td colspan=3> {if $qplans > 1} <input type=radio name=h_id value='{$plans[plans].id}' {if (($smarty.section.plans.first == 1) && ($frm.h_id eq '')) || ($frm.h_id == $plans[plans].id)} checked {/if} > <!-- <input type=radio name=h_id value='{$plans[plans].id}' {if (($smarty.section.plans.first == 1) && ($frm.h_id eq '')) || ($frm.h_id == $plans[plans].id)} checked {/if} {if $compounding_available > 0}onclick="document.spendform.compound.disabled={if $plans[plans].use_compound == 1}false{else}true{/if};"{/if}> --> {else} <input type=hidden name=h_id value='{$plans[plans].id}'> {/if} <b>{$plans[plans].name}</b></td> </tr> </table><br><br>
  2. Hi, I dont know whether is it right place to ask this question. My problem is that i have installed a website script and now i want change the template but i dont know how to change buttons in this script. There is a toplink bar: home · FAQ · Rules and so on. How can i make so that for example home, faq, rules are some images? This is a logo.tpl file. thanks in advance [attachment deleted by admin]
  3. And one thing yet, i cant login to my admin panel.. there is this error: Deprecated: Function split() is deprecated in /home/puzkin/domains/................/public_html/admin.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/puzkin/domains/.............../public_html/inc/config.inc.php:2228) in /home/puzkin/domains/.............../public_html/admin.php on line 238 admin.php line 143 line 143: list ($user_id, $chid) = split ('-', $password, 2); line 238: header ('Location: index.php');
  4. Hi, I have installed a website script to my hosting server but the website is not working properly. Here is a screen shot: http://www.hot.ee/marxlee How can i solve these problems? config.inc.php on line 2228-2230: 2228: if (!ereg (''.'\\/\\/'. $host, $referer)) 2229: { 2230: setcookie ('CameFrom', $referer, time () + 630720000); 2231: } index.php on line 587 587: list ($user_id, $chid) = split ('-', $password, 2); modifier.myescape.php on line 26-37: function smarty_modifier_myescape($string) { if (strlen($string) > 20) <-- this is line 28 { $string = str_replace('<SC', '<SC', $string); $string = str_replace('<sC', '<sC', $string); $string = str_replace('<Sc', '<Sc', $string); $string = str_replace('<sc', '<sc', $string); } return $string; } thanks in advance [attachment deleted by admin]
  5. Thanks. I found the loader but it is ".win" file, how can i install it???
  6. Hi!, I am trying to install a website on my localhost xampp server but there came this error PHP script C:\xampp\htdocs\index.php is protected by phpSHIELD and requires the phpSHIELD loader phpshield.5.3.win. The phpSHIELD loader has not been installed, or is not installed correctly. Please visit the phpSHIELD php encoder site to download required loader. How can i install the loadrer?? Maybe someone can give step by step instructions or how can i decode this file? I am using windows 7. I do not have much experience in this field.
  7. Hello, I have installed xampp on my computer and now I want install a website script but i dont know how to do that? This is the readme. 1. Go into your cpanel, and create a MySQL database. 2. Upload the files from the archive to your server. 3. Set 777 permissions for the 'tmpl_c' folder(CHMOD). 4. Run the install.php script and follow the instructions 5. http://www.yourdomain.com/install.php i want use http://localhost/install.php When i copy the script to C:\xampp\htdocs, and run http://localhost/install.php, then came some code there. maybe anyone can help me a little
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.