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.

ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version
#10
RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version
new modification we display the information you provided on the ready page

[Image: 02wy.png]

Code:
function UpdateReadyMemo(Space, NewLine, MemoUserInfoInfo, MemoDirInfo, MemoTypeInfo, MemoComponentsInfo, MemoGroupInfo, MemoTasksInfo: String): String;
begin
   Result := ''

   if MemoUserInfoInfo <> '' then begin
       Result := MemoUserInfoInfo + Newline + NewLine;
   end;
   if MemoDirInfo <> '' then begin
       Result := Result + MemoDirInfo + Newline + NewLine;
   end;
   if MemoTypeInfo <> '' then begin
       Result := Result + MemoTypeInfo + Newline + NewLine;
   end;
   if MemoComponentsInfo <> '' then begin
       Result := Result + MemoComponentsInfo + Newline + NewLine;
   end;
   if MemoGroupInfo <> '' then begin
       Result := Result + MemoGroupInfo + Newline + NewLine;
   end;
   if MemoTasksInfo <> '' then begin
       Result := Result + MemoTasksInfo + Newline + NewLine;
   end;
   Result := Result + 'Your Sentora install Configure:' + NewLine + NewLine;
   Result := Result + 'Your Full Name: ' + PageParam.Values[0] + NewLine;
   Result := Result + 'Your Email: ' + PageParam.Values[1] + NewLine;
   Result := Result + 'Your FQDN: ' + PageParamm.Values[0] + NewLine;
   Result := Result + 'Password For Zadmin: ' + PageParamm.Values[1] + NewLine;
end;

by cons for the moment I am blocking

the info is well returned and used by the batch file

but not by the php file

and it refuses to display the GLOBAL variable in var_dump

which means that I cannot know exactly how it returns the information to recover it correctly

I still have this problem to solve then I should be able to finish the rest of the installer in what hours it is the update function that will be more complicated to set up
Reply
Thanks given by:


Messages In This Thread
RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - by andykimpe - 07-02-2020, 12:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sentora for Windows 1.0.0 released! MarkDark 72 226 ,115 04-01-2022, 09:41 PM
Last Post: cathelest
Sentora on Windows ANY NEW INSTALLER elmoutakaf 3 10 ,501 10-04-2020, 02:37 AM
Last Post: Gigamax
sentora awserver apache 2.2 to 2.4 migration elmoutakaf 1 5 ,984 07-08-2020, 09:49 PM
Last Post: andykimpe

Forum Jump:


Users browsing this thread: 1 Guest(s)