Jump to content
The Uniform Server Community

Recommended Posts

Posted

Z-CON

I am basically lazy! :lol:

Just like to perform a few mouse clicks to get the job done. :)

Even with Z-Con, still finding I need to use either Apanel or Unitray to do basic MySQL stuff. :)

 

I resorted to using that MySQL command prompt. :blink:

 

So I am thinking either add a drop down menu or new tab to do the job? B)

 

Hey! Perhaps even bin it. Not sure if it’s of any use? :)

 

Any feedback is welcome.

 

All the best

Ric :)

Posted

Z-CON

I am basically lazy! :lol:

Just like to perform a few mouse clicks to get the job done. :)

Even with Z-Con, still finding I need to use either Apanel or Unitray to do basic MySQL stuff. :)

 

I resorted to using that MySQL command prompt. :blink:

 

So I am thinking either add a drop down menu or new tab to do the job? B)

 

Hey! Perhaps even bin it. Not sure if it’s of any use? :)

 

Any feedback is welcome.

 

All the best

Ric :)

 

 

Whats a Z-Con where can I find info on the Z-Con ?

Posted
Whats a Z-Con where can I find info on the Z-Con ?

Z-Controller see Wiki for details :)

 

All the best

Ric :)

Posted

I have had several PM’s referring to why is Z-Con so big! (12.5M) :)

Reason, it uses, its own version of PHP and extensions. Does not piggyback on Uniform Server.

 

The next version will, and comes out at about 1M including 468K for bat2exe :)

 

I like small! 175K php_winbinder.dll

Add this to the power of PHP.

You get an excellent scripting environment. :)

 

Well! I find it compulsive and cannot resist havening a play.

 

 

All the best

Ric :blink:

Posted

I am surprised this plugin has not produced any responses.

 

Negative or constructive ideas would be welcome. Since there is a lack of interest I am putting this on the back burner. Coding to me is the fun part, however documentation is a pain and time consuming. Hence that time can be better spent elsewhere.

 

Hidden in the above plugin were a few conceptual ideas. Hey! They are now put on that back burner.

 

Come to think of it, 5.6 series has a similar response. That suggests an interesting conclusion.

 

All the best

Ric :)

 

Ya! Just trying to provoke a response. Ideas and dialogue move things forward. :)

  • 2 weeks later...
Posted

I find this interesting.

 

I also found some bugs (?) in V56_ZCON_1.1.

 

I am using port 800

 

When I click the -WWW root- button on the main ZCon page the URL is messed up.

 

I get http://:800/localhost/ instead of http://localhost:800/

 

In the code -zcon.phpw- I found:

 

//-- Server root WWW

$apache_port = get_apache_port(); // Get actual port

if($apache_port == 80){ // Standard port no change

$text='http://localhost/'; // Use as is

}

else{ // Non standard hence

$text='http://:'.$apache_port.'/localhost/'; // hence add port <<<

 

 

The //--Apanel Button works.

else{ // Non standard hence

$text='http://localhost:'.$apache_port.'/apanel/'; // hence add port

 

 

I see the same misalignment in the

//--phpMyAdmin Button

else{ // Non standard hence

$text='http://:'.$apache_port.'/localhost/apanel/phpMyAdmin/'; // hence add port

 

and

 

//-- Server root SSL

else{ // Non standard hence

$text='http://:'.$apache_port.'/localhost/'; // hence add port

 

 

Will try to fix myself once I figure out how to "roll my own" as it were.

I'm totally new to all this, just dl US5.6.2 yesterday, so it may take me a bit.

 

 

-WD

Win 7 Home Premium

Posted

Hi WufDog

 

Many thanks for the feedback.

I have sent you a PM with modified files.

Will incorporate bug fixes in next release.

 

All the best

Ric :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...