now where's my affiliates link? hehehehehe
Posts by yahwho
-
-
I hope this allowed on the forums and if this is a breach of the T&Cs I apologize and please do delete this post!
But in case you (or anyone else) wanted to know I found the artist on https://www.fiverr.com/ there are loads of freelancers on there who offer some fantastic services (albeit not all for a fiver!
)
-
Hi Mino!
No, I'm not that blessed with artistic skills. I had got a couple of players give some donations to the server, so I spent the funds on hiring a graphics designer and he created the graphics for me
( Medieval Realms is a hobby for me and not a revenue stream so any donations I get get ploughed back into the server
)
-
Just updated my server (has updated fine and people are logging in), thought I would mention the beginning of the server script warns me that the server is outdated says its 0.9.3.2 when 0.9.3.3 is the latest. I suspect this warning is in error.
-
Top job by the way Red. Having transport will certainly make a huge difference to peoples game experience.
-
You do not seem to be able to access the map when mounted? Is this by design?
Also when you see other riders, their horses are invisible.
-
Hehe someone will have to remind me of the update command
Login Steam anonymous and then app_update 339010
Mules and Camels!
-
Ahh I see, basically a (compatible!) LUA clone but in Java.
-
Great to have you back! We still need an Area Protection plugin. I can provide a temporary server (and surely scrounge up some testers) to test on if needed.
We really missed you! Hope you are feeling better now.
Does yahgiggles protection plugin not work
?
-
someone called?
-
Welcome back! And thanks for writing pnb! Fantastic plugin
-
Lol! Or we could even use path . . .
-
Yes, its called a SQL injection attack.
Link to some info:
https://www.acunetix.com/websitesecurity/sql-injection/
It all depends on how the application is written as to whether there is a vulnerability or not.
On a basic level you can execute extra commands. Like drop table
or add extra table info / modifications.
-
Maybe the queries are wrong? Using update statements without inserts? Sorry not going to be much help here.
-
Sql should be giving you errors if there are problems?
-
Ah well just a thought, I was always taught to use escape backslashes.
An odd problem Indeed.
( Edits due to butter fingers
)
-
I would write the path:
The first one actually creates a path similar to (on Windows at least) C:\risingworld\path/database/description-name.db when executed on the JVM.I'm only surmising that this may be a cause. . .
There really is no need for a unique database name for each server plugin it's complicating things for no reason.
KISS mentality, Keep It Sweet (n) Simple.
-
-
Code
That snippet might help you.
-
Hmm I'm not sure off the top of my head.
What I would do is write a very simple plugin with a timer say every 10 second.
In the time create a vector3f object and grab the current player values and print them to the console, then look due north and see what comes out?
That's how I would start with that one.