User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 426,873 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,319 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 1106 | Replies: 3
Reply
Join Date: Aug 2005
Posts: 596
Reputation: SpS is on a distinguished road 
Rep Power: 5
Solved Threads: 31
SpS's Avatar
SpS SpS is offline Offline
Posting Pro

wiki pages

  #1  
Sep 27th, 2005
I wanna know how to host wiki pages say on geocities or some place else..
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Aug 2005
Location: Oklahoma
Posts: 902
Reputation: chrisbliss18 is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 21
chrisbliss18's Avatar
chrisbliss18 chrisbliss18 is offline Offline
Posting Shark

Re: wiki pages

  #2  
Sep 27th, 2005
I don't think the free sites give you enough access to be able to support such a site. You need to be able to host and use CGI scripts/programs in order to create such a site. I don't know of any free hosts that give you that.
Did we help you? Did we miss the point entirely? Update your thread and let us know.
Don't like the answers you are getting?
Did you try searching?
Clean up and optimize Windows 2000/XP
Reply With Quote  
Join Date: Sep 2005
Posts: 689
Reputation: digital-ether has a spectacular aura about digital-ether has a spectacular aura about 
Rep Power: 6
Solved Threads: 41
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Practically a Master Poster

Solution Re: wiki pages

  #3  
Sep 27th, 2005
Originally Posted by sunnypalsingh
I wanna know how to host wiki pages say on geocities or some place else..

There are some smaller freehosting sites that allow you to use php, however, Geocities and most other free homepages dont allow you to have php pages, or other sever side processed pages saved by you. However most allow javascript, so there still can be a solution.
It is quite long and complex though.

Javascript in turn can create http connections after the html page is loaded (see AJAX, or IFRAME-RPC). This is pretty much all you need.

The solution wuold be to use javascript to make http connections to an existing application that can store your wiki pages. This is anything on the internet that you can access by authenticating yourself via http, and retrieve/save information. Also, only you should have access.

Examples are email accounts, private message boards, group pages such as msn groups which you keep private, private google groups etc.

Using a free email account as an example:

Authentication:
Im not sure if you can use javascript to authenticate yourself on a pop3 or IMAP server, though this would make it simpler, but you can definately use javascript to authenticate yourself on a webmail page, like yahoo, gmail, hotmail, or the open source horde, or squirrelmail.
(you can also send emails from javascript, but i think that will create a popup telling the user you are sending an email)

To authenticate yourself, you will make a http post request to the webmail account using javascript. The http post request will contain your username and password.
This will grant you a session to your webmail account from the browser that made the http post request.
(Your username and password will be visible on the html page making the request, but this can also be solved by having users register, and in registering they create their own free email accounts. They then use their own username and password).

Editing pages:
Once they are authenticated, they can edit pages, just by sending an email. (The email is sent by making the right http post request to the webmail account to send the email).
The email titles are the title of the page, and you can add a line to the body of the email that says, edited by 'whoever' at 'time' etc etc.


In essense all you are doing is using the already avaialble service on the web, but creating a different user interface, with javascript and html.

I think there isa few projects on sourceforge.net that make use of free hosting and other free stuff on the web to save data.
cant think of the names though.

Try searching the web for AJAX.
And also http post and http authentication.
Also, http post vulnerabilities, or form post vulnerabilities.

good luck.
Reply With Quote  
Join Date: Jul 2005
Location: Chennai India
Posts: 65
Reputation: chrisranjana is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 2
chrisranjana chrisranjana is offline Offline
Junior Poster in Training

free wiki hosting

  #4  
Sep 28th, 2005
This

http://en.wikibooks.org/wiki/Wiki_Sc...o_start_a_Wiki

should give you more information on hosting wiki
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb PHP Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the PHP Forum

All times are GMT -4. The time now is 10:09 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC