-
Posts
2,657 -
Joined
-
Last visited
-
Days Won
74
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
for those wanting to develop even buying a licence at $100 and creating your own mods your still benefitting if your mods sell. mods for the engine are easy enough to develop and you could see your return in paid mods will cover the price of the engine.. I dont recall other licened engines giving a skeleton version for mod creations cos this would mean you could build on it and have yourself a free copy unless im misreading what people are asking...
-
I have to say whilst ive worked on this New Worlds engine with Bert. The overall potential is mind boggling anyone who knows me and the mods ive created for another engine, will be blown away at what this thing you can do, Iv'e always thought outside the box when making mods, but this one has just so much more to offer. Usually my scripts are something like 500 - 600 lines long and require a fair few link pages to make it work. I was amazed when doing mods for New Worlds one page no link pages and it did everything i wanted it to do. You dont have edit previous scripts to add links to the menu cos the system just finds a new mod package and recognises it as a mod that needs a link and does it. the variables make it even easier when writing new mods cos you dont have to create your own you can use whats already on offer for countless number of scripts and they fit snuggly into the pages. Your newly created mod once done if it dont work thats fine turn it off from the admin panel correct the script JUST for that mod you dont need to alter any other ingame pages and your back in action.. whats been achieved here and for the price is mesmerizing. And the ability to make cash from your mods by uploading to the market is a brilliant idea. Damn thing even keeps you upto date on new mods new additions to improved mods and plenty more. One of the best ive seen and worked with weldone bert.. :)
-
Yeah i seem to be having same issue with notepad++ did mention it on their boards but they never got back to me.
-
Dave who! never heared of him ;) but always nice to read positive feedback regards an MWG member weldon Dave keep up the brilliant work and plenty more reviews on your behalf
-
heres a prime example... <?phpsession_start();if($_SESSION['user']['level'] < 5){ echo 'not allowed...';}else{ echo 'test'; if(isset($_POST['submitForm'])) { //check for errors (dont know why) if(empty($_POST['textName'])) { $msg = "Name was left blank..."; } if(empty($_POST['textDesc'])) { $msg .= "Description was left blank..."; } //if no errors if(empty($msg)) { addItem(); } } echo 'here'; echo $msg;?><form name="form1" action="" method="post" enctype="multipart/form-data"><table width="100%" border="0"> <tr> <td><strong>Thumbnail:</strong></td> <td><input type="file" name="fileThumb" /></td> </tr> <tr> <td><strong>Name:</strong></td> <td><input type="text" name="textName" value="<? echo $name; ?>"></td> </tr> <tr> <td><strong>Type:</strong></td> <td> <select name="selectType"> <option value="1">Equipable</option> <option value="2">Token</option> <option value="3">Breeding</option> <option value="4">Quest</option> </select> </td> </tr> <tr> <td><strong>Searchable:</strong></td> <td> <select name="selectSearch"> <option value="1">Yes</option> <option value="0">No</option> </select> </td> </tr> <tr> <td><strong>Description:</strong></td> <td><textarea name="textDesc" rows="4"><? echo $desc; ?></textarea></td> </tr> <tr> <td><strong>If Item equipable (file that goes in imagegen/1/):</strong></td> <td><input type="file" name="fileItem1" /></td> </tr> <tr> <td><strong>If Item equipable (file that goes in imagegen/2/):</strong></td> <td><input type="file" name="fileItem2" /></td> </tr> <tr> <td><strong>If Item equipable (file that goes in imagegen/3/):</strong></td> <td><input type="file" name="fileItem3" /></td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><input name="submitForm" type="submit" id="submitForm" value="Add Item"></td> </tr></table></form><?} function imageUpload($file, $path, $name){ $imageinfo = getimagesize($file['file']['tmp_name']); list($width, $height) = getimagesize($file['file']['tmp_name']); $userid = $_SESSION['userID']; $file_typ = array(); $file_typ = explode('.',strtolower($file["file"]["name"])); $file_type = "." . $file_typ[count($file_typ)-1]; echo $file["file"]["name"]; //only allow jpg, png, gif if((($file_type == ".jpg") || ($file_type == ".png") || ($file_type == ".gif")) && (($imageinfo['mime'] == "image/jpg") || ($imageinfo['mime'] == "image/jpeg") || ($imageinfo['mime'] == "image/png") || ($imageinfo['mime'] == "image/gif")) && isset($imageinfo)) { if(move_uploaded_file($file["file"]["tmp_name"],$path . $name . $file_type)) { return true; } else { return false; } }}function addItem(){ //secure input into database, never know who may gain admin access then screw your db up =) $name = mysql_real_escape_string($_POST['textName']); $desc = mysql_real_escape_string($_POST['textDesc']); $type = mysql_real_escape_string($_POST['selectType']); $search = mysql_real_escape_string($_POST['selectSearch']); $namer = strtolower(str_replace(" ", '', $name)); echo $namer; $img_name = imageUpload($_FILES["fileThumb"], "static/items/", $namer); if(imageUpload($_FILES['fileItem1'], "static/imagegen/1/", $namer) == false) { $msg = "Upload Image items/1/ failed..."; } if(imageUpload($_FILES['fileItem2'], "static/imagegen/2/", $namer) == false) { $msg .= "Upload Image items/2/ failed..."; } if(imageUpload($_FILES['fileItem3'], "static/imagegen/3/", $namer) == false) { $msg .= "Upload Image items/3/ failed..."; } if(empty($msg)) { //insert item } else { echo 'testtt'; }}
-
SIM are you working offline with this or on a server ? if your working on a server Download the suspect file to a new place copy all the TEXT from it open windows notepad and see if the layout of the code is fine.. If the layout is all on line 1 then your file is corrupt and will need resetting out example spacing and breaks...
-
Have seen this in action and have to say its very very clever well done Cronus :)
-
MCCodes Releases Updated Versions for all Paid MCCodes Products
Uridium replied to Dabomstew's topic in Announcements
Theres an old saying that springs to mind "Time is a great Healer" :) -
your Table shows as users_courses yet some parts refer to users_course Just too make people aware.. 6. line 5 needs editing from cdays to crDAYS 10. needs to be users_courses 12. need to be users_courses
-
Thread closed...
-
Would anyone argue if i closed this thread for being pure bollox ?
-
Ive had this issue with a template aswell i tried everything just like you infact in the end i think i Binned it...
-
Andy i think your missing the point of your own thread. Your failing badly trying to capture anyones votes with rushed work...
-
Andy he means imagine a scene from a game any game any put in your own words something that would want a user to play that game and why...
-
Andy none of us are saying do it for free... We are commenting on your use of words, whilst youve written your one chance to sell yourself to a customer First impressions matter REMEMBER your post has an EDIT button so feel free to Re-write your selling point :)
-
Are never good words to add in a sentence when your trying to sell yourself for business.. All im reading from that is "Why you should choose me"<<< Big Headed "You can trust me" << Alarm bells start ringing "It's cheap" << your not gauranteeing me you will do a decent job All that info from just one line will kill your business
-
What does everyone think of my game Gangster-Society.co.uk
Uridium replied to LearningCoder's topic in Game Projects
Thread closed before it gets out of hand sorry guys.. -
I'll have a quick look at my copy and make a fix...
-
Anyone know how to open a page inside the layout?
Uridium replied to LearningCoder's topic in Game Support
please stick to your original thead LearningCoder http://makewebgames.io/showthread.php/41224-Need-help-with-the-pages-on-my-game -
post your code people cant help you if they have to guess what your seeing.
-
That would only happen if the URL has target="_blank" look for such urls and just remove the said piece :)
-
You have to remember this is an engine there building not a whole game so keep to the NEEDED basics things that can be added as ADDONS later are and should not be confused with the focus of an engine. They are primarily for Upgraded Additions.
-
at this price do we get the Iphone aswell :)
-
I recommend gettting a free game engine and browsing through a small script to see what makes what work and how then try adding to it or editing it to make it do something else. going to websites that help you are fine but you need some sort of understanding to begin with and the best approach i feel is hands on...
-
found this but i still think it uses a table http://www.sqlteam.com/article/datediff-function-demystified