Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 68
Seite < 1 [2] 3 4 >
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 21 - 09.01.2014 um 20:28 Uhr
Ok wait look here... so this is what I did..

I go to Seeds > Untick Random for all 32 players and where it says Seed#.. I put 1, 2, 3, 4, 5 .. etc under each other for all 32 players... is that correct?


Inaktiv
|
Mindcrime


Geekboy





Beiträge: 1155
# Antwort: 22 - 10.01.2014 um 21:00 Uhr
If you have ClanSphere 2010.x or newer you (which you have) need to put in your setup.php:

$cs_main['runstartup'] = TRUE;

Yes, you should untick all random and put numbers in seed#...

Could you do the following for me, just before you submit the form:

Right click on the page in your browser -> View Source and copy and paste the section which starts with:

<input type="submit" name="reseed"...


und up to

</form>


in this forum thread?





Zuletzt editiert von Mindcrime am 10.01.2014 um 21:01 Uhr (1x Editiert)
Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 23 - 11.01.2014 um 01:40 Uhr
I have done everything and now my website is completely f**ked.. the registered users counter is stuck... like really...


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 24 - 11.01.2014 um 11:16 Uhr
error logs activated? anything in it?


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 25 - 14.01.2014 um 18:07 Uhr
 
1.
2.
3.
4.
5.
1. / 2. / ... 
 <input type="submit" name="reseed" value="Reseed seeds">
        <
input type="hidden" name="id" value="5"></td>
  </
tr>
</
table>
</
form>


There we go mindcrime?

What now :(

Oh.. and how do I enable logs, cause it's off?


Zuletzt editiert von bpnza101 am 14.01.2014 um 18:11 Uhr (1x Editiert)
Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 26 - 14.01.2014 um 18:33 Uhr
error logs can be enabled in setup.php and are then located in uploads/logs/errors

error logs are also accesible via system -> logs -> errors when activated


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 27 - 14.01.2014 um 18:38 Uhr
Ok logs are active this is what I found



I have no clue if this is regarding the seeds..


Zuletzt editiert von bpnza101 am 14.01.2014 um 18:52 Uhr (2x Editiert)
Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 28 - 14.01.2014 um 18:55 Uhr
the cs_icon function creates the html text to include a given icon. als long as that icon does not represent a link to click on that shouldn't be a problem. you can easily fix that error by getting an active.png file from here:

https://github.com/ClanSphere/CrystalProject

and place it where the filename is shown as missing, same for all other icon errors. you can use the search in repository feature to find the file and look for the correct size in pixels if you can.


------------------
ClanSphere - professional clan care starts here

Zuletzt editiert von hajo ClanSphere Team am 14.01.2014 um 18:56 Uhr (1x Editiert)
Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 29 - 14.01.2014 um 19:03 Uhr
You aren't explaining much.. I'm looking in the link you gave me now and I can't find active.png.. where is it located there's 16 22 48 64..


Inaktiv
|
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 30 - 14.01.2014 um 19:06 Uhr
browse the folders...


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 31 - 14.01.2014 um 19:11 Uhr
there is a "search this repository" input field on the top of the page, enter e.g. active there to find an active.png


------------------
ClanSphere - professional clan care starts here

Zuletzt editiert von hajo ClanSphere Team am 14.01.2014 um 19:12 Uhr (1x Editiert)
Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 32 - 14.01.2014 um 19:19 Uhr
I did that and no active.png was found..


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 33 - 14.01.2014 um 19:23 Uhr
well use something that sematically equals "active" otherwise like ok.png

https://github.com/ClanSphere/CrystalProject/blob/master/16/actions/ok.png

and rename it before uploading


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 34 - 14.01.2014 um 19:32 Uhr
I also need inactive.png - where can I get this?


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 35 - 14.01.2014 um 19:38 Uhr
use that for example:

https://github.com/ClanSphere/CrystalProject/blob/master/16/actions/cancel.png

please don't ask for every missing image now, pick them yourself

you can download the whole iconset here:

https://github.com/ClanSphere/CrystalProject/archive/master.zip


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 36 - 14.01.2014 um 19:56 Uhr
Oh lol.. I thought this would help fix seeds... Guess not :( Where is Mastercrime, how do I fix this it's sooo urgent :(


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 37 - 14.01.2014 um 20:13 Uhr
well it helps to reduce the amount of errors on your website, better than nothing


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 38 - 14.01.2014 um 20:28 Uhr
Lol yeah, thanks for that mate, anywhere I can contact Mindcrime directly :( ??


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 39 - 14.01.2014 um 20:29 Uhr
you could leave him a pm or try to contact him at github

https://github.com/MindcrimeNL


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 40 - 14.01.2014 um 20:32 Uhr
Please PM him, I am so embarrassed to let down so many players/gamers who have joined the cup/tournament and they are not happy at all :(


Inaktiv
|
Antworten: 68
Seite < 1 [2] 3 4 >


Sie müssen sich registrieren, um zu antworten.