If you've used this code, you need to be careful. $_GET['id'] hasn't been sanitised (someone could write SQL in the id parameter and it would be ran directly on your database - look up SQL injection). @Nicholas is partially correct, but simply using MySQLi or PDO doesn't make you immune to SQL...
Most Popular: @bigdawg
Funniest User: @Khalil
Most Inspirational: @Sojobo
Cockiest User: @Markshall
Most Professional: @Sledmore
Staff Member of the Year: @Sledmore
Friendliest: @JMG
Best Newbie: @Haidyn
Biggest Troll: @Hashh
Want to meet IRL: @JMG
Most Helpful: @Haidyn
Biggest Spammer...
(Edited)
Right click `NeedsAutoKick` and press `Find References`. It's probably only called in one place. You should be able to move them to a new room inside the if statement `NeedsAutoKick` is called in.
There is an exploit which allows tanji users to purchase multiple items from the exchange, giving them the multi-buy discount (eg. Buy suitcases worth 100k with a 33% discount, costing only 77k and then redeem for 100k back). There's a fix on the RZ thread somewhere, but I'm on mobile right now...
Oh right, I see. Your logic seems good. Are you having any issue in particular?
edit:
for (int i = 1; i<=20; i++){
if(x%i > 0){
return false;
}else
i++;
}
Here you are incrementing i twice, once in the for loop header and once in the body at the end. Remove the one...
Check the furniture you've added recently. One of the values in height_adjustable is incorrect. Without editing the emulator, it may be difficult to track down.
@JayCustom - It seems like the query you're providing is not helping, it may be likely that the cell containing the error contains a...
Thanks! I've updated the download/source to reflect this change. I also removed the database name from the queries (whoops).
I'm not quite sure I understand what the offer ID does though - How does the catalogue searching utilise it?
After tirelessly entering furniture SQLs into the database by hand, I decided to create a quick program to generate basic SQLs for me.
Features
Generates furniture and catalog_items SQL queries for PlusEMU's database structure
Generates the following:
Item name
Public name
Width
Length
Can...
I think the idea and layout is nice, and it's unique.
For an honest opinion - I do think it's a bit plain, and the login box has a lot of excess space. I would make the border around it a darker blue, and space out the elements more or reduce the size of the box. Also as mentioned, not sure...