-
Posts
533 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by URBANZ
-
Nothing Here
- 25 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
the games run on GRPG V1, i would hope a highly modified version and secured.
- 15 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
I remember this game it has been running for many years but with realistic offers what kind of number you looking for as on average you say it makes around $5k so that would probably value the websites around $50k-$60k for both sites together if the turnover has been projected to stay at this amount. If i remember correctly aswell the layout and game graphics were created by SOS Factory which obviously not cheap so you have put money into the game which you would like to see returned. also would the domains come with the sale and also what happened to the original domain http://prisonstruggle.com? would all rights be owned by the buyer and you would not use designs or code in a new game? Just those questions as if you are looking for anything 5 digits + i would say maybe use flippa might be easier to sell if you have a high number in mind.
- 15 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
I have unfortunately lost this mod and no longer have the code. Sorry but i won't be releasing this to the community for a while will make a new version. Unless anyone still has a copy of it they could send me then that would be a massive help.
-
I am currently using a REST system but GraphQL looks really good might look at using this instead as could speed up development time.
-
First time using GL for development but it is a solid engine and going to start addon development for this engine. My first addon i would like to create is a full api system for the engine so it can communicate with outside applications it would return json responses and be accessible by an api key generated in admin panel. Along with this im looking to build an android application using this api to show examples of use, i would be using Kotlin for this as it is better for compatibility for multi platform. ive started work on this addon but give me your thoughts, if you think this is a good idea or anything you would like to see be part of this api system. As an addition im looking to release this addon as cheap as possible (Maybe Free).
-
Thanks for the mod great addition. Just found a little bug when you reset your energy or will and try and do it again when its already full it lets you reset and still deducts points from account in workout.inc.php find on line 29: if ($this->user->info->US_points < $cost) { return $this->error("You can't afford this!"); } add below: if ($this->user->info->US_energy == $this->user->info->US_maxEnergy) { return $this->error("Your energy is already full!"); } find on line 39: if ($this->user->info->US_points < $cost) { return $this->error("You can't afford this!"); } add below: if ($this->user->info->US_will == $this->user->info->US_maxWill) { return $this->error("Your will is already full!"); }
-
Thanks definitely answered that.
-
Just wondering what licencing is GRPG V1 released under i know its free on github but is it releassed under any certain licence for open source software?? Just asking this as when looking through my old files i have a rework of Grpg V1 that i would like to publish to the community for FREE.
-
been along time didn't think the site still existed tbh i might still have the script laying around will release for free to the community
-
Im looking to hire someone for a backend API system that must run of NoSQL like MongoDB as it will have to be very reliable as will be for an online FPS and will be used for storage of user data and will need access constantly we already have the game on steam green light along with the API we would require private and public API functions so developers will be able to use the system to create their own software based on our API this would require developer keys to request the API. Also the private API would need to be very secure to stop malicious attacks on the database. We currently have an API but dont have the time to overhaul the system as all time is dedicated to finishing and releasing features of the game. We would need a quick turnaround of the final product. We must retain all rights and own all source code of the final product. You must sign a DMCA. We have a good budget for this project if you could provide us with a quote for the required items. You MUST have have a UK Registered Company or declared as self employed as we wont deal with someone that is not. We will provide as legally binding contract under UK law that protects both parties during this process More details will be provided on our company details when you agree to commence business with us.
-
Dont even download had a quick look and i knew i seen the code somewhere before it is a nulled script called Mafia Assassins that was around a couple of years ago and has been slightly modified but most of the code is exactly the same as the original, publisher of post should be banned.
-
if you are trying to build maps just use this plugin http://jqvmap.com/ it is easy to use and setup and has everything you need.
-
PDO offers SQL injection security compared to alternatives and yes mySQLi also does but does not offer certain features that PDO does. No i don't but other users might need to use a different database it is nice having it there in case needed and if later in development cycle you need to move database you dont have to go through and recode every database query/connection you can just change the driver.
-
first thing i would make a clean/simple layout instead of having a theme as after all it is a game engine, second i would use PDO for database connection as it is much better as it is much more secure and allows for easy change of the database driver. i would create a whole new base instead of fixing what is already there as people could do that themselves, in other words a whole new engine.
-
To be honest i had a look and this is a very bad game nothing in the game has was really changed from edited versions of GRPG and the layout is so messed up.
-
maybe if he just coded it maybe someone that cant make it might buy it for the asking price as it would take 10 mins of someones time to code it up
-
tbh i would have to agree with didnot compute it is not worth $55 not saying the template dont look good but you could create it out of css/html with exception to 2 images i could always prove it
-
only way to maybe have a chance is make your own library that your script has to run through like functions it has to use similar to ioncube or zend but your own that is fully closed source that way has much less chance of someone figuring out how to crack it and if you only use it for your own software the chances are the people that try to get your script are not good enough to crack the encryption wouldn't be that hard either
-
you will have a paypal receipt or an email off brandon paypal keep all records
-
yes i have a clean copy but you will have to provide proof of purchase from either grant or brandon for me to give you it, if you can do that i will give you it
-
to be honest don't use PhoneGap you might aswell just use a browser frame PhoneGap is rubbish, just make fully native app in Java i make them all the time or instead another option is android NDK and then you can use Objective C, C#, C++ then you can easily port over to iOS instead of converting the Java to a native code to make it run on iOS makes it alot easier in the long run and for the backend if you are using any databases like MySQL you could use JSON, PHP to connect the apps to as connecting direct into the database in the app is really insecure as you leave all of your database details on show.
-
[VPS] 3 Cores, 3GB RAM, 50GB RAID10 Storage, 1TB Transfer, £3/mo
URBANZ replied to Vaz's topic in Linux and Webservers
how can they offer this data center would cost more even if they were purchasing dedicated then splitting them the cost would still be majorly different something defo not right with that company -
looks alot better but the news bar needs to be a little bit longer inline with the other content as looks out of place now and maybe add a header to the main content to tell the user what page they are on after that it will be a solid design