This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

All New Sentastico!
#31
RE: All New Sentastico!
So, I'm thinking something like this instead:

PHP Code:
function fixPermissions(){

    // Get OS
    $sysOS PHP_OS;

    // path to be corrected
    $mod_path '/etc/sentora/panel/modules/sentastico/packages';
    
    switch
($sysOS){
    case 'Linux':
        system("/bin/chmod -R 0755 ".$mod_path);
        system("/bin/chown -R ".system('whoami').":".system('groups')." ".$mod_path);    
    break
;
    default:
        // Windows or incompatible operating system !!Do Nothing!!
    break;
    
}
fixPermissions(); 
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#32
RE: All New Sentastico!
Tom,
sentastico module should not be called directly but instead routed thru

/?module=sentastico&mode=admin

Php direct calls in modules should be banned.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Thanks given by:
#33
RE: All New Sentastico!
(02-22-2016, 09:18 PM)Me.B Wrote: Tom,
sentastico module should not be called directly but instead routed thru

/?module=sentastico&mode=admin

Php direct calls in modules should be banned.

M B

Will work on it, but for now there are more important issues that need to be sorted. Also there is a re-write planned for the module system to make them easier to work with. Using the current template system makes it very difficult IMO to write modules. I have written a few and still haven't been able to wrap my head around the way things work 100%.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#34
RE: All New Sentastico!
Hello. I can't download sentastico. This said:

Resolving mach-hosting.tk (mach-hosting.tk)... 75.68.13.153
Connecting to mach-hosting.tk (mach-hosting.tk)|75.68.13.153|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-02-24 09:25:52 ERROR 404: Not Found.

An error occured, The package archive could not be extracted!
Thanks given by:
#35
RE: All New Sentastico!
use the main repo instead of testing repo:

zppy repo remove zppy-repo.mach-hosting.com
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Thanks given by:
#36
RE: All New Sentastico!
zppy repo remove mach-hosting.tk
zppy repo add zppy-repo.mach-hosting.com/repo
zppy update
zppy install sentastico
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#37
RE: All New Sentastico!
Any chance to get Sentastico running on PHP7 ?
Thanks given by:
#38
RE: All New Sentastico!
Not until Sentora installs with php7. I have no way of working with php7 at this time and modules are only required to run on default installs of Sentora with the default web packages.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by:
#39
RE: All New Sentastico!
zppy install sentastico
Module to be installed sentastico
--2016-04-24 19:36:49-- http://mach-hosting.tk/repo/sentastico.zpp
Resolviendo mach-hosting.tk (mach-hosting.tk)... 75.68.13.153
Conectando con mach-hosting.tk (mach-hosting.tk)[75.68.13.153]:80... conectado.
Petición HTTP enviada, esperando respuesta... 404 Not Found
2016-04-24 19:36:49 ERROR 404: Not Found.

An error occured, The package archive could not be extracted!
Thanks given by:
#40
RE: All New Sentastico!
http://forums.sentora.org/showthread.php...1#pid15501

Updated first post also with new repository.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Thanks given by: lycuc


Possibly Related Threads…
Thread Author Replies Views Last Post
Sentastico white screen zustudios 3 7 ,984 01-27-2020, 03:20 AM
Last Post: Jettaman
How to Sentastico Packages update? lycuc 11 30 ,321 08-11-2018, 11:14 AM
Last Post: TGates
Sentastico "add" button does nothing Saveriott12 10 25 ,631 03-02-2018, 05:50 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 2 Guest(s)