{FILE "templates/header.tpl.htm"}
 

Congratulations! EasyMoblog is installed!

 

 

Print this page!

This page contains important information you'll need to use your EasyMoblog site.

 

You can reach your EasyMoblog site here:
{SITE_URL}

You can configure and personalize your EasyMoblog site through Admin Area:
{SITE_URL}admin/

To access this area you have to authenticate using the following username/password:
- username: {ADMIN_USERNAME}
- password: {ADMIN_PW}

The following people are allowed to post to your EasyMoblog site:
- {ALLOWED_FROM}

 

Important!

In order to work properly, EasyMoblog needs to periodically check the POP3 mailbox you have set up. You don't have to connect to your POP3 account: EasyMoblog will automatically do it for you!
To do so, you have to schedule a batch script on your server:

  • If your server is a UNIX/Linux based system, you can configure your crontab; for example, if you want to run the batch every 10 minutes, add the following line to your crontab file (substitute "/path/to/php" with correct path of php executable):
    */10 * * * * /path/to/php -q {BASE_PATH}/batch/easymoblog_batch.php
  • If your server is Windows based, you have to add the following command to your Task Scheduler (substitute "C:/Path/to/php" with correct path of php executable):
    C:\Path\to\php -q {WIN_BASE_PATH}\batch\easymoblog_batch.php

If you can't schedule the batch script on your server, you can alternatively activate the "batch" module in EasyMoblog Admin Area (just go to Admin Area/Modules/ and select "activate" option in "batch" module).

 

Enjoy blogging!

Now you can start blogging!
To publish a new post on your site, just write it in an email message, and send it to the mailbox account you specified during installation.
You can add images to your posts sending them as attachments (use .jpg, .gif or .png files).

For more info about EasyMoblog: http://easymoblog.sourceforge.net/

 

 

 

the EasyMoblog staff

{FILE "templates/footer.tpl.htm"}