Adding shortcut buttons to Plesk admin panel [closed] - plesk

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I use Parallels Plesk Panel 11.0.9. Every time I want to check for some data I need to click the pages manually. For exaple
To check server CPU and memory load I need to do this: Find "Server Management" in left column, click "Tools & Settings". Inside "Server Management" click "Server Information".
Generally I use mydomain1.com's database1. To access the database of mydomain1.com. I need find "Domains" from "Hosting services", click the domain name. Click "Websites & Domains", click "Databases", select "database1", click "Webadmin"
Is it possible to create shortcuts so I can acces them from Admin's homepage of Plesk?

You can find out direct URLs of desired actions (via page properties) and use "custom buttons" to add shortcuts. Be aware that Plesk uses frames when has left menu, so you need to watch

Related

Custom font in batch file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I am currently making a Text user interface/TUI in batch. I want the font in the command prompt (console) to be exactly the same as the default Windows font, and I wish to do it without making registry changes. Is this possible?
(I can't give debug details right now, sorry about that.)
According to this website the default Windows 10 font is Segeo UI. I couldn't find a way to set this as the font used in the basic command prompt, as it seems to be restricted to a set amount of fonts, however the new Windows Terminal which can be downloaded from the Windows Store allows you to.
You simply press ctrl + , to open settings, go down to the Command Prompt profile on the left hand side, then go to appearance, and click show all fonts
Once you've clicked that, open the fonts dropdown and you'll find Segeo UI in the menu
Then just click save, and job done!

Multiple tabs application with react [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Good afternoon, I need a service desk type application with the ability to open tickets in different tabs. 1st way - We can use split screen in one browser tab, i.e. on the left there will be a list of tickets, and on the right there will be tickets opened by clicking from the list, and each click opens a new tab with a ticket. Or 2nd way - we can use browser tabs and open a new browser tab each time.
The historicity of the transitions within the tabs should also be maintained, since each ticket can be linked to others and we must be able to navigate between them in each separate tab.
What is the best way to implement this?
You can use a design system (or be inspired by) to implement de tab UI: Semantic UI, Material UI, and many others. And integrate this with React-router that can gives you the history.

WPF application - create custom hyperlinks [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
We are developing a WPF application and we have a requirement that a user can open certain screen and they need an option to create link and then paste them outside of the application like outlook or Skype etc... Once they paste it should appear as a link and when they click on the link it should open the application and navigate to the screen for which the link was created.
To achieve this we are trying to create a custom links like appname://, and on clicking we are trying to open the application and pass the guid as parameter.
Can you point us on how to create custom links and map them to navigate to particular exe on clicking?
You'll have to register your own URI Scheme in the registry and link it to your application executable path
HKEY_CLASSES_ROOT
alert
(Default) = "URL:Alert Protocol"
URL Protocol = ""
DefaultIcon
(Default) = "alert.exe,1"
shell
open
command
(Default) = "C:\Program Files\Alert\alert.exe" "%1"
You can read more on it here

SUGGESTIONS NEEDED - Running a Windows Form Application exe before system logon & store the form details in a database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Friends, I have been assigned a final year project like the following -
Before the login windows of Windows appears, my Windows Form App .exe should execute and be displayed.
It should not be possible to navigate from this form i.e. alt + ctrl + del and alt+tab and more commands should be disabled.
Once the values in the form fields are entered and submitted, they must go and get stored in a database on my college server
After all this happens only, the windows logon should appear and the user can then login and use the desktop.
I just know to create Windows Forms to some extent. Can u please suggest me how to do this whole process?
How to start the form on startup before the Windows Login? How to place that data into a database?
I do not know even 10% of Windows Forms , so please give a small description of your suggestions
To have a form load before login with the navigation requirements you request requires actually changing the login screen to a custom one.
This has been possible in all versions of windows; the Netware client (R.I.P.) used to do this so Windows would authenticate with Netware servers. The method for doing this has changed since Vista and is different than the one used in NT 4.0 - XP.
Here're some links to get you started:
Change the login process for windows 7
Windows Credential Provider with C#
Saving whatever information is in the form to a database should be straight forward, thought there are some security concerns regarding the connection string.

In SQL Server, locate backup file UI does not support location browsing [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Maybe many of you have wasted a lot of time on this when backup or restore a database using SQL Server 2008
Every time it comes back to the default location, and the form doesn't have a browse button, moreover, when pasting a URL the tree doesn't refresh, So it forcing you to walk though the Tree to find the location or to prepare your URL and file name manually and then paste it.
My question, Is there any technical reason that makes it very hard to have this simple functionality in such important form.
I have submitted a feedback ticket about it Here, please vote up if you think that a browse functionality should be there.

Resources