Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
(This post was last modified: 09.11.2009, 00:12 by zelk.)
09.11.2009, 00:11
Hi to all,
I'm not good in english, so excuse me =S.
I have questions that are in relation with the title :
1\ How can I make more Worlds ? I saw all the tutorials but anyone answer to the real question :
I have the new version of Ds-lan, so I have the new Index. It says, in the "label" that there are the "Welt 1" and "Welt 2".
What I want is, when I select Welt 1, I go in the World 1, and when I select "Welt 2", I go on World 2. And more and more .
2\ Is there a debugged version of the Paladin and the Statue ?
I saw also all the tutorials of the Paladin and the Statue but, another time, anyone is debugged so I don't want to try them.
3\ How can I create the integrate Forum ?
I don't want to have the MyBB forum that the tutorials want us to have. I really want the forum integrate that we use in the real game.
Thank you... for reading me =) (and maybe answer)
Zelk
Posts: 358
Threads: 13
Joined: Feb 2009
Reputation:
7
(This post was last modified: 09.11.2009, 16:18 by B8shT1m3.)
09.11.2009, 16:17
1. When I tried it, i had 2 Worlds who are went.
2. I mean there´s no debugged version.
3. There´s no chance to creat a forum.
I think the DSLan will be to slow, cause all the forum inforamtions have to be on your pc and that will be to much.
Sorry for bad english :D
Lg
B8shT1m3 aka A-m-O
______________________________________________
Bewerte mich bitte wenn ich dir geholfen hab.
PS: Bin Vollidiot des Monats, ich darf das!
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
Quote:1. When I tried it, i had 2 Worlds who are went.
I did not understand that =S. I just understand that you tried it, after, I don't know ):
Posts: 358
Threads: 13
Joined: Feb 2009
Reputation:
7
(This post was last modified: 12.11.2009, 14:02 by B8shT1m3.)
10.11.2009, 14:09
(09.11.2009, 22:41)zelk Wrote: Quote:1. When I tried it, i had 2 Worlds who are went.
I did not understand that =S. I just understand that you tried it, after, I don't know ):
sorry
Now with the Google translator: D
When I tried it, it has never(edited ) worked and I had 2 worlds that I could play on
German tet: Jetzt mit dem Google Übersetzer
Als ich es versucht hab, hat es auch funktioniert und ich hatte 2 Welten die ich bespielen konnte
Lg
B8shT1m3 aka A-m-O
______________________________________________
Bewerte mich bitte wenn ich dir geholfen hab.
PS: Bin Vollidiot des Monats, ich darf das!
Posts: 3'459
Threads: 57
Joined: Apr 2009
Reputation:
115
das heißt:
"it has worked"
"it has never worked" heißt "es hat nie funktioniert"
Manchmal denke ich:
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
(This post was last modified: 10.11.2009, 22:51 by zelk.)
10.11.2009, 22:51
(10.11.2009, 21:34)Yannici Wrote: das heißt:
"it has worked"
"it has never worked" heißt "es hat nie funktioniert"
So, he means that :
Quote:When I tried it, it has never worked and I had 2 worlds that I could play on
When I tried it, it has never worked and I had 2 worlds that I could play on
Posts: 358
Threads: 13
Joined: Feb 2009
Reputation:
7
Stimmt, aber warum hat Google mir das gesagt
ICh habs nich durchgelesen, also lasst mich doch
Lg
B8shT1m3 aka A-m-O
______________________________________________
Bewerte mich bitte wenn ich dir geholfen hab.
PS: Bin Vollidiot des Monats, ich darf das!
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
I don't know but DO the 2 worlds work on only one index page ?
If yes, how to do it ?
Posts: 358
Threads: 13
Joined: Feb 2009
Reputation:
7
Hope this eyample will help you
You will have an Index Page with
World1 and
World2
.
.
.
When you click on World1 you´re on another Server as you click World2
Lg
B8shT1m3 aka A-m-O
______________________________________________
Bewerte mich bitte wenn ich dir geholfen hab.
PS: Bin Vollidiot des Monats, ich darf das!
Posts: 74
Threads: 8
Joined: Oct 2009
(This post was last modified: 12.11.2009, 14:21 by Arthas.)
12.11.2009, 14:21
To make two words is very simple!Just follow those steps :
1.Go to htdocs and copy all the folders in there
2.While you are in the htdocs folder create another folder and name it world2
3.Paste all the files from htdocs in the world2 folder
4.Now go to mysql/data there you will see a folder named lan , enter in that folder and copy everyting you see
5.Go again to mysql/data and create a folder and name it world2 and paste all the files from the lan folder
6.Now go to htdocs/world2/include/config.php and there you will see this :
Code: // Datenbankverbindung:
$config['db_host'] = 'localhost';
$config['db_user'] = 'root';
$config['db_pw'] = '';
$config['db_name'] = 'lan';
7.Change this Code: $config['db_name'] = 'lan';
to this Code: $config['db_name'] = 'world2';
8.Open the server and write http://yourip/world2 or http://localhost/world2
Hope this helps!
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
What I want is the 2 worlds on http://localhost... No need to enter http://localhost/world2
Posts: 74
Threads: 8
Joined: Oct 2009
Its simple you create the second world and you make a button for that world on http://loacalhost...
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
If it's so simple, why nobody can explain it =P ?
Posts: 1'319
Threads: 75
Joined: May 2009
Reputation:
33
Here...
http://dslan.gfx-dose.de/thread-1821-pos...l#pid24278
And use the search-function, please!!!
You must make a world like Arthas...
then edit the index.tpl!
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
(This post was last modified: 15.11.2009, 22:08 by zelk.)
15.11.2009, 21:29
Thank You... I will try it and edit my message if it works.
EDIT : It Works well... But how can we have more than SDS1-2 and Welt1 to 5 ?
Posts: 74
Threads: 8
Joined: Oct 2009
Make as many words as you want with my guide and after that edit the index.tpl
Posts: 8
Threads: 1
Joined: May 2009
Reputation:
0
Your guide don't work. You forgot some things... But I did the worlds alone. That was just for the access.
Posts: 74
Threads: 8
Joined: Oct 2009
Well im using my guide and for me its working!!! Maybe u forgot some things!!!
|