Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
shrabar


Beginner




Beiträge: 1
# Thema - 08.08.2008 um 11:41 Uhr
Hi all,

I have a small problem with my clansphere.
www.s2c-clan.com

when you go to site try clicking some links at the top (Home , Register , Send password)
you will notice that a trailing /%5C after domain name.

http://www.s2c-clan.com/%5C/index.php?mod=users&action=register

normal would be http://www.s2c-clan.com/index.php?mod=users&action=register

after each other click i get 1 extra /%5C

so after 10 clicks i have www.s2c-clan.com/%5C/%5C/%5C/%5C/%5C/%5C/%5C/%5C/%5C/%5C/index.php

Any ideas?

My server path is set automatically to C:\Domains\s2c-clan.com\wwwroot
I recon thats good.



pls help XD
Inaktiv
fay-pain


Specialist




Beiträge: 2006
# Antwort: 1 - 08.08.2008 um 12:13 Uhr
open:
system/core/content.php (line: 44)
look for:
 
1.
1. / 2. / ... 
<?php $cs_main['php_self']['dirname'] = $cs_main['php_self']['dirname'] == '/' '/' $cs_main['php_self']['dirname'] . '/'?>

and change it to:
 
1.
1. / 2. / ... 
<?php $cs_main['php_self']['dirname'] = $cs_main['php_self']['dirname'] == '\\' '/' $cs_main['php_self']['dirname'] . '/'?>


------------------
Manchmal hast du fay und machmal pain.
- hajo

Inaktiv
|
shrabar
Thread-Ersteller


Beginner




Beiträge: 1
# Antwort: 2 - 08.08.2008 um 12:21 Uhr
TNX A LOT !!

u PWN

Silvio


Inaktiv
|

Dieses Thema wurde von fay-pain PM geschlossen.

Antworten: 2
Seite [1]