BOONEX.COM BOONEX BLOG BOONEX DEVZONE

Author Archive for littlepaws

Problem with forum after 6.0.0002 to 6.0.0003 Upgrade

having a problem with the forum after upgrade.

 a strange  has appeared at the beging of the posts.

Also when replying or make a post the template has disapeared background colour has disappeared?
you can see the actions but the backgroud colour are all white ?

Bold (Ctrl+B)Italic (Ctrl+I)Underline (Ctrl+U)StrikethroughAlign leftAlign centerAlign rightAlign full
CutCopyPasteFindFind/ReplaceUnordered listOrdered listOutdentIndentUndo (Ctrl+Z)Redo (Ctrl+Y)Insert/edit linkUnlinkInsert/edit anchorInsert/edit imageCleanup messy codeHelpEdit HTML SourceInsert dateInsert timePreview
Inserts a new tableTable row propertiesTable cell propertiesInsert row beforeInsert row afterDelete rowInsert column beforeInsert column afterRemove columnSplit merged table cellsMerge table cellsInsert horizontal rulerRemove formattingToggle guidelines/invisible elementsSubscriptSuperscriptEmotionsRun spell checkingPrint
Path:  

Backgroud is all white and no box to indicate where to type the message?

Working fine before upgrade?

6.0.0003 Upgrade (where)

I currently have Dolphin 6.0.0002 and want to upgrade to 6.0.0003

Where can I find and download the Upgrade version of Dolphin 6.0.0003 and the installation intructions ?

moderation explained

Automatic profile activation after joining ( when joining the account auto activates )

But there nothing for Videos or Music ?

advance settings

Enable uploading of photos to profile

Dos’nt seem to matter if i have these tick or not ? members can still upload

Uploads

In the advance setting I changed the amount of uploads for music, videos and picture in profiles

For example profile music is set to 5, and a member has posted 9 ?

Should’nt it have said they have reached there limit or somthing ?

Help please

Join page password box

How can I can the length of the password and password confirm on the join page ?

I want to change it to only 8 charactures long.

Database error

Database error in Dogs Face Party
Query:
SELECT `ID`,`NickName` FROM `Profiles` WHERE  `NickName` = ”

Mysql error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”” at line 1

Found error in file /home/xxxxxx/public_html/rewrite_name.php
at line 64. Called db_arr function
with erroneous argument #0

Debug backtrace:
Array
(
    [1] => Array
        (
            [file] => /home/xxxxxxx/public_html/inc/db.inc.php
            [line] => 115
            [function] => db_res
            [args] => Array
                (
                    [0] => SELECT `ID`,`NickName` FROM `Profiles` WHERE  `NickName` = ”
                    [1] => 1
                )

        )

    [2] => Array
        (
            [file] => /home/xxxxxxxx/public_html/rewrite_name.php
            [line] => 64
            [function] => db_arr
            [args] => Array
                (
                    [0] => SELECT `ID`,`NickName` FROM `Profiles` WHERE  `NickName` = ”
                )

        )

)

Called script: /rewrite_name.php

Request parameters:
Array
(
)


Auto-report system

 This can into my email ? any ideas anyone ?

Approval help!!

I wan to be able to aprove all uploads !!

Videos, Music and Photo including profiles.

However it seems this cannot be done ?

I been to moderation settings

Automatic photo activation after uploading unticked

But where are the settigs for the Video and Music.

I opened Ray suite and untick the auto apporove ( using rms.boonex.com server )

I can upload ok

But can approve anything ???

For example:

Profile music (set do not auto approce in ray suite)

Then went to content profile music and the music is there but no options to approve it? only option is delete ?
How do you Approve it?
Also if you click on it it say the Music Players says - ERROR: FILE NOT APPROVED ( where do I approve it )

AlSO under moderation setting what does this mean?

Do not change profile status after uploading

If I running a community surely I need to approve and un-approve everything what is happen within it. Boonex must have implemented with otherwise its not safe for anyone to run this sort of community.

URGENT HELP NEEED !!
Why are there no step by step guide to the fundemental running a moderating section to the community ?

Moderating Content uploaded

How do I set the setting so i have to approve everything before it can be shown.

I want to be able to approve

Videos, music, photos and anything else which is uploaded, for the community and profiles

How can I set Dolphin 6 to do this ?

Dolphin 6.0.0002 install problem

Clean Install of dolphin 6.0.0002 ,

Failed to proceed to the next stage which was cron jobs, therefore I manually put in the cron jobs.

However the final stage is to reverse the permission to certain folders and file, anyone know what they are as I they are not in the install guide.

Uninstalled the install folder and removed the first line in the .htaccess folder which brings up server error 500 ?

 I think all i need is the install reverse permission. ( why are these not in the install guide?)

affilliates

how can you cancel the affliates, and change the sign to sorry we are not accepting affilliates at this time.

thanks in advance

Cron email errors

cron daemon email messages ?

 Warning: main([path_to]inc/header.inc.php): failed to open stream: No such file or directory in /home/XXXXX/public_html/periodic/notifies.php on line 21

Fatal error: main(): Failed opening required ‘[path_to]inc/header.inc.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/XXXXX/public_html/periodic/notifies.php on line 21

Any ideas on this one many thanks !!

Generate Members

Setup www.xbox360fanzone.com using Dolphin 6.

But how can I generate members, perferably Xbox 360 fans and gaming fans to the website.

Any ideas how to get things rolling !!

Dolphin Update 6.0.0001 to 6.0.0002

Ran the updates to the letter however my admin error still says:

Version

Installed - 6.0.0001
Latest - 6.0.0002

Although I have done the updates? any ideas?

Dolphin 6.0.0001 Bugs after clean install

Dolphin 6.0.0001 Bugs - that I know of:

Bugs Not Fixed to my Knowledge

1) Leaders - nothing showing ( No FIX )
2) New Members cannot login - Sorry, invalid password! Please, try again. ( No FIX )

Found a work around ( temperary Solution )
1) Click - Join and fill in details
2) Confirm your profile with CONFIRMATION CODE
3) Click - Forgot Password? ( A new Password will be sent to your email ).
4) Login using username and new password given.
5) Then Change you password within your profile to your desired password.

BUGS FIXED

1) Admin login Sorry, invalid password! Please, try again.( FIXED )

Solution:
1) Create a txt file for example “admin_fix.php”.
2) Insert the following code there
<?php
 include( “inc/header.inc.php” );
 include( “inc/db.inc.php” );
 db_res( “TRUNCATE TABLE `Admins`” );
 db_res( “INSERT INTO `Admins` (`Name` ,`Password`) VALUES (’admin’, MD5( ‘dolphin’ ))” );
?>

3) Copy and paste this file into Dolphin’s root folder
4) Run this file in your favourite browser - for example http://www.yoursite.com/dolphin/admin_fix.php

5). Enter your Admin Panel and change the password to one of yours (difficult to guess pass). Since the file above sets new default password “dolphin”.

Really need a fix for the

New Members cannot login - Sorry, invalid password! Please, try again. ( URGENT FIX REQUIRED )

Members Cannot Login ?

New Install of Dolphin 6 with Ray version 6.00001

Had problem with Admin Login after install, which I resolved !

Had another problem with Ray not working which my Hosting company Resovled !

However when a new member join it’s not restoring the password for that user ?
Example: username: test  Password: test ( simple )

Try login and get invalid password. I tried confirm password and notice that the password was listed as :
Confirm Profile: (email)
no username listed just a confrim link and this:-

Password:
5442124f0a33c125efb8a9d93177752c

Something is wrong everytime a new member signs up with a password it says its invalid ?
Please Help