• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

Hello Znote, wow amazing tuto!, hey you can do a tuto showing how to change the look of the page? and other question how i can add pictures to the shop offers
 
i deleted pma and root users in sql server by error, what can i do now???? :(((((
 
hey, help me please,
the website is working fine with me
but access from internet sticks at : Accessible from Internet = No

i already released the ports 80 and 8090
apache and mysql is working

but still Accessible from Internet = No

- - - Updated - - -

i can log in the site, create characters/guilds everything even the shop sistem is worrking fine ingame all connects but players none can access the site but me

- - - Updated - - -

helppp.jpg

i don't understand i don't know what to do to see that green light!!
my firewall went off already
all 80, and 8090 ports are open at the DNS Wireless router
(forwarding)

what else can i do?
 
hey, help me please,
the website is working fine with me
but access from internet sticks at : Accessible from Internet = No

i already released the ports 80 and 8090
apache and mysql is working

but still Accessible from Internet = No

- - - Updated - - -

i can log in the site, create characters/guilds everything even the shop sistem is worrking fine ingame all connects but players none can access the site but me

- - - Updated - - -

View attachment 16412

i don't understand i don't know what to do to see that green light!!
my firewall went off already
all 80, and 8090 ports are open at the DNS Wireless router
(forwarding)

what else can i do?

If everything works fine for you, but not for other people, then something on your computer (or router) is not done properly. Perhaps you are running an antivirus program or something that has blocked it? Perhaps you have written wrong local IP in your router port forward configuration?
 
it was all ok, even tryied with the ant virus off

but i installed xampp
and changed everything with 80 to 8090
then it worked!
but had alot of bugs
even on the mysql phpmyadmin
so i closedd the xampp and remained only the Uniform

well now it works fine with no bugs
but only with 8090
kinda wierd
hope no bugs happens

- - - Updated - - -

thank you, nice website,

about the guild wars, can u reply something about it?
i see no script or way at the website to "declare war"

- - - Updated - - -

well now i'm on panic

i really don't know what to do,
AS Xampp it works with 8090 but with bugs
when i close xampp it does't work at all
only for me without the 8090

- - - Updated - - -

sad.jpg

- - - Updated - - -

i guess i fugured a way out as 8090
well..sorry the disturbing question marks

just wanna try out the guild war system
 
Hey thanks Znote! I love this tut. and it help me out a lot:D
But, is there a way in the shop to buy added hp/mana to a character? 0.o
 
Last edited:
You need to write custom offers yourself in LUA, in Znote AAC config.php, you can see offers type, 4+ is custom types you can add yourself.
Example:
znote aac config.php:
PHP:
6 => array(
			'type' => 4, // custom type for etc hp/mp ticket
			'itemid' => 0,// not used
			'count' => 1,// how many hp/mp tickets?
			'describtion' => "1 ticket gives you xx hp and xx mana.",// about hp/mp ticket, etc how much hp/mp each ticket give you
			'points' => 20,// How much this offer cost
		),

in znoteshop.lua, below
Lua:
-- Add custom order types here

add:
Lua:
if q_type == 4 then -- or any higher value than 4, make sure its same as type in config.php on znote aac
	-- lua code to give hp and mp
end
 
kk Thanks a lot, but im no good at creating the scripts =P so maybe ill mess around with things and hopefully get it to work.
 
Last edited:
EPIC AAC, cheers mate, definitely going to be awesome with all the integrated stuff you've put into it!
 
OMG Its To complicated mann i cant do any things of that i dont want a site i just want a server
 
Hmm, great tutorial however i keep getting stuck..

Failed to connect to database. MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061)
[29/08/2012 04:50:14] > ERROR: Failed to connect to database, read doc/MYSQL_HELP for information or try SQLite which doesn't require any connection.

Any Idea?

I got the same problem.
 
I having a problem when im in that part where im need create account on website its look like this Unknown column 'salt' in 'field list'
 
Back
Top