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 - yokowasis

Pages: 1 2 [3] 4
31
New Modules / [module] Auto Login FTP
« on: July 21, 2017, 04:05:46 AM »
Download link, and Installation Instruction, available on GITHUB.

https://github.com/yokowasis/cwp-ftp-autologin


What it does :
Create a new temp ftp account under the current logged in user. And use it to login to ftp file manager.

Optional :
Change the default link of FTP File Manager in File Management of CWP Menu.

Let me know if you have problems. Cheers.

32
New Modules / Re: [module] Wordpress Installer / Uninstaller
« on: July 21, 2017, 03:54:53 AM »
Hi thanks for the contribution.I have just installed it on my server and checked on client panel thankfully glorious thanks.

Great, Glad it is useful

33
Apache / Re: CWP7 - Apache won't start after changing hostname
« on: July 14, 2017, 07:13:49 PM »
Yes, it is related to SSL. Check your .conf file for the domain. At least that's what happened to me.

34
New Modules / Re: [module] Wordpress Installer / Uninstaller
« on: July 14, 2017, 07:08:25 PM »
is anybody really using this module ? when there is no feedback, the product is either perfect or nobody using it.

35
New Modules / Re: Documentation for development
« on: July 08, 2017, 01:12:58 AM »
We have 2 years old request for Migrate CWP -> CWP for crying out loud. If we have access to the core, it should be easy creating this module.

Get ALL CWP SETTINGS, DB, USERS, FILES
Move it to the New Host
FORCED USERS TO RESET PASSWORD.

I don't think it will be possible without modifying the core

36
New Modules / Re: Documentation for development
« on: July 08, 2017, 01:08:47 AM »
You are wrong yokowasis, you always need a minimum of documentation for the development of modules of a platform, example, IP cameras, biometric readers, google, facebook, etc.
For what reason It gives greater security to a possible hack and makes it easier for more developers to create their modules.
If you see my theme [url] http://forum.centos-webpanel.com/new-modules/reseller-account/ [/ url] created a module for resellers without any support, but as I explain to give security Need minimal access data.

regards

I would be loved to be proved wrong. But I think apparently that's not the case.

You can access all available variable on CWP using this function, http://php.net/manual/en/function.get-defined-vars.php.

But that's it. That's the only variable CWP give us. If we want to add additional function / variable, we need to modify the core cwp, and that's not possible at the moment, and I don't think it even will. Again I would love to be proven wrong. Unfortunately for now, we have to work with this limitation. You should consider vestacp, it is open source. albeit it doesn't have any module documentation either. But you can just open their internal function and see how it works.

I wish CWP open their source to the public. Right now it is very limited. There are many more room to improve on CWP.

37
Suggestions / Re: CWP Plugin Store
« on: July 05, 2017, 01:30:47 PM »
To program plugins you need minimal documentation that I can not see anywhere.

http://centos-webpanel.com/how-to-build-a-new-module-for-web-panel

Everything is done via cli. You need to learn some shell command.

Use this :
http://php.net/manual/en/function.get-defined-vars.php

If you want to get all CWP Variable to manipulate.

38
New Modules / Re: Documentation for development
« on: July 05, 2017, 01:18:46 PM »
There is no documentation, and I don't think there is going to be. The only documentation you need is how to add the new module page. On that page you put all the php script you need.

If you need to execute some hibijibis jumbo mambo script, you use exec ('sudo put your magic command here'). In this case if you want to exec some script on a domain this is what you do

exec ('sudo copy my script to the folder of the domain I choose');
curl ('http://this-is-my-domain-that-i-choose.com/and-this-is-my-script-that-i-copied-before.php');

Good Luck.

39
Information / Re: How to Access Admin panel without typing IP?
« on: July 01, 2017, 01:59:05 AM »
Is it the hostname that I have to change? I can't seem to find it.

Point your domain name A Record in your DNS Registrar to server IP.

40
New Modules / Re: [module] Wordpress Installer / Uninstaller
« on: July 01, 2017, 01:39:14 AM »
Cool  ;)

41
New Modules / Re: [module] Wordpress Installer / Uninstaller
« on: June 30, 2017, 06:10:22 AM »
It`s working. Just it`s not  showing the instalations.
Error showing the installations <- Image
Wordpress Blog is there and working <- Image
It`s not a big problem. Just mention it to know.

remove database cwp_installer. update the script. It should show installation now.

42
New Modules / Re: [module] Wordpress Installer / Uninstaller
« on: June 30, 2017, 03:23:53 AM »
I want to add other app scripts, but the dev said, there is a big update coming up. I should wait for the update, because it is very likely it will break after the update.

43
New Modules / Re: [module] Wordpress Installer / Uninstaller
« on: June 30, 2017, 03:20:58 AM »
Great job! Really great job! Just tested it on CentOS 6.9 (Final) and works. There are few errors which needs to be fixed, but it works. For example instead of using unset($result) which is giving error, use $result = null; and later put something in that var.
Needs a bit fixing, because it`s not showing anything after you install a Wordpress, but everything else is ok. Once again - Great Job!

Thanks. Let me know if you found any error / bug. Regarding not showing anything, after installing a wordpress, it will show a table which list the installation.


In there you can delete the installation or go to phpmyadmin.

44
AUTO SSL IS Let's Encrypt.

What I want to know is why they keep the menu.

45
New Modules / Re: Wordpress Installer / Uninstaller
« on: June 23, 2017, 03:28:19 PM »
I tested this on CWP7, Openvz Centos 7 64bit.

Pages: 1 2 [3] 4