ispCP - Board - Support
Publishing hosting plans - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Publishing hosting plans (/thread-6405.html)



Publishing hosting plans - Milligan - 04-15-2009 06:55 PM

I have added some hosting plans to my reseller account. Is there any way I could publish these plans on my website so people could place *new* orders from them?


RE: Publishing hosting plans - BeNe - 04-15-2009 06:58 PM

Only copy the Link on your side or make a popup.

Greez BeNe


RE: Publishing hosting plans - Milligan - 04-15-2009 07:04 PM

(04-15-2009 06:58 PM)BeNe Wrote:  Only copy the Link on your side or make a popup.

Greez BeNe

Which link ?


RE: Publishing hosting plans - BeNe - 04-15-2009 07:10 PM

The link when you click on your Hosting Plan form the Reseller GUI.

Greez BeNe


RE: Publishing hosting plans - Milligan - 04-16-2009 11:59 PM

I found the link, I think, and I'm displaying it on my site using thickbox. However, I'm experiencing some problems:

http://url/orderpanel/index.php?user_id=2 is the url opened by thickbox .. and I get "Permission Denied". Is this caused by the additional values required by thickbox in the url? (In reality, the url is: http://url/orderpanel/index.php?user_id=2?keepThis=true&TB_iframe=true&height=600&width=800), or is there some other problem?

If I visit the url directly, http://url/orderpanel/index.php?user_id=2, it works .. and will also work in thickbox if I try it again.

Ideas?


RE: Publishing hosting plans - Milligan - 04-17-2009 09:04 AM

(04-16-2009 11:59 PM)Milligan Wrote:  I found the link, I think, and I'm displaying it on my site using thickbox. However, I'm experiencing some problems:

http://url/orderpanel/index.php?user_id=2 is the url opened by thickbox .. and I get "Permission Denied". Is this caused by the additional values required by thickbox in the url? (In reality, the url is: http://url/orderpanel/index.php?user_id=2?keepThis=true&TB_iframe=true&height=600&width=800), or is there some other problem?

If I visit the url directly, http://url/orderpanel/index.php?user_id=2, it works .. and will also work in thickbox if I try it again.

Ideas?

And to answer my own problem, it was a case of me being stupid. If you study my url, I had two ?user_id=2?keepThis... Unsetting the user_id, and causing ispcp to fail,naturally.


RE: Publishing hosting plans - geeklandhosting.com - 04-17-2009 01:12 PM

Ok, I am kinda new to this but I would think is this information is stored in a database, which I would assume it is you can write a script in PHP that will gather info for each line of the table (each line would hold info for one of the hosting plans.) then display them in some form or fashion depending on the way you display them in your php code. If you are interested in this approach let me know and I will see if I can point you in the right direction.

JCannon