[Release] Aion Lightning 4.0 - 1-Click Server

Page 82 of 116 FirstFirst ... 3272747576777879808182838485868788899092 ... LastLast
Results 1,216 to 1,230 of 1736
  1. #1216
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by lpabon View Post
    is there a way to convert kinah to toll so players have a way of earning toll to use the ingame store. and also i have a lan with 10 computers and but want to also set up external ip is there a way to use WAN/LAN at the same time as it is now when i switch to whatismyip my lan computers can not connect
    i wrote php files and upload them to my own server (localhost) to use in my LAN network,
    instead of using kinah, i use platinum medal or gold medal for toll exchange. this means players have to login on the browser and exchange them there.

  2. #1217
    Enthusiast lpabon is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by melody2156 View Post
    i wrote php files and upload them to my own server (localhost) to use in my LAN network,
    instead of using kinah, i use platinum medal or gold medal for toll exchange. this means players have to login on the browser and exchange them there.
    Can you provide a tutorial?

  3. #1218
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by lpabon View Post
    Can you provide a tutorial?
    i'm making a tutorial for u.

  4. #1219
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Exchange Item to toll


    if you want to use my php files, you have to install apache, mysql, php separately.
    you may use 'appserv' or 'xampp' which provided apache, mysql, php, phpmyadmin in a single program.


    so i use 'appserv' cause it's easy to config for me.
    link : http://prdownloads.sourceforge.net/a...9.exe?download


    ** Install appserv **
    follow this site : AppServNetwork - Content


    mysql password is very important, dont forget it.


    ** Install JDK7
    link : Java SE Development Kit 7 - Downloads | Oracle Technology Network | Oracle



    free image hosting


    if your system is 32-bit os use x86, 64-bit os use x64


    then install jdk7 and follow the instruction.


    after that go to 'C:\Program Files\Java\jre7\bin' and create a new folder, change its name to 'server'
    then copy all files in 'client' folder and paste them to 'server' folder that you just created.



    screencast

    photo storage


    -----------------------------
    Extract a new file from 'Aion Lightning 4.0 - 1-Click by Dwarfpicker v2.1.rar' no need to run setup.bat
    then follow this.

    ** Create game database
    goto '..\Aion Lightning 4.0 - 1-Click by Dwarfpicker v2.1\AIONEmulator\usr\local\mysql\data'
    copy folder 'al_server_gs' and 'al_server_ls'
    Paste them to 'C:\AppServ\MySQL\data'



    free pic


    then use Navicat to change gameserver password
    1. click on Connection-->MySQL



    upload


    2. enter your username 'root' and password of mysql



    image hosting
    3. select database 'al_server_ls' then double-click @ 'gameservers' table



    image hosting 10mb limit
    4. change 'password' to your mysql password



    online photo storage


    ** Start GameServer, LoginServer, ChatServer Manually
    - GameServer
    1. edit file 'database.properties' which @ 'Aion Lightning 4.0 - 1-Click by Dwarfpicker v2.1\AIONEmulator\game\config\network'



    print screen windows


    change the under line to
    3306
    *your mysql password



    screen capture freeware
    i have some reason to use mysql port as default:3306 instead of 3316
    so do as i did


    2. edit 'network.properties' change password to your mysql password.



    free photo hosting

    imagen


    3. edit 'ipconfig.xml' to your server's ip, for example my server's ip is 192.168.1.3



    image uploading site


    - LoginServer
    1. edit 'database.properties' which is in 'AIONEmulator\loginserver\config\network'
    change mysql port to 3306 and password to your mysql password



    screen capture software

    image upload


    - ChatServer
    1. edit 'chatserver.properties' which is in 'AIONEmulator\chatserver\config'
    change password to your mysql password



    photo hosting

    free screen capture


    *************************




    try to start each server
    - GameServer --> 'StartGS.bat' in 'AIONEmulator\game'
    - LoginServer --> 'StartLS.bat' in 'AIONEmulator\loginserver'
    - ChatServer --> 'StartCS.bat' in 'AIONEmulator\chatserver'


    you may create shortcut to the desktop.


    ** Install php files : Toll Exchange
    download this file--> aion_exchange - Download - 4shared - Lenna Melody
    extract aion_exchange.rar and copy 'aion_exchange' to 'C:\AppServ\www'



    screen shot pc


    HOW TO USE
    1. go to 'C:\AppServ\www\aion_exchange' and edit 'config.php' by using text editor
    change database password to your mysql password



    picture sharing


    you can change item id to convert to toll or change rate here.
    2. open your web browser and type
    http://<"your server ip">/aion_exchange/item_exchange.php
    such as 'http://192.168.1.3/aion_exchange/item_exchange.php'


    3. enter your id and password
    *you must log out before using.



    how to capture screen


    4. select your character and click the arrow-button.



    print screen windows 7


    5. Enter amount of toll



    snagit


    ..........
    Last edited by melody2156; 12-12-13 at 09:46 PM.

  5. #1220
    Enthusiast lpabon is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    thumbs up Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by melody2156 View Post
    i'm making a tutorial for u.
    Thank You Very Much.

    Did you happen to make a service for //petition

    - - - Updated - - -

    Quote Originally Posted by melody2156 View Post
    Exchange Item to toll


    if you want to use my php files, you have to install apache, mysql, php separately.
    you may use 'appserv' or 'xampp' which provided apache, mysql, php, phpmyadmin in a single program.


    so i use 'appserv' cause it's easy to config for me.
    link : http://prdownloads.sourceforge.net/a...9.exe?download


    ** Install appserv **
    follow this site : AppServNetwork - Content


    mysql password is very important, dont forget it.


    ** Install JDK7
    link : Java SE Development Kit 7 - Downloads | Oracle Technology Network | Oracle



    free image hosting


    if your system is 32-bit os use x86, 64-bit os use x64


    then install jdk7 and follow the instruction.


    after that go to 'C:\Program Files\Java\jre7\bin' and create a new folder, change its name to 'server'
    then copy all files in 'client' folder and paste them to 'server' folder that you just created.



    screencast

    photo storage


    -----------------------------
    Extract a new file from 'Aion Lightning 4.0 - 1-Click by Dwarfpicker v2.1.rar' no need to run setup.bat
    then follow this.

    ** Create game database
    goto '..\Aion Lightning 4.0 - 1-Click by Dwarfpicker v2.1\AIONEmulator\usr\local\mysql\data'
    copy folder 'al_server_gs' and 'al_server_ls'
    Paste them to 'C:\AppServ\MySQL\data'



    free pic


    then use Navicat to change gameserver password
    1. click on Connection-->MySQL



    upload


    2. enter your username 'root' and password of mysql



    image hosting
    3. select database 'al_server_ls' then double-click @ 'gameservers' table



    image hosting 10mb limit
    4. change 'password' to your mysql password



    online photo storage


    ** Start GameServer, LoginServer, ChatServer Manually
    - GameServer
    1. edit file 'database.properties' which @ 'Aion Lightning 4.0 - 1-Click by Dwarfpicker v2.1\AIONEmulator\game\config\network'



    print screen windows


    change the under line to
    3306
    *your mysql password



    screen capture freeware
    i have some reason to use mysql port as default:3306 instead of 3316
    so do as i did


    2. edit 'network.properties' change password to your mysql password.



    free photo hosting

    imagen


    3. edit 'ipconfig.xml' to your server's ip, for example my server's ip is 192.168.1.3



    image uploading site


    - LoginServer
    1. edit 'database.properties' which is in 'AIONEmulator\loginserver\config\network'
    change mysql port to 3306 and password to your mysql password



    screen capture software

    image upload


    - ChatServer
    1. edit 'chatserver.properties' which is in 'AIONEmulator\chatserver\config'
    change password to your mysql password



    photo hosting

    free screen capture


    *************************




    try to start each server
    - GameServer --> 'StartGS.bat' in 'AIONEmulator\game'
    - LoginServer --> 'StartLS.bat' in 'AIONEmulator\loginserver'
    - ChatServer --> 'StartCS.bat' in 'AIONEmulator\chatserver'


    you may create shortcut to the desktop.


    ** Install php files : Toll Exchange
    download this file--> aion_exchange - Download - 4shared - Lenna Melody
    extract aion_exchange.rar and copy 'aion_exchange' to 'C:\AppServ\www'



    screen shot pc


    HOW TO USE
    1. go to 'C:\AppServ\www\aion_exchange' and edit 'config.php' by using text editor
    change database password to your mysql password



    picture sharing


    you can change item id to convert to toll or change rate here.
    2. open your web browser and type
    http://<"your server ip">/aion_exchange/item_exchange.php
    such as 'http://192.168.1.3/aion_exchange/item_exchange.php'


    3. enter your id and password
    *you must log out before using.



    how to capture screen


    4. select your character and click the arrow-button.



    print screen windows 7


    5. Enter amount of toll



    snagit


    ..........
    lenna.melody2156@ragezone"
    I have a question about your tutorial. When i try to login to site the login and password disappears and nothing else happens. Not sure what i did wrong. :( I also notice this when trying to view ranking.php Parse error: syntax error, unexpected T_STRING in C:\AppServ\www\aion_exchange\config.php on line 24"
    Last edited by lpabon; 14-12-13 at 11:34 AM.

  6. #1221
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    @Ipabon check your database name, mysql password
    i have teamviewer if you need me to help.

    - - - Updated - - -

    you did something wrong @ config.php, i guess you deleted " somewhere

    - - - Updated - - -

    @Ipabon, please check your config.php and make sure you didn't delete # on line 24

    $rate=200000;# 2 items ---> 1 Toll point

    not this
    $rate=200000; 2 items ---> 1 Toll point

  7. #1222
    Enthusiast lpabon is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    is teamviewer like remote desktop conection? I do need your help i don't have the mesg Parse error: syntax error, unexpected T_STRING in C:\AppServ\www\aion_exchange\config.php on line 24" anymore when i view ranking.php instead it says Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'root'@'localhost' (using password: YES) in C:\AppServ\www\aion_exchange\ranking.php on line 108

    Warning: mysqli_select_db() expects parameter 1 to be mysqli, boolean given in C:\AppServ\www\aion_exchange\ranking.php on line 109

    Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in C:\AppServ\www\aion_exchange\ranking.php on line 112

    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in C:\AppServ\www\aion_exchange\ranking.php on line 115

    Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in C:\AppServ\www\aion_exchange\ranking.php on line 119

    but im not sure if thats because im going directly to that url as when i try to login at /aion_exchange/item_exchange.php i type the login info and it looks like it submits they id and password go blank and nothing happens

  8. #1223
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    do not access ranking.php directly, cause this will show on item_exchange.php some value will be given to ranking.php through item_exchange.php

    yes, teamviewer is a remote connection tool.

  9. #1224
    Enthusiast lpabon is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    ok teamview is installed says ready to conect i private mesg you id and password

  10. #1225
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    using google chrome, another browser is not recommend. :)

  11. #1226
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    @Ipabon

    you can use this with your 1-clickserver now (only copy to www)
    link : aion_exchange_For1ClickServer - Скачать - 4shared - Lenna Melody

    1. extract file
    2. copy 'aion_exchange' to '..\AIONEmulator\www' (not on z:/)
    3. then go to '..\AIONEmulator\www\aion_exchange' and edit 'config.php'
    *if you didn't change password (password=aion) no need to edit.
    4. start 1-clickserver

    you can access the page by typing http://server-ip:8096/aion_exchange/item_exchange.php
    for example : http://192.168.1.107:8096/aion_excha...m_exchange.php

    page background image can be changed by replacing 'bg.jpg' @ 'aion_exchange\res'
    Last edited by melody2156; 16-12-13 at 04:55 PM.

  12. #1227
    Enthusiast lpabon is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    thanks thats helps out allot after doing it in C:/appservr the everything worked perfectly but had this mesg at top of index.php

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\libs\config.php:1) in C:\AppServ\www\libs\config.php on line 2

    Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\libs\config.php:1) in C:\AppServ\www\libs\config.php on line 3

    but since you made it to where i can just put in in the one click server ill try that instead Thanks for all your work. Happy Holidays

    everything is working but when i pick my toon the ranking info comes up below as

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in Z:\www\aion_exchange\other_link.php on line 41

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in Z:\www\aion_exchange\other_link.php on line 41

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in Z:\www\aion_exchange\other_link.php on line 42

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in Z:\www\aion_exchange\other_link.php on line 41

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in Z:\www\aion_exchange\other_link.php on line 41

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in Z:\www\aion_exchange\other_link.php on line 42

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in Z:\www\aion_exchange\other_link.php on line 41
    Last edited by lpabon; 15-12-13 at 01:14 AM.

  13. #1228
    Member melody2156 is offline
    MemberRank
    Sep 2013 Join Date
    Bangkok, THLocation
    65Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    @Ipabon uninstall appserv, restart then start 1-click again, use 1-click V2.5.
    i recommend u download a new 1-click server v2.5 don't change mysql port.
    when you extract 1-click server to somewhere for example @ d:
    then copy 'aion_exchange' to 'd:/..../AIONEmulator\www'
    try to start 1-click server

    i tested and it works normally, web registration also works too.
    *aion_exchange link : aion_exchange_For1ClickServer - Скачать - 4shared - Lenna Melody
    if you got a problem send me your TV
    Last edited by melody2156; 15-12-13 at 04:10 AM. Reason: adding information

  14. #1229
    Enthusiast lpabon is offline
    MemberRank
    Oct 2011 Join Date
    28Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    do you know what .pak file that needs to be edit it to make the ingamshop button cash up or toll up go directly to the item exchange site? Also I did something stupid i made a bid on the house and did not want to wait 7 days so i set my server time ahead to far won the bed but because of webcertificates had to set server time back to correct time and it made the house auction 160 day count down. How do i reset it? :(
    Last edited by lpabon; 15-12-13 at 05:16 AM.

  15. #1230
    Apprentice 1027929 is offline
    MemberRank
    Jun 2011 Join Date
    12Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Remove shock BUG.
    How do I fix this problem of Remove Shock the char starts walking on the Z axis?

    Bow two hits.

    Please help!



Advertisement