+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
Like Tree7Likes

Thread: how can I install this script on free host

  1. #1
    l.astsaeid36 is offline Banned l.astsaeid36 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    5

    how can I install this script on free host

    hi to all and thanks
    I need to install this script look at this site:http://www.osqa.net/
    but it's really hard or I can't?!!!!!
    any one can tell me how can i install this

  2. #2
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,153

    Re: how can I install this script on free host

    You can't, at least not here at x10Hosting. That application (it's far more than a "script") is a Python/Django app, and the only server-side language supported on the Free Hosting servers here is PHP. You need at least Python hosting (and it would really help if the Django platform was already installed).

    Oh, and despite the protestation in the site footer to the contrary, it very much is a Stack Exchange clone. The idea's been done. There is a reference implementation. There are available Markdown parser/sanitizer/converters for PHP and JavaScript with very liberal licenses. jQuery can handle most of the rest of the UI interactivity (votes, comments, etc.) easily. In other words, there's nothing stopping an enterprising young person from implementing this in PHP and MySQL if they've a mind to.
    l.astsaeid36 likes this.
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  3. #3
    l.astsaeid36 is offline Banned l.astsaeid36 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    5

    Re: how can I install this script on free host

    thanks a lot
    but can you introduce a answer and question system which doesn't need python
    of course i want sth that have the following ability
    1-any one can ask question and the question also shown for the others
    2-any one can leave reply and comment
    and the beautiful view with Ajax technology and .....

    thanks

  4. #4
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,153

    Re: how can I install this script on free host

    Well, if you don't want to write it yourself (and, honestly, it's not that hard) you could look at Coordino. It's a little rough -- it's based on the early days of StackOverflow, and really doesn't have the UI polish of the current Stack Exchange platform, but the basics are there.
    l.astsaeid36 likes this.
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  5. #5
    l.astsaeid36 is offline Banned l.astsaeid36 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    5

    Re: how can I install this script on free host

    really thanks but I have another script that again have problem
    plz look at script here

    it's completely install but when I want run it it have problem like this:

    PHP Code:
    Unable to load visual theme `gw_silverfrom table `gw_themes`. Check database settings or re-install the software
    can you resolve it for me??

    ---------- Post added at 03:33 PM ---------- Previous post was at 03:21 PM ----------

    now I install it but it have a lot of error
    plz look at it :http://saeidsaoft.x10.bz/g/glossword/1.8/

  6. #6
    elle_hon0831 is offline x10Hosting Member elle_hon0831 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    8

    Re: how can I install this script on free host

    what scripts?

    dinomirt96 likes this.

  7. #7
    Dead-i's Avatar
    Dead-i is offline Community Advocate Dead-i has a spectacular aura about
    Join Date
    Aug 2011
    Location
    United Kingdom
    Posts
    1,448

    Re: how can I install this script on free host

    I see no errors; not even on your new updated link. Do those links point directly to the script to wish us to verify? If so, please try clearing your cache/flushing your DNS. If not, could you post them?

  8. #8
    l.astsaeid36 is offline Banned l.astsaeid36 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    5

    Re: how can I install this script on free host

    Quote Originally Posted by Dead-i View Post
    I see no errors; not even on your new updated link. Do those links point directly to the script to wish us to verify? If so, please try clearing your cache/flushing your DNS. If not, could you post them?

    plz look this address
    http://saeidsaoft.x10.bz/g/glossword/1.8/gw_login.php

    PHP Code:
    Deprecated:  Function split() is deprecated in /home/saeidsof/public_html/g/glossword/1.8/lib/class.html.php on line 151

    Deprecated
    :  Function split() is deprecated in /home/saeidsof/public_html/g/glossword/1.8/lib/class.html.php on line 152 
    karimirt47 likes this.

  9. #9
    Dead-i's Avatar
    Dead-i is offline Community Advocate Dead-i has a spectacular aura about
    Join Date
    Aug 2011
    Location
    United Kingdom
    Posts
    1,448

    Re: how can I install this script on free host

    The script you are using is out of date. The script uses functions from older versions of PHP (before 5.3.0 was released) meaning that the script doesn't work.

    In this case, the function the script is attempting to use, split(), is deprecated. This means that the function has been removed from PHP because another similar function is available that is better than split().

    In this case, the correct function to use (instead of 'split') is PHP's explode function:
    http://php.net/manual/en/function.explode.php
    l.astsaeid36 likes this.

  10. #10
    l.astsaeid36 is offline Banned l.astsaeid36 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    5

    Re: how can I install this script on free host

    Quote Originally Posted by Dead-i View Post
    The script you are using is out of date. The script uses functions from older versions of PHP (before 5.3.0 was released) meaning that the script doesn't work.

    In this case, the function the script is attempting to use, split(), is deprecated. This means that the function has been removed from PHP because another similar function is available that is better than split().

    In this case, the correct function to use (instead of 'split') is PHP's explode function:
    http://php.net/manual/en/function.explode.php

    really thank
    but I don it but again have problem
    can you do it for i mean convert that file?
    i think I did sth wrong

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 07-01-2011, 01:10 PM
  2. need a free classified script and free article content script
    By indians in forum Scripts & 3rd Party Apps
    Replies: 0
    Last Post: 12-16-2010, 06:17 AM
  3. Can i install this free script?
    By leggat in forum Free Hosting
    Replies: 3
    Last Post: 06-26-2010, 09:49 AM
  4. Replies: 3
    Last Post: 04-15-2010, 09:37 AM
  5. Replies: 3
    Last Post: 01-14-2010, 02:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers