dannsatriow Posted September 13, 2019 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 08/01/18 Last Seen: March 19, 2023 Share Posted September 13, 2019 can someone make a tutorial to import the item_db_re sql into database? because my script only got jellopy. thanks for answer. Quote Link to comment Share on other sites More sharing options...
0 Psy Ops Posted September 15, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 70 Reputation: 0 Joined: 06/19/18 Last Seen: January 24, 2023 Share Posted September 15, 2019 Are you referring to the sql injection via sql query? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 15, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 15, 2019 spend a minutes to search on forum or google or wiki could have gotten you the answers.. Quote Link to comment Share on other sites More sharing options...
0 dannsatriow Posted September 16, 2019 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 08/01/18 Last Seen: March 19, 2023 Author Share Posted September 16, 2019 (edited) On 9/15/2019 at 3:02 PM, Psy Ops said: Are you referring to the sql injection via sql query? No I just want to import .sql db to my database just like emistry said, but fail. On 9/15/2019 at 8:14 PM, Emistry said: spend a minutes to search on forum or google or wiki could have gotten you the answers.. Thanks emistry. yes I know how to import like this. , but when I'am using your SQL Mall script, I got only jellopy. Here my database. am I doing something wrong when import .sql? I think is imported right? Do I have to create a new table for the sql mall script work? many thanks for answer it. Ada yang bisa pakai script dari Emistry yang SQL mall? saya sudah coba import sql ke database tapi hasilnya cuma jellopy saja. mohon bantuanya. Edited September 16, 2019 by dannsatriow Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 16, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 16, 2019 either you are not using the correct script or you are not connecting to the correct db Quote Link to comment Share on other sites More sharing options...
0 dannsatriow Posted September 19, 2019 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 08/01/18 Last Seen: March 19, 2023 Author Share Posted September 19, 2019 On 9/16/2019 at 11:55 PM, Emistry said: either you are not using the correct script or you are not connecting to the correct db Thankyou, I think I have connected to the correct database, because I see all my char there and I can edit them directly from table in database. There might be an error in your SQL MALL script when selecting a table from the database, I use renewal system. here your script OnLoad: .@type = getarg(0, -1); .@npc = 1; .@sql$ = "SELECT `id`, `weight`, `" + (.is_renewal_db ? "atk:matk" : "attack") + "`, `slots`, `weapon_level`, `defence`, `equip_level`, `script`, `equip_script`, `unequip_script` " + "FROM `" + (.is_renewal_db ? "item_db_re" : "item_db") + "` " + "WHERE `type` = "+.@type; if (.blacklist_item$ != "") .@sql$ = .@sql$ + " AND `id` NOT IN ("+escape_sql(.blacklist_item$)+")"; .@sql$ = .@sql$ + " ORDER BY `name_english`"; + "FROM `" + (.is_renewal_db ? "item_db_re" : "item_db") + "` " this line selecting item_db_re becauce is_renewal_db right? I try to learn it. it should be right but why only jellopy appears? Quote Link to comment Share on other sites More sharing options...
Question
dannsatriow
can someone make a tutorial to import the item_db_re sql into database? because my script only got jellopy. thanks for answer.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.