Tudo que Pedro. postou
-
Gargoyles Tower | Cave Hunt | 7.4
nocry, é real! ficou dahora! vou até usar no meu 7.4
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
pode ser o código que foi bugado, aqui no forum, ai tem que ir no notepad c++ e mudar a formatação pra ver.
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
troca essa parte aqui //Here start our new accountmanagement ;D if($action == "") { if($account_logged->getCustomField('premdays') > 0) $account_statusOver = ' <span class="green"> <span class="BigBoldText">Premium Account</span> </span>'; $account_status = '<b><font color="#00CD00">Your Premium Time expires at '.strftime('%b %d %Y, %H:%M:%S', $resDate).'</font></b>'; else $account_statusOver = ' <span class="red"> <span class="BigBoldText">Free Account</span> </span>'; $account_status = '<b><font color="red">Free Account</font></b>'; if($account_logged->getCustomField('premdays') > 0) $account_statusPic = '<img class="AccountStatusImage" src="'.$layout_name.'/images/account/account-status_green.gif" alt="free account">'; else $account_statusPic = '<img class="AccountStatusImage" src="'.$layout_name.'/images/account/account-status_red.gif" alt="free account">';
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
clica em manage account, nessa parte ai não tá setado n.
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
https://pastebin.com/raw/S0bb06HS
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
eu editei ali encima.
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
troca essa parte aqui //Here start our new accountmanagement ;D if($action == "") { if($account_logged->getCustomField('vip_time') > 0) $account_statusOver = ' <span class="green"> <span class="BigBoldText">VIP Account</span> </span>'; else $account_statusOver = ' <span class="red"> <span class="BigBoldText">Free Account</span> </span>'; if($account_logged->getCustomField('vip_time') > 0) $account_statusPic = '<img class="AccountStatusImage" src="'.$layout_name.'/images/account/account-status_green.gif" alt="free account">'; else $account_statusPic = '<img class="AccountStatusImage" src="'.$layout_name.'/images/account/account-status_red.gif" alt="free account">'; por essa aq //Here start our new accountmanagement ;D if($action == "") { if($account_logged->getCustomField('premdays') > 0) $account_statusOver = ' <span class="green"> <span class="BigBoldText">Premium Account</span> </span>'; else $account_statusOver = ' <span class="red"> <span class="BigBoldText">Free Account</span> </span>'; if($account_logged->getCustomField('premdays') > 0) $account_statusPic = '<img class="AccountStatusImage" src="'.$layout_name.'/images/account/account-status_green.gif" alt="free account">'; else $account_statusPic = '<img class="AccountStatusImage" src="'.$layout_name.'/images/account/account-status_red.gif" alt="free account">'; e essa parte aqui //Here finish our new account management $account_id = $account_logged->getId(); if($account_id == 1) header("Location: ?subtopic=accountmanagement&action=logout"); if($action == "manage") { $account_reckey = $account_logged->getCustomField("key"); $dataAtual = time(); $dataProxima = $account_logged->getCustomField('vip_time'); $data1 = $dataProxima - $dataAtual; $dataCerta = $data1 / 86400; if($account_logged->getCustomField('vip_time') > 0) $account_status = '<b><font color="#00CD00">VIP Account, '. floor($dataCerta) .' days left</font></b>'; else $account_status = '<b><font color="red">Free Account</font></b>'; if(empty($account_reckey)) $account_registred = '<b><font color="red">No</font></b>'; else if($config['site']['generate_new_reckey'] && $config['site']['send_emails']) $account_registred = '<b><font color="green">Yes ( <a href="?subtopic=accountmanagement&action=newreckey"> Buy new Rec key </a> )</font></b>'; else $account_registred = '<b><font color="green">Yes</font></b>'; $account_created = $account_logged->getCreateDate(); $account_email = $account_logged->getEMail(); $account_email_new_time = $account_logged->getCustomField("email_new_time"); if($account_email_new_time > 1) $account_email_new = $account_logged->getCustomField("email_new"); $account_rlname = $account_logged->getRLName(); $account_location = $account_logged->getLocation(); por essa aqui //Here finish our new account management $account_id = $account_logged->getId(); if($account_id == 1) header("Location: ?subtopic=accountmanagement&action=logout"); if($action == "manage") { $account_reckey = $account_logged->getCustomField("key"); $daysVip = $account_logged->getPremDays(); $vipDays = $daysVip * 86400; $resDate = time() + $vipDays; if($account_logged->getCustomField('premdays') > 0) $account_status = '<b><font color="#00CD00">Your Premium Time expires at '.strftime('%b %d %Y, %H:%M:%S', $resDate).'</font></b>'; else $account_status = '<b><font color="red">Free Account</font></b>'; if(empty($account_reckey)) $account_registred = '<b><font color="red">No</font></b>'; else if($config['site']['generate_new_reckey'] && $config['site']['send_emails']) $account_registred = '<b><font color="green">Yes ( <a href="?subtopic=accountmanagement&action=newreckey"> Buy new Rec key </a> )</font></b>'; else $account_registred = '<b><font color="green">Yes</font></b>'; $account_created = $account_logged->getCreateDate(); $account_email = $account_logged->getEMail(); $account_email_new_time = $account_logged->getCustomField("email_new_time"); if($account_email_new_time > 1) $account_email_new = $account_logged->getCustomField("email_new"); $account_rlname = $account_logged->getRLName(); $account_location = $account_logged->getLocation();
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
você vai precisar trocar de vip_time pra pra premmy, se não me engano é getPremDays
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
não sei? você não deixou o código do seu site para olharmos, você só perguntou como faz. Poste ai no pastebin, ou deixa aqui como spoiler.
-
(Resolvido)[WEBSITE] como eu troco o sistema VIP (storage) do gesior pra premium account?
só você trocar a função em accountmanagement.
-
Insects Caves | 7.4
se não bastasse, ele posta conteúdo pra 7.4 também! puta que pariu, daniel ficou no chinelo memo.
-
Merchant Island | 8.60
como sempre, ótimos mapas, parabéns brozito.
- Lothus Online™ - Project RPG
-
AJUDA Lastnews
clica com o botao direito, vai em especionar, vê se tá puxando direito, se tá com imagem, sem etc.
-
Telara-ATS
CREATE TABLE player_autoloot ( id int NOT NULL AUTO_INCREMENT, player_id int NOT NULL, autoloot_list blob, PRIMARY KEY (id) );
- [System] Trade Points
-
Layout NTO WAR LEGENDS [NEW ATT]
topix
-
PokeZring - Shining Legends [SHOW OFF]
Eu nunca gostei pokemon nem entendo, mas gostei, essa parte de addon pra pokemon e tals, teu cliente também tá muito bonito. Parabéns, espero que dê certo.
- Elements - Advanced Mining System (skills + coins + levels)
-
PokeStorm TFS 0.4
tinha passado despercebido, pronto.
-
PokeStorm TFS 0.4
Download html.rar Scan: https://www.virustotal.com/pt/file/3d45f587a6ca0c13978ac80e94fc0e36e948c12999cd131fd98105cf24778243/analysis/ créditos, PokeStorm, metroblue.
-
Telara-ATS
https://github.com/otland/forgottenserver/wiki/Compiling
-
Deixar o Guerreiro com apenas Skill Melle, tirar os Skilss Sword Axe e Club?
Acho que requer um pouco de conhecimento C++ e fazer alterações nas sources, pelo que eu estava vendo aqui, você vai ter que alterar também em vocations.xml <skill id="7" multiplier="1.1" /> modificar também os codigos em vocation.cpp skillMultipliers[7] = 1.1f; Parte do código está em const.h Skill { Fist = 0, Club, Sword, Axe, Distance, Shielding, eu não conseguiria ajuda-lo, talvez alguém com um pouco mais de experiencia nessa parte.
-
World of Piece TFS 0.4
-
Problema com ExtremeOT 7.6
voltou @Fir3element?