|
Control Panel
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
basically what i need to have done is whilst a page is loading like on plesk whilst some of there pages are loading the cintrol panel greys out and you see a loading screen and this dissapears when the page is loading. how would i ahchieve this. (see the screenshot for an example of what i want to achieve)
CrazyRob

|
|
| 14-10-2006 05:24 AM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: Control Panel
I can't help but I can just say that the template looks very advertising!
Veebra Articles - Computer and technology related articles.
|
|
| 14-10-2006 06:59 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
that not my template thts what i want the loading thing to look like
CrazyRob

|
|
| 14-10-2006 07:01 AM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: Control Panel
O whoops, I misread your post!
Veebra Articles - Computer and technology related articles.
|
|
| 14-10-2006 07:18 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
i was hoping somone could help me maby Nathy knows how to achive a loding screen.
CrazyRob

|
|
| 14-10-2006 06:25 PM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: Control Panel
If he doesn't perhaps just try asking Plesk themselves. If they have a loading interface that you like I am sure they wouldn't mind sharing it with you... I mean if I had something like that and I was asked I would tell them!
Veebra Articles - Computer and technology related articles.
|
|
| 15-10-2006 12:36 PM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
ok will do, anyone wanting to see the progress of the control panel can go to http://www.mxweb.co.uk/control/index.php. as it construction progresses directories will become secure so whjne the time comes ill post the logins here. Also i need somone who knows the php code on how to reboot a server as i had this
<?php
echo 'Server Rebooting.......';
shell_exec('reboot');
echo '<pre>$output</pre>';
?>
but i think its wrong can anyone help?
also there is a temp logo on there but im waiting for artmark to create the final one.
CrazyRob

|
|
| 16-10-2006 03:41 AM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: Control Panel
It looks great so far although I was trying to access it on this computer but it did not work. It worked on the other computer, best of luck!
Veebra Articles - Computer and technology related articles.
|
|
| 16-10-2006 02:05 PM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
RE: Control Panel
I think its nice but I dont like part of the logo being hidden by the word Elite. Also the letter E and C doesnt look very good. Just my opinion of what I see.
|
|
| 17-10-2006 03:06 PM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
ok ill change the design accordingly. the design is coming along slowly
UPDATE: Due to Programming issues and several other stuff that would take about 3 years to program, i have decided that the control panel can only be run on a cPanel server. So cpanel MUST be installed for all features on the control panel to work as it calles on the cpanel API's for it to do several options. This also makes my life easier.
CrazyRob

|
|
| 21-10-2006 01:35 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: Control Panel
I like your design. The design is great.
What you want on loading?
Do you want the loading popup on the page loading time?
Then that can be done using Java Script.
Just make a function to generate a popup looking as a loding menu. Then add the event handler onLoad into the body tag.
ie. onLoad="function()"
or you can call a window or an image. That makes the loading window very easly.
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 21-10-2006 01:19 PM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
can you explain in more depth? and provide me a example or the code?
CrazyRob

|
|
| 22-10-2006 06:06 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: Control Panel
OK.
This will work on the page loading time. You can make the popup window using some java scripts.
An example for making onload coding is:
<head>
<script language="javascript">
function init(){
...code...
}
</script>
</head>
<BODY onload="init()">
.
.
.
.
I think you now understand a little. You can mention the codes to display the popup window for the loading window. Thats all.
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 22-10-2006 06:27 PM |
|
|
clookid
Advanced Member
  
Posts: 184
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 4
Points: 134 (Donate)
|
RE: Control Panel
I am confused but I suppose that is because I don't know Java Script....
Veebra Articles - Computer and technology related articles.
|
|
| 23-10-2006 02:44 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 11-07-2007 05:54 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
Hi ivenms,
I've put the control panel on hold for the moment as i think there are just to many out there so i wouldn't get a market and also i was the only developer. However i am thinking about turning it into a server monitoring script like status2k or as an admin panel for free webhosts with billing included and auto account creation included.
I would love to get this started again but i would need a few people to help develop various aspects.
I think ive also got a final name for the product. Guardian Control
CrazyRob

|
|
| 13-07-2007 01:46 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 13-07-2007 02:40 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
Yes its not hard once you obtain the cPanel API's. To generate sub-domains or new cpanel accounts you can either use the accounting includes file (accounting.inc) where you put the server hash user and pass
or you can do it from URL in the sub-domains section as long as you get the variables in the URL correct.
Integrating scripts into cPanel 11 is very easy compared to cPanel 10. cPanel have even made a form on their site which will generate the install file for you. Just enter where the script resides on the server and a few other details and.... your done. Just run the install file from shell and cpanel will do the rest.
Did you mean add-ons like disc space and bandwidth?
or add-ons as in cpanel software add-ons?
If you meant disc space etc you can again sue the accounting.inc file. Just call on it in a PHP script.
CrazyRob

|
|
| 13-07-2007 06:04 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 13-07-2007 06:15 AM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: Control Panel
CrazyRob

|
|
| 13-07-2007 06:18 AM |
|
|
|
|