| View previous topic :: View next topic |
| Author |
Message |
Samir
Joined: 24 Oct 2003 Posts: 4
|
Posted: Fri Oct 24, 2003 10:10 am Post subject: How to Download this SCript? |
|
|
Where can i download this script ?  |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Fri Oct 24, 2003 11:17 pm Post subject: |
|
|
Samir,
In order to build an demo version for your server we will need the following information:
1) The website where you plan to install this
2) Your operating system
3) The version of Python installed on your server
Thanks,
Haris |
|
| Back to top |
|
 |
Samir
Joined: 24 Oct 2003 Posts: 4
|
Posted: Sat Oct 25, 2003 12:59 am Post subject: |
|
|
Harris,
I am planning to use it for multiple domains. But demo i will install on PROFESSIONALEMAIL.NET.
I have a reseller account on a shared Linux server. It uses WHM/CPANAL. And i am not sure what version of python is being used.
Can you Please also quote me the prices in Email at ntprofessionals@hotmail.com or private message.
Thank you. |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Sat Oct 25, 2003 1:30 am Post subject: |
|
|
Samir,
If you wish to check what version of Python you have, here is a quick way to do so:
Upload the following script inside your cgi-bin directory:
-------------------Cut here-------------------------------------------
#!/usr/bin/env python
print "Content-type text/html\n\n"
import sys
print sys.version
############## END OF SCRIPT ###################
Once you upload it do not forget to change permissions to 755. Finally point your browser to run this script i.e. if you called this script version.cgi point your browser to http://yourdomain.com/cgi-bin/version.cgi
Please check your email for answers to your other questions.
Thanks,
Haris |
|
| Back to top |
|
 |
|