Jump to content

gunemalli

Retired Forum Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by gunemalli

  1. Hi All, Just wondering if this could be done. At the moment I am doing this manually. Basically I want either a billable item or a product description to show "Consultation fee : 01/{Year} - 03/{Year}" and the value year to be dynamically generated. Is this even possible?
  2. I'm interested in this module and would try to enhance it if i get the chance. But the links are not working
  3. Well for the thing you want to do, the best would be to use a DB+cron to update the db, and use the values from the DB to display them. That would be the best way.
  4. Redrat, You're right on. I'ts mon.itor.us. Just love those guys. Great to have that little widget. I just would love all the others would follow suit. I Know that it's out of scope, since i have only one server i left it out there . @Mark: I think it should slow down cos you need get a lot of info on a whole lot of servers. But i'm not sure cos i have only 1 server and whmcs/severstatus files exists on the same server. So i'm not sure. Try removing the load & uptime reports. I.E the last two columns.
  5. Finally i figured this out. You can use the original status/index.php with method. Please note two things, 1. I'm using DA instead of cPanel/WHM hence 'DAPanel'. 2. I'm using a firewall which blocks port 3306 from outside. I don't know a workaround on this. Sorry <p>{$LANG.serverstatusheadingtext}</p> <table width="100%" border="0" align="center" cellpadding="10" cellspacing="0" class="data"> <tr align="center"> <th>{$LANG.servername}</th> <th>DAPanel</th> <th>HTTP</th> <th>MySQL</th> <th>FTP</th> <th>POP3</th> <th>SMTP</th> <th>{$LANG.serverstatusphpver}</th> <th>{$LANG.serverstatusmysqlver}</th> <th>{$LANG.serverstatusserverload}</th> <th>{$LANG.serverstatusuptime}</th> </tr> {foreach key=num item=server from=$servers} <tr align="center"> <td>{$server.name}</td> <td>{get_port_status num="$num" port="2222"}</td> <td>{get_port_status num="$num" port="80"}</td> <td>{get_port_status num="$num" port="3306"}</td> <td>{get_port_status num="$num" port="21"}</td> <td>{get_port_status num="$num" port="110"}</td> <td>{get_port_status num="$num" port="25"}</td> <td>{$server.phpver}</td> <td>{$server.mysqlver}</td> <td>{$server.serverload}</td> <td>{$server.uptime}</td> </tr> {foreachelse} <tr> <td colspan="7">{$LANG.serverstatusnoservers}</td> </tr> {/foreach} </table> I think you can also use $server.zendver to get zend version also. And please note you need to manually edit the languages files if you want to include {$LANG.serverstatusmysqlver} etc.
  6. Thanks for clearing this upto me. Since i'm not someone who built the application and since the theme i'm building is not built from scratch and my programming skills are not at par with many of you (Yuk i hate programming by the way ) could you give small step by step guide? I know now i have to use a flat file. now i need to know how i can store the data that i entered via a textbox. well there are a lot of questions actually, but i'll try to sort them out somehow.
  7. Hi, I'm also at a loss here. It seems that all licensing s/w out there have the same thing in common. They think all of us some sort of pre knowledge about integration on licensing. I read through all the wiki, sample code and searched forums to find nothing. Absolutely nothing that can help a 1st time starter. I'm building a theme for DirectAdmin and would like to integrate this to the theme. But i still don't know hoe to do it. how do you input the values for localkey, licensekey? where do i store the localkey? How do i retrieve them?
  8. yes, if i disable or make the default reule to accept all incoming on the server i have no issues. but as soon as i chng the default to drop all, it wont work. I cant chek nytin nw cos the vps down due to the root server being hacked.
  9. OS: CentOS 5.3 cPanel: Kloxo/LxAdmin 6.x firewall:iptables whmcs is hosted on the same server as it is being monitored. Thanks
  10. Thanks for the feedback guys. Yes these are the ports that's being monitored, but after i installed the firewall the system cannot report the port status nor the uptime status. I've allowed incoming 80/21/110 and allowed all outgoing on the firewall. but at no vain.
  11. Hi all, I installed a firewall on my VPS and a DROP all default. Now the page is unable to report anything. Can you guys tell me which ports/services to allow on the firewall for this to be active. Thanks.
  12. hi guys, this ma first post here. Btw i was looking for this and i really find this usefull. Personally i like to have my own username for the services i use. I think it's a must to enable this feature and many users find it nice to have your something easy to remember other than the domain name. for ex: i have a domain called tckbb.info and having something odd such as tckbbi for the username is quite annoying. specially when you have multiple domains+accounts to remember on many providers it's going to be a pain. For small scale hosting providers (i'm a developer and host a only a few sites) it's much nicer for the clients signing up have their own username. But large providers may like it this cos it's much hassle free for them. @EarthHost, i'm unable to PM u for the script, if u can pls pm me it.
×
×
  • 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