Dolphin problem

sinogap

New Member
Messages
342
Reaction score
0
Points
0
I will pay credits for anyone who can help
1- http://seeknow.x10hosting.com/zocial/orca/ there's a huge code on the top of this page how can i remove it

2
- cron jobs for dolphin problem "
Cron <sinogap@lotus> /usr/local/bin/php -q m:/home/localhost/www/zocial/periodic/cupid.ph

Could not open input file: m:/home/localhost/www/zocial
/periodic/cupid.php

3- http://seeknow.x10hosting.com/zocial/browse.php
members links are
bye there name
example http://seeknow.x10hosting.com/zocial/Korupt
when it should be by id number
http://seeknow.x10hosting.com/zocial/profile.php?ID=2

help me fix these problems and I will pay you some credits
 

parallax

New Member
Messages
54
Reaction score
0
Points
0
1. The Orca interactive forum script is an ongoing problem when it is installed with Dolphin, and even the community from Dolphin are looking into it

Check BOONEX Community and ask the pandits

2. Check Dolphin installation text once again for the cron jobs


And, I'm not sure about the other errors
 
Last edited:

sinogap

New Member
Messages
342
Reaction score
0
Points
0
1. The Orca interactive forum script is an ongoing problem when it is installed with Dolphin, and even the community from Dolphin are looking into it

Check BOONEX Community and ask the pandits

2. Check Dolphin installation text once again for the cron jobs


And, I'm not sure about the other errors

where is the dolphin text?
 

parallax

New Member
Messages
54
Reaction score
0
Points
0
1. Click the Cron Jobs link under your CPanel account and choose Advanced (Linux Style)

Indicate the email address for collecting information about cron execution

Return to the Dolphin installation page and copy the first command to be run as cron (omitting the zeros and asterisks), for example: /usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/cmd.php and insert it into the first field of your CPanel cron jobs management page schedule the time for this job, which also can be fetched from the Dolphin installation page, such as:

0 0 * * * (which means: run the script every midnight)


Apply the changes and click Back to return to the Cron Management page

2. Do the same for the second cron script: /usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/notifies.php

and schedule the time for it:

*/10 * * * * (which means: run the script every 10 minutes)


3. Do the same for the third cron script: /usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/cupid.php

and schedule the time for it:

*/10 * * * * (which means: run the script every 10 minutes)


http://www.boonex.com/trac/dolphin/wiki/DetailedInstall
 
Last edited:
Top