Saturday, March 9, 2013

How to create add-ons with WebSitePanel (Re sellers Windows)



First creating the add-on :-
  1. Log on WebSitePanel,
  2. From your reseller home page click on "Hosting Add-on's"and then click the "Create Hosting Add-on" button
  3. Next type the name for this add-on in "Add-on Name"
  4. Tick the "system" option and set the amount of space for this add-on. If you enter 1000 MB and the user has a plan with 500 MB then once the add-on is added, the plan will have 1500 MB of space.
  5. Next click Save.
Now you have created an add-on that you can assign to your customer to increase the space by multiples of 1 GB.
To add a supplement to the plan:
  1. Click Clients.
  2. Click the name of the customer to receive the add-on.
  3. Click on Spaces.
  4. Click in the Space where you want to apply the add-on
  5. On the next page choose "edit details" on  the right hand side menu.
  6. Click on "Add Add-on" button.
  7. Select your add-on from the drop down menu and enter the add-on increments you want to apply to the plan.
  8. Then click Save

Monday, March 14, 2011

How to search keyword for specific site

suppose your search key word is : JAVA
and you want to search this keyword for site : www.mastermoin.com, in state of whole google seach

type search string as  :  site:mastermoin.com JAVA



Tuesday, March 1, 2011

How to make Full Touch Application

Download any jar application

Open it in to winrar

Find META-INF directory and open MANIFEST.MF into any text editor (notepad)

and append following contain in it

------------------------------------------------------

TOUCHSCREEN:true
NUMPAD:true
MIDlet-Touch-Support:true
SCREEN_WIDTH:240
SCREEN_HEIGHT:320
------------------------------------------------------

Save this contain and close text editor and update archive in winrar

enjoy your touch application