Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

NeoLauncher v3.x PreTest

Newbie Spellweaver
Joined
Jan 9, 2017
Messages
9
Reaction score
0
YAYY! Gonna Try, M8!



Hey, P5yl0, since im a NOOB, im here again to ask your help, but not with launcher (works fine) but when I acess 127.0.0.1:8080/server I have "403 FORBIDDEN" error.

Forbidden

You don't have permission to access /server/ on this server.


Apache/2.4.23 (Win64) PHP/5.6.25 Server at localhost Port 8080

Because of this, i cant reach server selection screen when Tera opens.

OBS: Actually i cannot access any of the folder, like assets, server, sources, if i write then on my browser.

Do you have any idea on how to solve this? I googled it but none of the answers helped me :(
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
Forbidden

You don't have permission to access /server/ on this server.


Apache/2.4.23 (Win64) PHP/5.6.25 Server at localhost Port 8080

seems you are having some probleme in yor apache / httpf.conf
permissions for index, foldesr or .htaccess or such errors...
first you can check your apache error log for the 403 error....

you can edit the permission somewhere in... httpd.conf file..

search in your apache/httpd.conf file for ...
DocumentRoot
<Directory "..../htdocs"> maybe .../var/ ../www/ if its local, root or a vhost ..
... </Directory> something like that

i have something like... for me it works with this options...
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted

maybe you have to try a bit around...
with other options like
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
or set the current directory after <Directory..... your path>
 
Newbie Spellweaver
Joined
Jan 9, 2017
Messages
9
Reaction score
0
Thank you!

I'll try that. Maybe i have to DELETE whole WAMP folder, because i had messing around with some config files so, it can solve some problems.



P5yl0, do I need SQL file? 4.1 dont come with those files (and i think i accidentally deleted those).
 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
im using Xampp...
and never had to configure anything than the passwords for login...
maybe you should try it..
i like it more than wamp^^

the 4.1 is only the launcher..
no web included but the download isnt removed from my host
only from the download site...

i adding the direct download link in the first post back...
 
Newbie Spellweaver
Joined
Jan 9, 2017
Messages
9
Reaction score
0
Hello! amm... its me again.

now I can acess server folder from Browser!

But still cant reach server Screen when tera opens...

vJvgGkN - NeoLauncher v3.x PreTest - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Feb 2, 2012
Messages
413
Reaction score
249
yeah i know...
that sometimes happened to me to..
i am not shure where the mistake is...
but after a pc restart it works to 99% normal..

on this position the launcher is loading the serverlist
i recreated this error and it happens, when the serverlist is not reachable
or the wrong starter files are used...
like you try the russian starter to run the NA or EU or otherwise...

what you can try..

1. the launcher normaly automatic deletes the old starter files, but clean them if they exists...
Delete files if they exist..
.\Client\api.dll
.\Client\common.dll
.\Client\neostarter.exe

2. be shure you have edit the ".\neolauncher\neo_launcher_conf.json" to the correct Build...
"ClientVersion": "NA" if you are using TERA Enmasse... "EU" for Gameforge or "RUS" for Destiny
and be shure you have the correct adress to the serverlist files and they are reachable
you can try if its correct when you insert the adress from the config like in a web browser
you should see the XML table, if thats not happening there is something wrong
maybe firewall, proxy or other things with the server...

3. be shure you run the launcher with admin rights it should have the rights to delete the old starters and create the new on a startup...
 
Newbie Spellweaver
Joined
Jan 9, 2017
Messages
9
Reaction score
0
Man... i don't know whats going on too. Tried your suggestions: I can reach the adress (which in my case have 8080 PORT)127.0.0.1:8080/server . The files inside Bin folder are auto deleted. "neo_launcher_conf.json" are config'd with NA(as I have enmasse client) "WebServerUrl": "http://127.0.0.1:8080/tera/", "ServerListUrl": "http://127.0.0.1:8080/server/", and I'm sure firewall is OK, all permissions and tried disable firewall too.

So sad. I'll try someother things here.

Thanks for your answer!

PS: if you have another suggestions come here , please ^^.
 
Newbie Spellweaver
Joined
Aug 24, 2013
Messages
19
Reaction score
0
[QUOTE = P5yl0; 8696656] 最新版本:NeoLauncher v4.1

on Request NeoLauncher 3.2f(旧版本)



Update 24.01.2017 - NeoLauncher v4.1
- 与EU,NA,RUS(新客户端)和1725客户端配合使用 -
配置:在readme.txt
只需要添加ClientBuild,如果其EU,NA或RUS
编辑服务器列表地址和服务器列表文件,如果您不想运行服务器本地..
添加CryptMode如果服务器需要它!(和你不使用WebAuthorization文件)...
更新06.02.2017 - NeoLauncher v4.1: -
添加简单的“auth.php”文件用于WebAuth,或创建自己的...
- 使用CDATA信息和颜色更新Serverlist文件到ServerSelection屏幕

您需要知道的所有内容也位于readme.txt文件中...
玩得愉快!


4.1在网站上下载:
>>> <<< [/ QUOTE]
hi,p5yl0 ,unable down
 
Newbie Spellweaver
Joined
Apr 28, 2017
Messages
70
Reaction score
2
hello
I have the following error
everything seems ok

:?:
 

Attachments

You must be registered for see attachments list
Back
Top