My Profile Oops! This link appears broken

AHHH! this is way over my head I have spent many weeks learning dolphin and how to customize everything, my site looks lovely (I AM REALLY PROUDCool and happy I feel like for once Im actually accomplishing something) but today I desided to make a standard user profile for my self to test and start editing features, work out membership levels ect... I have my first ever user account (me) but when I click on the 'My profile' link the browser goes sraight to google and says "Oops! This link appears broken."  AHHHH what do I do????

I have spent weeks and weeks on this it is an awsome product but this is really beond me (I dont have the faintest idear what this problem is I mean seriously I am usually very good at fixing any thig grafical and css and embeding but this is a boxing match and Im officially K.O.ed!!!! 

the rest of my site looks A OK but this has really messed things up for me and I dont know what to do and I badly need some guidance.

Thankyou

Bennis

Quote · 3 May 2009

We need the url to your site so we can see what it does. Sounds like the common mod-rewrite issue to me, but we need to see it to be sure.

https://www.deanbassett.com
Quote · 3 May 2009

In the mean time I will go and brush up on my php (soon to be conqured lack of) skills seen as I have no clue of how to fix this problem or even what is the cause in the first place I mean it could be anything ANYTHING worse than a needle in a hay stack ( at least I know what a needle looks like lol) lol Im laughing and crying now its not good

Quote · 3 May 2009

Umm, you still did not post a link to your website.

https://www.deanbassett.com
Quote · 3 May 2009

http://www.darkink-womensclothing.com/shop/catalog/DARK-HARTS/index.php

Quote · 3 May 2009

sorry i must have been typing some where else

Quote · 3 May 2009

Yup. The hosting company your with does not appear to have mod-rewrite enabled.

Your links on the menu for photos, videos and classifides are also not working.

Check to make sure your .htaccess files are present on the server and check with your host about mod-rewrite support.

https://www.deanbassett.com
Quote · 3 May 2009

all my permalinks are active

Quote · 3 May 2009

ok ignor that last post i didnt see you had typed again, my step father is good with hosting i can have a good look at it tomorow when he is awake. thanks man i was really starting to freak out thereEmbarassed

Quote · 3 May 2009

Ok my mod re-write is now enabled and my htaccess file is in the right place on the server. the htaccess file doesn't mention any thing about making a new profile when the user creates an account, look....:

<Files *>
order deny,allow
deny from 41.0.0.0/8
deny from 58.0.0.0/8
deny from 59.0.0.0/8
deny from 60.0.0.0/8
deny from 61.0.0.0/8
deny from 77.0.0.0/8
deny from 78.0.0.0/8
deny from 79.0.0.0/8
deny from 80.0.0.0/4
deny from 194.0.0.0/8
deny from 195.0.0.0/8
deny from 196.0.0.0/8
deny from 213.0.0.0/8
deny from 217.0.0.0/8
deny from 62.0.0.0/8
</Files>

Options -MultiViews

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^articles/{0,1}$   articles.php [QSA,L]
RewriteRule ^articles/entry/([^/.]+)/{0,1}$   articles.php?action=viewarticle&articleUri=$1 [QSA,L]
RewriteRule ^articles/entry/{0,1}$   articles.php?action=viewarticle&articleUri=$1 [QSA,L]
RewriteRule ^articles/category/([^/.]+)/{0,1}$   articles.php?action=viewcategory&articleCatUri=$1 [QSA,L]

RewriteRule ^news/{0,1}$  news.php [QSA,L]
RewriteRule ^news/([^/.]+)/{0,1}$  news.php?newsUri=$1 [QSA,L]

RewriteRule ^blogs/{0,1}$   blogs.php [QSA,L]
RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  blogs.php?page=$2&per_page=$1  [QSA,L]
RewriteRule ^blogs/top/{0,1}$   blogs.php?action=top_blogs [QSA,L]
RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/top_posts/{0,1}$   blogs.php?action=top_posts [QSA,L]
RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^blogs/tag/{0,1}$   blogs.php?action=search_by_tag&tagKey= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]
RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   blogs.php?action=show_member_post&postUri=$1 [QSA,L]
RewriteRule ^blogs/entry/{0,1}$    blogs.php?action=show_member_post&postUri= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/{0,1}$   blogs.php?action=show_member_blog&ownerName= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]

RewriteRule ^events/{0,1}$  events.php?show_events=all&action=show [QSA,L]
RewriteRule ^events/all/([0-9]+)/([0-9]+)/{0,1}$  events.php?show_events=all&action=show&page=$2&per_page=$1  [QSA,L]
RewriteRule ^events/part/{0,1}$  events.php?show_events=all&action=show [QSA,L]
RewriteRule ^events/search/{0,1}$  events.php?action=search [QSA,L]
RewriteRule ^events/search/([^/.]+)/{0,1}$  events.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^events/my/{0,1}$  events.php?action=show&show_events=my [QSA,L]
RewriteRule ^events/new/{0,1}$  events.php?action=new [QSA,L]
RewriteRule ^events/entry/([^/.]+)/{0,1}$  events.php?action=show_info&eventUri=$1 [QSA,L]
RewriteRule ^events/part/([^/.]+)/{0,1}$  events.php?action=show_part&eventUri=$1 [QSA,L]

RewriteRule ^ads/{0,1}$  classifieds.php?Browse=1 [QSA,L]
RewriteRule ^ads/search/{0,1}$  classifieds.php?SearchForm=1 [QSA,L]
RewriteRule ^ads/my/{0,1}$  classifiedsmy.php?MyAds=1 [QSA,L]
RewriteRule ^ads/new/{0,1}$  classifiedsmy.php?PostAd=1 [QSA,L]
RewriteRule ^ads/cat/([^/.]+)/{0,1}$  classifieds.php?catUri=$1 [QSA,L]
RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  classifieds.php?scatUri=$1 [QSA,L]
RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/entry/([^/.]+)/{0,1}$  classifieds.php?entryUri=$1 [QSA,L]
RewriteRule ^ads/tag/([^/.]+)/{0,1}$  classifieds_tags.php?tag=$1 [QSA,L]

RewriteRule ^photo/all/([0-9]+)/([0-9]+)/{0,1}$   browsePhoto.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_top/{0,1}$  browsePhoto.php?rate=top [QSA,L]
RewriteRule ^photo/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browsePhoto.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/{0,1}$  browsePhoto.php?tag=$1 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browsePhoto.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browsePhoto.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/{0,1}$  browsePhoto.php?ownerName=$1 [QSA,L]
RewriteRule ^photo/gallery/([^/.]+)/{0,1}$  viewPhoto.php?fileUri=$1 [QSA,L]
RewriteRule ^photo/gallery/{0,1}$  viewPhoto.php?fileUri=$1 [QSA,L]

RewriteRule ^music/all/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_top/{0,1}$  browseMusic.php?rate=top [QSA,L]
RewriteRule ^music/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browseMusic.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/{0,1}$  browseMusic.php?tag=$1 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browseMusic.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browseMusic.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/{0,1}$  browseMusic.php?ownerName=$1 [QSA,L]
RewriteRule ^music/gallery/([^/.]+)/{0,1}$  viewMusic.php?fileUri=$1 [QSA,L]
RewriteRule ^music/gallery/{0,1}$  viewMusic.php?fileUri=$1 [QSA,L]

RewriteRule ^video/all/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_top/{0,1}$  browseVideo.php?rate=top [QSA,L]
RewriteRule ^video/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browseVideo.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/{0,1}$  browseVideo.php?tag=$1 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browseVideo.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browseVideo.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/{0,1}$  browseVideo.php?ownerName=$1 [QSA,L]
RewriteRule ^video/gallery/([^/.]+)/{0,1}$  viewVideo.php?fileUri=$1 [QSA,L]
RewriteRule ^video/gallery/{0,1}$  viewVideo.php?fileUri=$1 [QSA,L]

RewriteRule ^groups/all/{0,1}$ grp.php [QSA,L]
RewriteRule ^groups/entry/([^/.]+)/{0,1}$    grp.php?action=group&groupUri=$1    [QSA,L]
RewriteRule ^groups/category/([^/.]+)/{0,1}$        grp.php?action=categ&categUri=$1    [QSA,L]
RewriteRule ^groups/keyword/([^/.]+)/{0,1}$        grp.php?action=categ&keyword=$1    [QSA,L]

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]

</IfModule>

Thats my htaccess file I only added the ip bit at the top, it seems strange/immpossable to me that the code would be missing as I downloaded it from the boonex site.    ?!?!?!???? Ben is confused

Anyway I am reading on a tutorial on apache-mod_rewrite-examples, I think I might be able to figure it out mabey only I am perplexed as to how the php spits out a profile html...what is the process and what files are used? it looks like it it turns the main page into the user profile or I must tell it that when a user makes an account it must make a folder in the directory for that user...?? lol eekums!

I think I can do it, I am only confusing myself trying to geuss how this would work the proper dolphin way...and i have the lines of code in the htaccess file to kind of copycat in my new lines.....

links on the menu for photos, videos and classifides I think they dont work cause the folders arnt there (missing also), I am thinking though are they just suppost to be empty folders or do they need some php files inside??(of course they will need content like jpgs in the photos lol)

why would the lines of the htaccess code and folders be missing? In my mind Im thinking It must only be one line of code to create a new folder to hold a new user profile. and then I must make 3 folders for photos, videos and classifides.

Is this correct or am I thinking wrong? does someone know where i can get the missing code?

Quote · 5 May 2009

I am wrong about photos because it goes photos/all/10/1

I made a folder for my test user account but it didnt work so even though the directory is there theres no content in the folder....

...

...   ...????? lol I dont have a clue!

Quote · 5 May 2009

http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html What should happen?

Quote · 5 May 2009
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
</IfModule>
Quote · 5 May 2009

Cry

Quote · 5 May 2009

.htaccess in the admin says off ........? is this why Surprised?????

<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>

Quote · 5 May 2009

re-installing wouldnt change anything......come to think of it on the part of the installation when i had to set the write permissions of the file to 777, 644 and so on I DID NOTICE THAT SOME HAD 0 ZERO and that i had to go and make the folders cause they wernt even there !!!!! so mabey i AMMMMM missing things!!!!! I have version 6.1 has any one else seen anything like this???? ANYONE?

Quote · 5 May 2009

You should not screw with anything until dolphin is up, running and working correctly.

Step 1: Reupload the origional .htaccess file. and then leave it alone for now.

Step 2. Put the following in a new file called phpinfo.php in the root of your site.

<?php

phpinfo();

?>

Then run that by going to http://www.darkink-womensclothing.com/shop/catalog/DARK-HARTS/phpinfo.php


Post the result here so we can see whats enable on your server and whats not.

Next. Delete that file you just created from the server so no one else can run it.

Next, open your admin and turn off all permalinks. then to the navagation builder and move something in a sub menu around and back to it's origional location.

Now  turn permalinks back on and repeat moveing something in the nav builder.

Logout of admin and see if anything has changed.

Ok my mod re-write is now enabled and my htaccess file is in the right place on the server. the htaccess file doesn't mention any thing about making a new profile when the user creates an account, look....:

<Files *>
order deny,allow
deny from 41.0.0.0/8
deny from 58.0.0.0/8
deny from 59.0.0.0/8
deny from 60.0.0.0/8
deny from 61.0.0.0/8
deny from 77.0.0.0/8
deny from 78.0.0.0/8
deny from 79.0.0.0/8
deny from 80.0.0.0/4
deny from 194.0.0.0/8
deny from 195.0.0.0/8
deny from 196.0.0.0/8
deny from 213.0.0.0/8
deny from 217.0.0.0/8
deny from 62.0.0.0/8
</Files>

Options -MultiViews

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^articles/{0,1}$   articles.php [QSA,L]
RewriteRule ^articles/entry/([^/.]+)/{0,1}$   articles.php?action=viewarticle&articleUri=$1 [QSA,L]
RewriteRule ^articles/entry/{0,1}$   articles.php?action=viewarticle&articleUri=$1 [QSA,L]
RewriteRule ^articles/category/([^/.]+)/{0,1}$   articles.php?action=viewcategory&articleCatUri=$1 [QSA,L]

RewriteRule ^news/{0,1}$  news.php [QSA,L]
RewriteRule ^news/([^/.]+)/{0,1}$  news.php?newsUri=$1 [QSA,L]

RewriteRule ^blogs/{0,1}$   blogs.php [QSA,L]
RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  blogs.php?page=$2&per_page=$1  [QSA,L]
RewriteRule ^blogs/top/{0,1}$   blogs.php?action=top_blogs [QSA,L]
RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/top_posts/{0,1}$   blogs.php?action=top_posts [QSA,L]
RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^blogs/tag/{0,1}$   blogs.php?action=search_by_tag&tagKey= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]
RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   blogs.php?action=show_member_post&postUri=$1 [QSA,L]
RewriteRule ^blogs/entry/{0,1}$    blogs.php?action=show_member_post&postUri= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/{0,1}$   blogs.php?action=show_member_blog&ownerName= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]

RewriteRule ^events/{0,1}$  events.php?show_events=all&action=show [QSA,L]
RewriteRule ^events/all/([0-9]+)/([0-9]+)/{0,1}$  events.php?show_events=all&action=show&page=$2&per_page=$1  [QSA,L]
RewriteRule ^events/part/{0,1}$  events.php?show_events=all&action=show [QSA,L]
RewriteRule ^events/search/{0,1}$  events.php?action=search [QSA,L]
RewriteRule ^events/search/([^/.]+)/{0,1}$  events.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^events/my/{0,1}$  events.php?action=show&show_events=my [QSA,L]
RewriteRule ^events/new/{0,1}$  events.php?action=new [QSA,L]
RewriteRule ^events/entry/([^/.]+)/{0,1}$  events.php?action=show_info&eventUri=$1 [QSA,L]
RewriteRule ^events/part/([^/.]+)/{0,1}$  events.php?action=show_part&eventUri=$1 [QSA,L]

RewriteRule ^ads/{0,1}$  classifieds.php?Browse=1 [QSA,L]
RewriteRule ^ads/search/{0,1}$  classifieds.php?SearchForm=1 [QSA,L]
RewriteRule ^ads/my/{0,1}$  classifiedsmy.php?MyAds=1 [QSA,L]
RewriteRule ^ads/new/{0,1}$  classifiedsmy.php?PostAd=1 [QSA,L]
RewriteRule ^ads/cat/([^/.]+)/{0,1}$  classifieds.php?catUri=$1 [QSA,L]
RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  classifieds.php?scatUri=$1 [QSA,L]
RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/entry/([^/.]+)/{0,1}$  classifieds.php?entryUri=$1 [QSA,L]
RewriteRule ^ads/tag/([^/.]+)/{0,1}$  classifieds_tags.php?tag=$1 [QSA,L]

RewriteRule ^photo/all/([0-9]+)/([0-9]+)/{0,1}$   browsePhoto.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_top/{0,1}$  browsePhoto.php?rate=top [QSA,L]
RewriteRule ^photo/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browsePhoto.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browsePhoto.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery_tag/([^/.]+)/{0,1}$  browsePhoto.php?tag=$1 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browsePhoto.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browsePhoto.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^photo/gallery/all/([^/.]+)/{0,1}$  browsePhoto.php?ownerName=$1 [QSA,L]
RewriteRule ^photo/gallery/([^/.]+)/{0,1}$  viewPhoto.php?fileUri=$1 [QSA,L]
RewriteRule ^photo/gallery/{0,1}$  viewPhoto.php?fileUri=$1 [QSA,L]

RewriteRule ^music/all/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_top/{0,1}$  browseMusic.php?rate=top [QSA,L]
RewriteRule ^music/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browseMusic.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browseMusic.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery_tag/([^/.]+)/{0,1}$  browseMusic.php?tag=$1 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browseMusic.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browseMusic.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^music/gallery/all/([^/.]+)/{0,1}$  browseMusic.php?ownerName=$1 [QSA,L]
RewriteRule ^music/gallery/([^/.]+)/{0,1}$  viewMusic.php?fileUri=$1 [QSA,L]
RewriteRule ^music/gallery/{0,1}$  viewMusic.php?fileUri=$1 [QSA,L]

RewriteRule ^video/all/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_top/{0,1}$  browseVideo.php?rate=top [QSA,L]
RewriteRule ^video/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_top/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?rate=top&page=$2&per_page=$1 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$  browseVideo.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/([0-9]+)/([0-9]+)/$  browseVideo.php?tag=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery_tag/([^/.]+)/{0,1}$  browseVideo.php?tag=$1 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)$  browseVideo.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/([0-9]+)/([0-9]+)/$  browseVideo.php?ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^video/gallery/all/([^/.]+)/{0,1}$  browseVideo.php?ownerName=$1 [QSA,L]
RewriteRule ^video/gallery/([^/.]+)/{0,1}$  viewVideo.php?fileUri=$1 [QSA,L]
RewriteRule ^video/gallery/{0,1}$  viewVideo.php?fileUri=$1 [QSA,L]

RewriteRule ^groups/all/{0,1}$ grp.php [QSA,L]
RewriteRule ^groups/entry/([^/.]+)/{0,1}$    grp.php?action=group&groupUri=$1    [QSA,L]
RewriteRule ^groups/category/([^/.]+)/{0,1}$        grp.php?action=categ&categUri=$1    [QSA,L]
RewriteRule ^groups/keyword/([^/.]+)/{0,1}$        grp.php?action=categ&keyword=$1    [QSA,L]

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]

</IfModule>

Thats my htaccess file I only added the ip bit at the top, it seems strange/immpossable to me that the code would be missing as I downloaded it from the boonex site.    ?!?!?!???? Ben is confused

Anyway I am reading on a tutorial on apache-mod_rewrite-examples, I think I might be able to figure it out mabey only I am perplexed as to how the php spits out a profile html...what is the process and what files are used? it looks like it it turns the main page into the user profile or I must tell it that when a user makes an account it must make a folder in the directory for that user...?? lol eekums!

I think I can do it, I am only confusing myself trying to geuss how this would work the proper dolphin way...and i have the lines of code in the htaccess file to kind of copycat in my new lines.....

links on the menu for photos, videos and classifides I think they dont work cause the folders arnt there (missing also), I am thinking though are they just suppost to be empty folders or do they need some php files inside??(of course they will need content like jpgs in the photos lol)

why would the lines of the htaccess code and folders be missing? In my mind Im thinking It must only be one line of code to create a new folder to hold a new user profile. and then I must make 3 folders for photos, videos and classifides.

Is this correct or am I thinking wrong? does someone know where i can get the missing code?

https://www.deanbassett.com
Quote · 5 May 2009

re-installing wouldnt change anything......come to think of it on the part of the installation when i had to set the write permissions of the file to 777, 644 and so on I DID NOTICE THAT SOME HAD 0 ZERO and that i had to go and make the folders cause they wernt even there !!!!! so mabey i AMMMMM missing things!!!!! I have version 6.1 has any one else seen anything like this???? ANYONE?

You should not have to create any directorys. So something is way wrong there. Did you use FTP to upload the site prior to installing? The proper method is to unpack the zip file on the server directly.

Anyway, i want to see the results of your phpinfo test. That will give me a bit more informaton to work with.

https://www.deanbassett.com
Quote · 5 May 2009

I also hate to be the bearer of bad news, but you really should have made sure the site was fully operational befor you spent days or even weeks makeing modifications.

Because if what you tell me is true about the missing directories during install, you may end up having to start over again.

https://www.deanbassett.com
Quote · 5 May 2009

PHP Version 5.2.8


System Linux p3nlh083.shr.prod.phx3.secureserver.net 2.6.18-92.1.10.el5PAE #1 SMP Tue Aug 5 08:14:05 EDT 2008 i686
Build Date Dec 18 2008 16:13:09
Configure Command './configure' '--enable-fastcgi' '--prefix=/usr/local/php5' '--with-config-file-path=/web/conf' '--disable-posix' '--enable-bcmath' '--enable-calendar' '--with-curl=/usr/bin/curl' '--with-gdbm' '--enable-exif' '--enable-ftp' '--with-gd' '--with-freetype-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr/bin/libpng-config' '--enable-gd-native-ttf' '--with-gettext' '--with-mcrypt=/usr/bin/libmcrypt-config' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl' '--with-pdo-mysql=/usr' '--with-pspell' '--enable-soap' '--enable-wddx' '--with-xsl' '--with-zlib' '--enable-mbstring' '--enable-zip'
Server API CGI/FastCGI
Virtual Directory Support disabled
Configuration File (php.ini) Path /web/conf
Loaded Configuration File /web/conf/php5.ini
Scan this dir for additional .ini files (none)
additional .ini files parsed (none)
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams zip, php, file, data, http, ftp, compress.zlib, https, ftps
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, zlib.*

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies


Configuration

PHP Core

DirectiveLocal ValueMaster Value
allow_call_time_pass_reference Off Off
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors On On
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 6135 6135
expose_php Off Off
extension_dir ./ ./
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/usr/local/php5/lib/php .:/usr/local/php5/lib/php
log_errors Off Off
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 64M 64M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 14 14
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv Off Off
register_globals Off Off
register_long_arrays Off Off
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir ~ ~
sendmail_from me@localhost.com me@localhost.com
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP relay-hosting.secureserver.net relay-hosting.secureserver.net
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 8M 8M
upload_tmp_dir /tmp /tmp
user_dir no value no value
variables_order GPCS GPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off

bcmath

BCMath support enabled

calendar

Calendar support enabled

cgi-fcgi

DirectiveLocal ValueMaster Value
cgi.check_shebang_line 1 1
cgi.fix_pathinfo 0 0
cgi.nph 0 0
cgi.rfc2616_headers 0 0
fastcgi.logging 1 1

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5

date

date/time support enabled
"Olson" Timezone Database Version 2008.9
Timezone Database internal
Default timezone America/Phoenix

DirectiveLocal ValueMaster Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone America/Phoenix America/Phoenix

dba

DBA support enabled
Supported handlers gdbm cdb cdb_make inifile flatfile

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

exif

EXIF Support enabled
EXIF Version 1.4 $Id: exif.c,v 1.173.2.5.2.26 2008/08/03 12:11:13 jani Exp $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

filter

Input Validation and Filtering enabled
Revision $Revision: 1.52.2.44 $

DirectiveLocal ValueMaster Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

gettext

GetText Support enabled

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv

iconv support enabled
iconv implementation glibc
iconv library version 2.5

DirectiveLocal ValueMaster Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1

json

json support enabled
json version 1.2.1

libxml

libXML support active
libXML Version 2.6.26
libXML streams enabled

mbstring

Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

DirectiveLocal ValueMaster Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value

mcrypt

mcrypt supportenabled
Version 2.5.7
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream

DirectiveLocal ValueMaster Value
mcrypt.algorithms_dir no value no value
mcrypt.modes_dir no value no value

mhash

MHASH support Enabled
MHASH API Version 20020524

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.45
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient

DirectiveLocal ValueMaster Value
mysql.allow_persistent On On
mysql.connect_timeout 30 30
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off

mysqli

MysqlI Supportenabled
Client API library version 5.0.45
Client API header version 5.0.22
MYSQLI_SOCKET /var/lib/mysql/mysql.sock

DirectiveLocal ValueMaster Value
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.reconnect Off Off

openssl

OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.8b 04 May 2006

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 7.8 2008-09-05

DirectiveLocal ValueMaster Value
pcre.backtrack_limit 100000 100000
pcre.recursion_limit 100000 100000

PDO

PDO supportenabled
PDO drivers sqlite2, sqlite, mysql

pdo_mysql

PDO Driver for MySQL, client library version5.0.45

pdo_sqlite

PDO Driver for SQLite 3.xenabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.3 2007/12/31 07:20:10 sebastian Exp $
SQLite Library 3.3.7

pspell

PSpell Support enabled

Reflection

Reflectionenabled
Version $Id: php_reflection.c,v 1.164.2.33.2.54 2008/10/29 13:34:08 felipe Exp $

session

Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary wddx

DirectiveLocal ValueMaster Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /tmp /tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0

SimpleXML

Simplexml supportenabled
Revision $Revision: 1.151.2.22.2.45 $
Schema support enabled

soap

Soap Client enabled
Soap Server enabled

DirectiveLocal ValueMaster Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400

SPL

SPL supportenabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite

SQLite supportenabled
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.11 2008/12/01 12:28:27 felipe Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859

DirectiveLocal ValueMaster Value
sqlite.assoc_case 0 0

standard

Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i

DirectiveLocal ValueMaster Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ LANG LANG_ PHP_ LANG LANG_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.6.26

xmlreader

XMLReader enabled

xmlwriter

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.17
libxslt compiled against libxml Version 2.6.26
EXSLT enabled
libexslt Version 1.1.17

zip

Zip enabled
Extension Version $Id: php_zip.c,v 1.1.2.46 2008/11/12 17:50:37 felipe Exp $
Zip version 1.8.11
Libzip version 0.9.0

zlib

ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3

DirectiveLocal ValueMaster Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value

Additional Modules

Module Name

Environment

VariableValue
DOCUMENT_ROOT /home/content/b/a/m/bamben/html
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_LANGUAGE en-gb,en;q=0.5
HTTP_CONNECTION keep-alive
HTTP_HOST www.darkink-womensclothing.com
HTTP_KEEP_ALIVE 300
HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
PATH /bin:/usr/bin:/usr/local/bin
PATH_INFO /shop/catalog/DARK-HARTS/phpinfo.php
PHPRC /home/content/b/a/m/bamben/html
QUERY_STRING no value
REDIRECT_STATUS 200
REMOTE_ADDR 83.224.232.206
REMOTE_PORT 2740
REQUEST_METHOD GET
REQUEST_URI /shop/catalog/DARK-HARTS/phpinfo.php
SCRIPT_FILENAME /home/content/b/a/m/bamben/html/shop/catalog/DARK-HARTS/phpinfo.php
SCRIPT_NAME /shop/catalog/DARK-HARTS/phpinfo.php
SCRIPT_URI http://www.darkink-womensclothing.com/shop/catalog/DARK-HARTS/phpinfo.php
SCRIPT_URL /shop/catalog/DARK-HARTS/phpinfo.php
SERVER_ADDR 72.167.232.215
SERVER_ADMIN support@supportwebsite.com
SERVER_NAME www.darkink-womensclothing.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE <ADDRESS>Apache/1.3.33 Server at www.darkink-womensclothing.com Port 80</ADDRESS>
SERVER_SOFTWARE Apache
SPI TRUE

PHP Variables

VariableValue
_SERVER["DOCUMENT_ROOT"] /home/content/b/a/m/bamben/html
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["HTTP_ACCEPT"] text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-gb,en;q=0.5
_SERVER["HTTP_CONNECTION"] keep-alive
_SERVER["HTTP_HOST"] www.darkink-womensclothing.com
_SERVER["HTTP_KEEP_ALIVE"] 300
_SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
_SERVER["PATH"] /bin:/usr/bin:/usr/local/bin
_SERVER["PATH_INFO"] /shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["PHPRC"] /home/content/b/a/m/bamben/html
_SERVER["QUERY_STRING"] no value
_SERVER["REDIRECT_STATUS"] 200
_SERVER["REMOTE_ADDR"] 83.224.232.206
_SERVER["REMOTE_PORT"] 2740
_SERVER["REQUEST_METHOD"] GET
_SERVER["REQUEST_URI"] /shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["SCRIPT_FILENAME"] /home/content/b/a/m/bamben/html/shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["SCRIPT_NAME"] /shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["SCRIPT_URI"] http://www.darkink-womensclothing.com/shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["SCRIPT_URL"] /shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["SERVER_ADDR"] 72.167.232.215
_SERVER["SERVER_ADMIN"] support@supportwebsite.com
_SERVER["SERVER_NAME"] www.darkink-womensclothing.com
_SERVER["SERVER_PORT"] 80
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["SERVER_SIGNATURE"] <ADDRESS>Apache/1.3.33 Server at www.darkink-womensclothing.com Port 80</ADDRESS>
_SERVER["SERVER_SOFTWARE"] Apache
_SERVER["SPI"] TRUE
_SERVER["PHP_SELF"] /shop/catalog/DARK-HARTS/phpinfo.php
_SERVER["REQUEST_TIME"] 1241605307

PHP License

This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.


<!-- function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count < pluginList.length; count++){var sSrc = '';if (pluginList[count] && pluginList[count].src)sSrc = pluginList[count].src;if (strCompare.length >= sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);} //-->

Quote · 6 May 2009

When all permalinks are turned off: It doesnt let me move/add any active (or all) items in the navigation menu builder

When all permalinks are turned on: It doesnt let me move/add any active (or all) items in the navigation menu builder

Quote · 6 May 2009

Thanks for your help Deano, can I return the favor by designing some grafics for your site?

Quote · 6 May 2009

Ok i see no reference of mod_rewrite anywhere in there, but it's an older version of apache.

Also i see a reference to secureserver.net. So i have to ask. Are you hosting this on godaddy? If so, this will be a nightmare. Godaddy is one of the worst hosts around. Can you confirm your hosing with godaddy?

Also because you said you can't move the items in the menu builder which you should be able to, then i also need to ask what you are using for a web browser.

https://www.deanbassett.com
Quote · 6 May 2009

(DOH!) Go daddy yes you are right.

My Browsers are Google Crome and Fire Fox (tryed navigation menu builder and permalinks on both)

Quote · 6 May 2009

I was with godaddy before i switched to terabyte. I did manage to get dolphin running on godaddy, but it was a pain. But i still continued to have problems with the nightly cron jobs. So i had to drop them. I suggest you do the same.

Anyhow, with so much broken i suggest you start over. Before doing that you will need to make backup copies of your modified CSS and any template mods you made.

If you have the google toolbar installed in firefox, then remove it. It has some problems that don't work well with dolphin. Also make sure you have the latest version of firefox, latest version of flash and latest version of java installed. Onec you have made sure your updated there and the google toolbar removed, then use firefox when working with dolphin.


https://www.deanbassett.com
Quote · 6 May 2009

Thank you!

Quote · 6 May 2009

One other thing i forgot to mention about godaddy. Pointless if you take my advice and drop them, but if you should try anyway keep this in mind.

They support mod_rewrite, but it can take up to one hour before changes to .htaccess have any effect.

Also any .htaccess file existing in parent folders can interfear with the ones in your sub folders. I only mention this one because dolphin is not installed in the root folder of your domain. You have some flash page there instead.

Also they support mbstring required by dolphin, however the cron jobs do not. This is the reason i had problems with the cron jobs.

https://www.deanbassett.com
Quote · 6 May 2009

Nah mate if youve been with Godaddy your advice is better than gold, Im switching.

Quote · 6 May 2009

If you can afford the extra few bucks go with terabyte hosting. They even have RMS servers so all of ray will function properly. They are who i am with now.

http://www.terabyte-hosting.com

https://www.deanbassett.com
Quote · 6 May 2009

When you first mentioned them I ran a search (there site is very tidy compaired to godaddy lol that say something I think)

I spoke to my step father who can set up hosting very well and asked him about terrabyte.....He looked at me and asked "do u trust me?" I said yes. He then explaned that he has found a different one that offers massive space for only $4 per month so ....I geuss we are gonna try that one first (I dont know what his plan is so ....see what happens) I will update you as soon as I know what there name is.

I never thort I would find this as interesting as it is, I started by creating an OScommerce shop with the opensorce software (I messed that up the first time too, but the second time round I did it twice as fast and I was soooo much more happy with the look) I used to be affraid of making things so complicated Laughing this is fun even tho all my finger nails are gone lol.

Quote · 6 May 2009

When you first mentioned them I ran a search (there site is very tidy compaired to godaddy lol that say something I think)

I spoke to my step father who can set up hosting very well and asked him about terrabyte.....He looked at me and asked "do u trust me?" I said yes. He then explaned that he has found a different one that offers massive space for only $4 per month so ....I geuss we are gonna try that one first (I dont know what his plan is so ....see what happens) I will update you as soon as I know what there name is.

I never thort I would find this as interesting as it is, I started by creating an OScommerce shop with the opensorce software (I messed that up the first time too, but the second time round I did it twice as fast and I was soooo much more happy with the look) I used to be affraid of making things so complicated Laughing this is fun even tho all my finger nails are gone lol.

Bamben,

make sure of the TOS on that hosting service. also where are you going to get your RMS from, because i am more than sure, that you wont get it for $4.00/month. also, make sure that host is compatible with the server requirements of this application. good luck with that.

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 6 May 2009

If you can afford the extra few bucks go with terabyte hosting. They even have RMS servers so all of ray will function properly. They are who i am with now.

http://www.terabyte-hosting.com

Deano,

thank you for the kind words. yeah godaddy is a bad choice of hosting anything. they started out in the domain name industry, and opted to offer hosting as another means of generating income. they are not really a good hosting provider, the domain aspect of godaddy is far supieror.

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 6 May 2009

http://www.bluehost.com/ They have something called cpannel, they look really good!

Quote · 7 May 2009

From Bluehosts terms of service.

What "Unlimited" DOES NOT mean. BlueHost.Com employs complex mechanisms to protect its Subscribers and systems from abuse. BlueHost.Com's offering of "unlimited" services is not intended to allow the actions of a single or few Subscribers to unfairly or adversely impact the experience of other Subscribers.

BlueHost.Com's service is a shared hosting service, which means that multiple Subscriber web sites are hosted from the same server and share server resources. BlueHost.Com's service is designed to meet the typical needs of small business and home business website Subscribers in the United States. It is NOT intended to support the sustained demand of large enterprises, internationally based businesses, or non-typical applications better suited to a dedicated server.


They are not specific about what levels of sustained demand will trigger their safeguards. Because dolphin has video and music areas which require a lot of bandwidth, it will hit those limits much sooner than standard websites.

It will most likely be fine until your sites traffic begins to increase.

https://www.deanbassett.com
Quote · 7 May 2009

my advice on looking for a new host is to do a google search with something like

bluehost sucks,

godaddy sucks,

hostpapa suck

or other phrases that mean people are complaing about them, then you can see what real people have to say about them, simply dont trust the good reviews you find on the net as mostly they are written by the host staff, or people payed to posts how good a certain host is.

Quote · 7 May 2009

Remember when I said some files were missing during Installation? It seams to have happened again, there are quite a few files here but as they share the same problem here is an example of just one:

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/cachejs in /home6/darkinkw/public_html/DARK-HEARTS/install/index.php on line 1649

groups/orca/cachejs 0Non-writable 777Writa

There is no /groups/orca/cachejs in the original zip unpacked on my desktop and in the directory on the server.....

Quote · 8 May 2009

Remember when I said some files were missing during Installation? It seams to have happened again, there are quite a few files here but as they share the same problem here is an example of just one:

Warning: fileperms() [function.fileperms]: stat failed for ../groups/orca/cachejs in /home6/darkinkw/public_html/DARK-HEARTS/install/index.php on line 1649

groups/orca/cachejs 0Non-writable 777Writa

There is no /groups/orca/cachejs in the original zip unpacked on my desktop and in the directory on the server.....

You better get another copy. My origional zip has it. Yours should also.

https://www.deanbassett.com
Quote · 8 May 2009

I downloaded it both times from here: http://www.boonex.com/products/dolphin/ the dowload button says:

File: Dolphin-6.1.5.zip
Size: 12 Mb
Date: 06/05/2009

but when you click FREE DOWNLOAD it takes you to another page which says:

It isn't 12mb its 10mb? The point is that Ive done this twice, I dont understand why this is happening. The fact that the unpacked dolphin zip on my desktop is missing the same as the files on my uploaded site show that it is not a problem with FTP missing them out.

lol? crazy

errr could I pritty pleaseInnocent have the zip youve got? or the link to download (if different)?

Quote · 8 May 2009

It proberly says 12mb for people upgrading, as the upgrade is 2mb added to the dolphin which is 10mb.

Quote · 8 May 2009

I have groups/orca/js

Its deffinatly a different file though groups/orca/cachejs

I just downloaded it again and extracted it to a test folder on my desktop the same files are missing!

Quote · 8 May 2009

I don't get it. I just downloaded the same package you did from the link you provided, unpacked it and all the files are there.

8 folders.

cachejs

classes

conf

inc

js

layout

log

xml

3 files.

.htaccess

index.php

license.txt

Giving you my zip file will be pointless. It's the same as yours.

What are you unpacking it with?  Try winrar. http://www.rarsoft.com/rar/wrar39b1.exe

Besides. You should be uploading the zip file to the server and unpack it in cpanal directly on the server.

https://www.deanbassett.com
Quote · 8 May 2009

You must be right, it must be the zip program giving me problems.

Ive just downloaded putty for ssh and found a list of commands ithink ive got it right....

cd ~/home6/darkinkw/public_html/DARK-HEARTS/tar xvpf Dolphin-v.6.1.5.tar

Quote · 8 May 2009

No ~

Quote · 8 May 2009

I done it, unpacked for the first time a tar file with ssh WOOOOW that was so fast i dont beleve I spent three hours yesterday uploading my site via FTP....ssh takes 30secs lololololol aaaaaaahhhh this is crazy Ive checked and double checked this, are you ready to here the out come??? Are you sure?

It didnt work, lol the same files are missing ....lol?

Quote · 8 May 2009

A HA! Win rar has unpacked it to a folder on my desktop perfectly Cool Now we are getting some where!

Quote · 8 May 2009

You can upload the origional zip file directly to the server and in cpanel go to the file manager, check the box on the zip file and click the icon up top to unpack it. Takes seconds and all the files should be there.

https://www.deanbassett.com
Quote · 8 May 2009

I have ants in my pants and cant stop with the attempts untill it is fixed I tryed to unpack the tar again with ssh after win rar was installed (no luck) so then I thort screw this, I will take the dolphin that unpacked to my desktop correctly with win rar and upload it with FTP lol all most half way through (internet is slower tonight, I started at about 6pm maybe lol)

Bet u are crapping yourself with laughter lol as soon as I saw what you just typed I could stop, DOH!

Quote · 8 May 2009

LEVEL COMPLETED!

Quote · 8 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.