-
Posts
533 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by URBANZ
-
-
tbh the PSD's are not even needed for these layouts they can be fully built with CSS just use the images as reference.
-
yes you are correct its a full poker script i have like zynga poker or other known poker sites out there for live poker games, i realise if i put up for a low price i would gain sales but again its a module i dont really want to part with and if i was i would only consider offers over £300 as the amount of time it took to build. The idea you have for the poker this can be achieved in a much easier way and for alot less money. For the module you have in mind i would say around $30/$40 maybe less depending on amount of details. If you are interested in this system feel free to send me a PM with more details etc and can look into it more for you
-
I have made a module like this, tables with multiple lobbies and tables players can join along with competition games (championship etc) minimum price i would ever take for this is £300/GBP single use licence. very large system and still a bargain at that price as can be used as a standalone game in itself, and took along time to build. if you was looking for something more basic like 1vs1 poker this could be done with alot less work and for far less cost.
-
yes never going to be a solid 100% way of stopping anything like this without using ion or zend which is never a good option for people that want to change things with the code and not an option i would personally use. Legal way is the way i would always do things as its property and no different to anything else and would definitely deter people from doing it. I couldnt agree more with that it does effect income and i will still be looking to use marketplace in the future as i have alot of modules to publish and still gives developers a good way to make extra money, nothing against the service at all, dave has done a excellent job with it.
-
not saying its not a good thing obviously takes work but hits compared to unique hits 2 different things. not trying to be a wise guy get off your DH pedestal and STFD If you want me to be a wise guy no problem i can do that but dont say i didnt warn you.
-
This doesnt take much sim. dayo never said 1 million unique hits that would be a different story lol.
-
yes this is very true never going to be a true way of stopping people sharing code but handling it personally with updates etc might be the best with only selling to trusted people.
-
With recent events i decided to protect my code for now before it too late, when a better system is in place i will use marketplace in the future. Maybe a MWG marketplace loader for each engine and no direct download of the module just adds it the the engine from ACP with API help. this could potentially reduce numbers of shared code.
-
I have made the decision to remove automatic awards from marketplace. If you would like to purchase this system or need support if you have already purchased contact me on discord. I will still be updating and offering support for this module. Discord: URB4NZ#6770
-
Nothing Here
-
Nothing Here
-
what have you already tried post the code??
-
This is fully to do with PHP7 and MCCodes as this engine hasnt been updated to support newer versions of PHP you will just need to use preg_replace_callback and have a look at the documentation https://www.php.net/manual/en/function.preg-replace-callback.php this will explain how it works and you can convert it
-
thats to do with my mysql table, the data you are trying to insert dont match the amount of columns in the database. could you post the `votes` table from your database
-
Nothing Here
- 25 replies
-
- 4
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Thankyou so much really was alot of nice modules released and can't thank everyone enough that has purchased the module. Thankyou to @Dave and to @Dayo for running this competition and dayo for creating such an amazing engine. 🙂
-
basic stats are in the engine but if you want like strength etc install these they will add what you are looking for.
-
@evo2 This is a really old post but if you are looking at buying something check out @Dayo post definitely a good starting point for a game.
-
Personally i have always gone with a whitelist as much easier to maintain and you dont have to keep updating it. So you can add main sites like google, facebook, twitter, youtube etc then everything else will be blocked. As new game sites pop up all the time you would have a much larger blacklist and you would be adding more all the time.
-
for using 2 columns just follow the bootstrap grid guidelines. <div class="row"> <div class="col-md-6"> <!-- Change to col-md-4 for 3 cols per row --> <div class="form-group"> <label class="pull-left">TITLE HERE</label> <input type="text" class="form-control" name="NAME"/> </div> </div> <div class="col-md-6"> <!-- Change to col-md-4 for 3 cols per row --> <div class="form-group"> <label class="pull-left">TITLE HERE</label> <input type="text" class="form-control" name="NAME"/> </div> </div> </div> make sure to use the same code for starting a new row. (All cols in each row have to equal 12)
-
Version 1.0.1 is now live on marketplace 🙂
-
will be live very soon just finishing up the code then will be available for you to download 🙂