| View previous topic :: View next topic |
| Author |
Message |
Keepongoing
Joined: 13 Feb 2003 Location: Korea
|
Posted: Sun Feb 25, 2007 4:33 pm Post subject: Setting up Moodle |
|
|
| i got a good host "powweb" and downloaded Moodle, but I am completely illiterate about PHP, html ect. I need help and if someone can set it up for me, I will pay you. Thank you |
|
| Back to top |
|
 |
SuperHero

Joined: 10 Dec 2003 Location: Superhero Hideout
|
Posted: Sun Feb 25, 2007 5:11 pm Post subject: |
|
|
Hello,
I've done paid set ups of moodle many times. I'll even sit down with you and give you some training on how to use it. However I would recommend leaving powweb. I used to use them but moodle never worked properly and I had to change hosts.
Things may have changed, but all I can say is that they had the most counter intuitive set up for things. If you insist on powweb I'll try but can make no promises.
pm me if interested. |
|
| Back to top |
|
 |
visviva
Joined: 03 Feb 2003 Location: Daegu
|
Posted: Mon Feb 26, 2007 1:31 am Post subject: |
|
|
I'd be happy to help you (or anyone else in a similar situation) out, although if the above poster is right about your host there probably isn't much to be done.
I've completed the Moodle Certification, for what it's worth.  |
|
| Back to top |
|
 |
matthews_world
Joined: 15 Feb 2003
|
Posted: Mon Feb 26, 2007 4:33 pm Post subject: |
|
|
I attended a KOTESOL workshop which briefly discussed Moodle back a few years ago.
I'm still at a loss as to what it is actually used for. |
|
| Back to top |
|
 |
SuperHero

Joined: 10 Dec 2003 Location: Superhero Hideout
|
Posted: Mon Feb 26, 2007 4:38 pm Post subject: |
|
|
| matthews_world wrote: |
I attended a KOTESOL workshop which briefly discussed Moodle back a few years ago.
I'm still at a loss as to what it is actually used for. |
It's online classroom management. You can have downloads, activities, lessons, assignments, journals, embedded audio/video, forums, randomized questions on quizzes, order of multiple choice answers randomized, timers for quizzes, gradebook, extensive logs, and much more.
It's very useful to the teacher and you don't have to be a geek to use it. Setting it up, may take a bit of technical know how, but once it's going even a technotard can use it well. |
|
| Back to top |
|
 |
diver
Joined: 16 Jun 2003
|
Posted: Tue Dec 30, 2008 9:27 pm Post subject: |
|
|
I have got Moodle uploaded to my server 9I use Yahoo Small Business - I know )
When I go to install Moodle, I fail the PHP setting test.
I get this:
SECURITY WARNING!
To operate properly, Moodle requires
that you make certain changes to your current PHP settings.
You must set register_globals=off.
This setting is controlled by editing your php.ini, Apache/IIS
configuration or .htaccess file.
I could edit this file if I knew where to find it.
Any help?
I'll even pay for services if it is reasonable. |
|
| Back to top |
|
 |
jjurabong

Joined: 22 Jan 2003
|
Posted: Tue Dec 30, 2008 9:29 pm Post subject: |
|
|
I can vouch for Superhero as a very patient, and good moodle "setter-upper and shower-hower" |
|
| Back to top |
|
 |
ddeubel

Joined: 20 Jul 2005
|
Posted: Wed Dec 31, 2008 1:00 am Post subject: |
|
|
I used the Callsig to set up my moodle. Click the tutorial on the right (you may now have to sign up/in???) . Really easy to follow and well thought out , thorough tutorial. Hats off to this!
http://callsig.org/home/
But if you are doing anything beyond installing - I'd recommend paying a little to get trained in servicing and customizing it. Worth the $$$ . If using with staff, make sure admin also pays for the teachers to get a workshop from a professional on general use. Either that or it will never get used properly....
Cheers,
DD
http://eflclassroom.ning.com |
|
| Back to top |
|
 |
diver
Joined: 16 Jun 2003
|
Posted: Tue Jan 06, 2009 9:50 pm Post subject: |
|
|
| ddeubel wrote: |
I used the Callsig to set up my moodle. Click the tutorial on the right (you may now have to sign up/in???) . Really easy to follow and well thought out , thorough tutorial. Hats off to this!
http://callsig.org/home/
But if you are doing anything beyond installing - I'd recommend paying a little to get trained in servicing and customizing it. Worth the $$$ . If using with staff, make sure admin also pays for the teachers to get a workshop from a professional on general use. Either that or it will never get used properly....
Cheers,
DD
http://eflclassroom.ning.com |
Thanks for the link. The tutorial was brilliant. I now have a new host (BlueHost) and a new Moodle.
As it turns out, my problem was not me, it was Yahoo Web Hosting. I am glad I switched.
I do have one problem. The cron job I set up in BlueHost doesn't seem to work. If I run it manualy (www.mysite.com/moodle/admin/cron.php) it appears as if the script runs. What does not seem to be working are the automation settings in Blue Host. Is there anyone else uses Blue Host and can shed some light on this.
Thanks! |
|
| Back to top |
|
 |
ddeubel

Joined: 20 Jul 2005
|
|
| Back to top |
|
 |
tfunk

Joined: 12 Aug 2006 Location: Dublin, Ireland
|
Posted: Wed Jan 07, 2009 5:00 am Post subject: |
|
|
I know what is causing your problem. An experienced hacker can look for ways to get into your site. If your site contains private, sensitive or confidential material then you should fix this problem. In the meantime, if you are only getting the site up and running then make a copy of your site on a daily basis.
Fixing it requires a bit of explanation. There are two options:
Email your host and ask them to set 'register_globals=off' for your account or do some work yourself...
There are tutorials on the second option all over the internet. Basically, you are looking for a file called .htaccess at the root of you Moodle installation and you want to edit it, adding the line:
php_flag register_globals off
One problem is finding this file in the first place as a few web editors hide this file by default.
Moodle comes with an .htaccess file, so you should find it on your local computer (in addition to it being on your web server)
Do you understand me? It would take an experienced person 5 minutes to do, but an inexperienced person could mess something up.
I'll do it for you, but you'd have to give me your FTP details. |
|
| Back to top |
|
 |
diver
Joined: 16 Jun 2003
|
Posted: Thu Jan 08, 2009 6:25 am Post subject: |
|
|
| tfunk wrote: |
I know what is causing your problem. An experienced hacker can look for ways to get into your site. If your site contains private, sensitive or confidential material then you should fix this problem. In the meantime, if you are only getting the site up and running then make a copy of your site on a daily basis.
Fixing it requires a bit of explanation. There are two options:
Email your host and ask them to set 'register_globals=off' for your account or do some work yourself...
There are tutorials on the second option all over the internet. Basically, you are looking for a file called .htaccess at the root of you Moodle installation and you want to edit it, adding the line:
php_flag register_globals off
One problem is finding this file in the first place as a few web editors hide this file by default.
Moodle comes with an .htaccess file, so you should find it on your local computer (in addition to it being on your web server)
Do you understand me? It would take an experienced person 5 minutes to do, but an inexperienced person could mess something up.
I'll do it for you, but you'd have to give me your FTP details. |
Okay, I downloaded the .htaccess file I found in the root.
It looks like this in Notepad (line numbers are mine)
1. RewriteEngine on
2. # Use PHP5 as default
3. AddHandler application/x-httpd-php5 .php
4. RewriteCond %{HTTP_HOST} ^mapleleafed.com$ [OR]
5. RewriteCond %{HTTP_HOST} ^www.XXXXXXXXX.com$
6. RewriteRule ^/?$ "http\:\/\/www\.XXXXXXXX\.com\/moodle\/" [R=301,L]
So I need to add:
php_flag register_globals off
After which line would I add it.
And then I simply upload it back into my root?
ALSO: I have my cron script running. I still can't get my attendance module to show the correct date and time. I have my site set to UTC+9 in admin, but it still lags when i go to attendance (it shows yesterday's date). |
|
| Back to top |
|
 |
tfunk

Joined: 12 Aug 2006 Location: Dublin, Ireland
|
Posted: Fri Jan 09, 2009 6:01 am Post subject: |
|
|
Check your PM. For the benefit of those searching this forum, you can add
php_flag register_globals off
to the beginning or end of the .htaccess file and then upload it to the server.
Sorry, I'm not familiar with Moodle and can't help you out with the attendance module. Perhaps there's module specific settings. |
|
| Back to top |
|
 |
|