Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - erm3nda

Pages: 1 ... 11 12 [13]
181
DNS Manager / Re: Free DNS Manager
« on: September 13, 2014, 05:43:03 AM »
Wana tell about a bug on freeDns Manager web panel. (http://freedns.centos-webpanel.com/)
You need to set your domain nameservers to:
ns1.centos-webpanel.com
ns2.centos-webpanel.com

I've set dns correctly, but cannot add new zone. The problem is the order of the ns1 & ns2 in the form. The script recognizes the second zone as the first, and do not correspond to the pre-filled info on the form.

Swap positions on the form to fix it. Put first ns2 and next ns1 and all will be OK.

Regards.

182
DNS Manager / Re: How to use FreeDNS Manager
« on: August 21, 2014, 06:02:13 PM »
Okay.

I've have build it using my own querys reading superglobals info. But, i will try reading db.zones files rather than read database. I say, there's no mysql information when you made a new zone using subdomain. Anyway that's a cool practice to me :D

Im using simple_html_dom class to read http://freedns.centos-webpanel.com/ information, scrapping.
It's easier to my use it than use DomDocument PHP's builtin function. I can try but cannot promise.

Module performance lacks because it does all operations at once. A better way will be call some functions from your current creation/modification scripts.

So, i do not need any more information about that.
Thanks for your patience. Next time i will be here with a working module.

Regards.


183
DNS Manager / Re: How to use FreeDNS Manager
« on: August 20, 2014, 09:38:17 PM »
I've started yet and now i have a lot of more dudes than before.

I have some ways (wrong ways) to do that.

Can i rely on other modules like ?module=list_domains to fetch data or it's better to build again the direct query to database?

Also, the fact of how the dns zones are threat add complexity. Is not the same to create a subdomain to a existing zone (presumable domain) than create a new dns zone using a subdomain of a current hosted domain. In this way no one is listed into the domains/subdomains listings. Only into dns zone editor.

So, i have to choose over do in one way, rather than try all and lost my time doing something without a real vision about what im doing. The other way is to make the module i need instead a good module for everyone.

I need things clear to make a good module, not garbage code.

I will continue building the module following MY needs untill i have any guide about how to proceed.
Recent discover is that i cannot attach anything to that thread. ( image about current work into my panel)

Thank you.

184
DNS Manager / Re: How to use FreeDNS Manager
« on: August 18, 2014, 06:28:10 PM »
Little dude related.

Do i have any API to the builtin functions of cwp?
Because PHP code is ofuscated i cannot take a look on the right way. Just adding code.

Regards.

185
New Modules / Re: How to Build a new module for CentOS Web Panel (CWP)
« on: August 18, 2014, 01:26:44 PM »
you will need to use direct link for now as we will add this in 0.9.2 soon.

For root/admin user put here /usr/local/cwpsrv/htdocs/resources/admin/modules
For users put here /usr/local/cwpsrv/htdocs/resources/client/modules

Regards.

186
Installation / Re: Install failed - Minimum requeriments
« on: August 16, 2014, 04:05:23 PM »
Can i get precompiled packages?

187
Installation / Install failed - Minimum requeriments
« on: August 13, 2014, 06:07:56 PM »
I have install cwp into 2 vps with easy.

Now im triying it into a mini openVZ container with just 128Mb ram 128swap.
Install fails when triying to compile something.

Error message says i need at least 512Mb ram.

There's any way to install with less memory??
Can i build it on other VPS then install later on this?

Thank you in advance.

188
Installation / Re: Error new Installation
« on: August 13, 2014, 06:05:26 PM »
The new version recognizes mysqld previous installs and ask you for current passw of mysql root user.
The other way is to use yum remove mysqld previously to install.

189
DNS Manager / Re: How to use FreeDNS Manager
« on: August 13, 2014, 06:04:03 PM »
If i've build the module for automatic commit of local zones to freedns manager, do i need to send it to some listing? or just upload right here?

I will build it for sure, because i need.

Regards.

190
DNS Manager / Re: How to use FreeDNS Manager
« on: August 11, 2014, 07:12:23 AM »
Im planning to create a script to collect all subdomains then fill the zones on the freedns panel... just impressed about that missing feature. Freedns looks like "ohh nice dns propagation and free" BUT, why in the word a webhosting panel can rely into manual dns entries???

The cwp panel has full bind script zones automation... so, why not commit to freednspanel? Seems basic like get and post.

If you're not planning that feature i will do in my free time. First onto your ns servie, maybe later on affraid.

Really like that awesome panel :D

191
DNS Manager / Re: How to use FreeDNS Manager
« on: August 10, 2014, 09:21:25 PM »
Does the freedns service read our server zones from the cwp panel?
Do i need to manually enter my zones entries to freedns panel when, by example, a new subdomain is made?

It's a little confusing about have full local dns manager when is not working because you're using freedns service.

Thank you.

Pages: 1 ... 11 12 [13]