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

Pages: 1 [2] 3
16
Updates / apache update fails
« on: October 07, 2024, 01:22:12 PM »
Code: [Select]
Last metadata expiration check: 2:12:41 ago on Fri Oct  4 13:52:58 2024.
Dependencies resolved.
================================================================================
 Package             Architecture     Version               Repository     Size
================================================================================
Upgrading:
 cwp-httpd           x86_64           2.4.62-1              cwp           5.7 M

Transaction Summary
================================================================================
Upgrade  1 Package

Total download size: 5.7 M
Downloading Packages:
cwp-httpd-2.4.62-1.x86_64.rpm                   8.2 MB/s | 5.7 MB     00:00   
--------------------------------------------------------------------------------
Total                                           8.2 MB/s | 5.7 MB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1
  Running scriptlet: cwp-httpd-2.4.62-1.x86_64                              1/2
  Upgrading        : cwp-httpd-2.4.62-1.x86_64                              1/2
  Verifying        : cwp-httpd-2.4.62-1.x86_64                              1/2
  Verifying        : cwp-httpd-2.4.57-1.x86_64                              2/2

Failed:
  cwp-httpd-2.4.57-1.x86_64              cwp-httpd-2.4.62-1.x86_64   


I get this when trying to update cwp-httpd. Any idea why?

17
How to / User panel login link
« on: August 30, 2024, 08:28:06 PM »
I am trying to make a module and within that module i want to display the username.
I want the username to be a link to quickly login to the users panel.
How do i create that link?

it looks something like this:
https://server.com:2083/?token=9ebc98eaab54c6adf811bdb9b9f7cf8e.69d90e45504f42990d8ebc1c3b3eb29e.06209e1fa38dc59fd762ab1e4ccc0efc.9a391c1f502d39f61a4f39b2ace1528a

18
Installation / Re: CWPpro and additional IP issue
« on: August 26, 2024, 06:14:52 PM »
that happened to mee too. it used the addon IP as main IP with the licensing server.
The IP you have to use to activate your server is by running this in terminal/ssh:

curl -s https://www.centos-webpanel.com/ip/

Then after go to cwp lisense page and add the IP there.

After that run the /scripts/update_cwp

19
Installation / Re: Install,buy
« on: April 01, 2024, 01:52:01 PM »
almalinux 8.9 is the recommended one NOT CENTOS

20
DNS / Re: IPV6 Support on CWP
« on: March 19, 2024, 06:58:09 PM »
You could use this and add all the other IPadresses on IPv6
IPV6ADDR_SECONDARIES="second_ipv6_address/64 third_ipv6_address/64 .../64"

https://github.com/coriaweb/cwpipv6

21
PHP / Re: CWP falling behind with PHP. Again.
« on: February 22, 2024, 03:41:48 PM »
So CWP 0.9.8.1176 just came out this morning, and PHP wasn't updated.

@josemnunez
Still 2 versions behind on PHP 8.2 and 8.3.

i cant see the changelogs for the 3 or 4 latest releases, where can i find them?

22
CentOS 7 Problems / Re: login loop after sign in
« on: February 21, 2024, 07:54:21 AM »
Try deleting cookies. Login via incognito mode/private browsing. Make sure ad blocker/tracker blocker isn't interfering. Try a different browser.

The incognito saves the day in 90% of these incidents, or you can do what i do, disable wifi on my mobile and log in with that. then you have another session and IP.

23
Information / Re: How many disks are physically installed on the server?
« on: February 15, 2024, 01:36:17 PM »
f you really want to display only the hardware, and not RAID volumes and partitions that might be seen by the OS as physical drives. You might want to try lshw

Code: [Select]
lshw -class disk -short
Quote
H/W path        Device      Class       Description
===================================================
/0/1/0.0.0      /dev/cdrom  disk        DVD-RAM GSA-H55N
/0/1/0.1.0      /dev/sda    disk        160GB ST3160021A
/0/2/0.0.0      /dev/sdb    disk        160GB ST3160815AS

24
WebHosting-Billing / Re: I Cannot Reach CWP Billing Team!
« on: February 15, 2024, 01:33:34 PM »
You can check in terminal:

Code: [Select]
curl "http://www.centos-webpanel.com/ip/"
Then run this to activate it
Code: [Select]
sh /scripts/update_cwp
disable firewall


Enjoy!

25
How to / Re: Preventing Access to wp-login and xmlrpc.php
« on: February 05, 2024, 12:06:54 PM »
i would delete the wp-contents folder from a new file downloaded from wordpress.org

then uploaded ALL files and folders that are left and overwrite the folders and files, then you would have clean wp install.

then you can scan the wp-content folder

26
New Modules / Re: [Module] Track E-mail Delivery
« on: January 19, 2024, 06:53:35 PM »
Thank you, will try it out.

are you able to use it or do you get errors?

27
New Modules / Re: [Module] Track E-mail Delivery
« on: October 08, 2023, 05:36:04 PM »
i really would like this to work but i get this error message:
You are not authorized to use this module (email_delivery)- Contact Server Admin
¨
what can cause this?

28
Postfix / Re: Postfix uses wrong IP address
« on: September 11, 2023, 04:02:41 PM »
I have added that to my postfix configuration but it still sends messages with the addon IP address.
Here are some of the output from the Undelivered Mail Returned to Sender emails
Code: [Select]
    gmail-smtp-in.l.google.com[108.177.15.27] said: 550-5.7.1 [xx.xx.xx.xx
    18] Our system has detected that this message is 550-5.7.1 likely
    suspicious due to the very low reputation of the sending IP 550-5.7.1
    address. To best protect our users from spam, the message has been
    550-5.7.1 blocked. Please visit 550 5.7.1
    https://support.google.com/mail/answer/188131 for more information.
    z5-20020a05600c0a0500b003fbef8ad8f5si3205315wmp.40 - gsmtp (in reply to end
    of DATA command)

29
Scripts / Re: CWP update script
« on: August 30, 2023, 07:48:37 PM »
This is the content of the
Code: [Select]
/scripts/update_cwp file:
Code: [Select]
/usr/local/cwp/php71/bin/php -d max_execution_time=1000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php
Opening the
Code: [Select]
cron.php file looks like this:

Code: [Select]
<?php //0042b
// Copyright CentOS WebPanel, Decoding is FORBIDDEN
// All Rights Reserved. www.centos-webpanel.com
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('No Loader is installed, please try to run this command or contact support: sh /scripts/update_ioncube restart');exit(199);
?>

HR+cPoTbtmwVi28X5jrBBL2P6jRk8obnO6pNLT0RCClQBgWMxWfn/CCNgHQKOgpHLl+vYLBoub3l
v4wyOVfsU8EmTyvxbwGRC3CtfbYPJwpXtikDJFaoqdpXPAi5PT2vVELfG5twWyGg5r5QJS/zACrE
Rvz52/GFwGjh9NGHyz7NWohx2uV49i2GNSu7CK2BpMHTt7YkW2zxs9izxEG2WRzG+M/gh/m9Ghcf
Lk/nbUHjFk5ZSqiDKo5x8eDFN8t8Wfpk8Iv6dmDDRMmXcr8XusMTrvK+hVMptDRbVQ/El+VrTU+5
q9abqO5s0ef92nOxPJWlnmUcMTHUgmANyXXW8vbJVIuzbaTcT/xVjFVC3EnGxwBeibWAR7H9q7Z3

So i have no way of NOT restarting apache every night...

30
Scripts / Re: CWP update script
« on: August 29, 2023, 08:03:32 AM »
That file is manglede by the cwp team so i cannot edit it.

Pages: 1 [2] 3