angelcosta
Retired Forum Member-
Posts
82 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by angelcosta
-
Sorry, I just moved it: http://webangel.com.br/download/clicky-addon/
-
Live link: https://www.whmcs.com/members/communityaddons.php?action=viewmod&id=1894
-
Clicky is an awesome web analytics option. I use it in all my websites. Here it's an addon so you can add the tracking code to the client area in no time. After you activate it, click configure to add the site id. If you don't have Clicky, you have no idea what you're missing: a more visual and friendly analytics than Google Analytics. /http://portaldohost.com.br/downloads/clicky.zip
-
[PT] Apresentem-se
angelcosta replied to GCosta's topic in Portuguese International Discussions's Topics
Seja bem-vindo Ruy! -
Support is a joke and considering leaving it's got that bad!
angelcosta replied to lightbeing creations's topic in Feedback
Yes, Invictus has a point. I am waiting for 17 days now. I am definetely moving. That is just disrespectful. -
Actually the first code works in any php page: <?php $servidor = "localhost"; // database server $usuario = "usuario"; // user $senha = "senha"; // password $banco = "login_banco"; // database name $conecta = mysql_connect($servidor,$usuario,$senha); if (!$conecta){ die('Error connecting: ' . mysql_error()); } mysql_select_db($banco, $conecta); $result = mysql_query("SELECT tk.date, rp.date, tk.id FROM tbltickets as tk, tblticketreplies as rp WHERE tk.id=rp.tid AND tk.admin='' GROUP BY tk.id ORDER BY tk.date DESC LIMIT 0,10"); while($row = mysql_fetch_array($result)) { $tempo = abs(strtotime($row['0']) - strtotime($row['1'])); $minutos = floor(($tempo)/ 60); $tempos[] = $minutos; } $media = round(array_sum($tempos)/10); $horas = (int)($media / 60); $h = $horas."h"; $minutos = $media - ($horas * 60); $m = $minutos."min"; echo "Our average response time: ".$h."".$m; mysql_close($conecta); ?> Hope it helps
-
I am a customer at media temple and decided to mimic their "response time" thing. So now we can show off the average time it takes us to reply tickets. You can get the code for the widget and client area at: http://portaldohost.com.br/whmcs/media-do-tempo-de-resposta-de-tickets-no-whmcs#.T334EtXNmg8 The code for the email template: http://www.whmcs.blog.br/principal/media-do-tempo-de-resposta-de-tickets-no-whmcs/#.T332CdXNmg8
-
Design Competition Discussion & Submissions
angelcosta replied to Matt's topic in General Discussion
+2 - I agree. Some of the designs (even though as not winners) could be included or given/sold here also. -
Design Competition Discussion & Submissions
angelcosta replied to Matt's topic in General Discussion
Where are we supposed to vote? -
I am trying to make a naked whmcs template to serve as a framework for new designs. I would like your help with the features, this is what I aim for right now: - better seo (better breadcrumbs, titles, descritions and keywords) - better html (tables are not for listings) - usability - funcions file (to enable and disable stuff) - separate sidebar file (better structure) - sitemap - cms (ability to insert new pages) I have some of the above already working. In this alpha release, it has the basic whmcs files (login, logout, header, footer and homepage) and I am waiting for your opinion on this. BTW, it's free to use and it can be found here: http://portaldohost.com.br/downloads/framework.zip
-
Design Competition Discussion & Submissions
angelcosta replied to Matt's topic in General Discussion
I usually use whmcs as the main website, and I have stripped whmcs' main template - like a framework , so I can turn it into anything I need. I also made some seo improvements, usability and stuff like that. As there is no design in my "framework", can I still be a part of the contest? I could also make the blank template available to people could work on it. -
Desenvolvimento
angelcosta replied to maxihost's topic in Portuguese International Discussions's Topics
Procure o edvan.com.br ou whmcs.blog.br -
No, they are not updated, but you can check for missing pages or codes.
-
Sorry, i was moving the page around, now it is permanently at http://portaldohost.com.br/whmcs/4-templates-gratuitos-para-whmcs/
-
OK, fixed.
-
Cannot edit. The correct link: http://portaldohost.com.br/whmcs/4-templates-gratuitos-para-whmcs/
-
[PT] Apresentem-se
angelcosta replied to GCosta's topic in Portuguese International Discussions's Topics
Olá, meu nome é Angélica, uso WHMCS há um tempo. Tenho um blog que traz dicas para ele e sobre hospedagem (na assinatura). Em nosso fórum temos várias traduções do admin do whmcs. -
Traducao do Admin Panel Aqui
angelcosta replied to GCosta's topic in Portuguese International Discussions's Topics
Temos algumas versões traduzidas aqui: http://portaldohost.com.br/category/whmcs/
