-
Posts
2,491 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Forums
Events
Everything posted by Dayo
-
I'm selling a login/register i have made* a screen shoot can be found below. http://glscript.net/screenshots/sm.png It is codded with HTML/CSS and uses the JQuery library to switch between the register and game description, there is no live example for obvious reasons. You are NOT buying the unique rights to this template i may sell one or one hundred there is no limit (hence the cheap price) you can only use this on one domain and you cant give it to someone else without informing me of the change of domain, and if you are using it in a test environment/localhost you will be given an option to give a URL at a later date when and if you go live. Price is: £7.50 GBP payable via paypal my email is [email protected] any questions just ask. PS this is not coded to any engine nor do i offer the service to do so but im sure there are coders out there willing to do so! * Mascots were not made by me and are free to download somewhere on makewebgames.io you are buying the time spent putting the template together and slicing/coding it
-
its not the script as ive just used the function memory_get_usage(true) and my project is only hitting around the 0.5MB mark and that's about 150 children plus modifications to the script, kyle if you give me a link to your url ill have a look for you. Does anyone else have this problem? if so im more then happy to help you sort this issue
-
it looks like his is set at 128 MB the script shouldent be needing that much, ill try to optimize it a bit more when i get home especially on the first load
-
Hurmmm How many child's do you have ATM?
-
Coming soon: ive added the feature to set if its finished/un-finished/just an idea. Also coming on the next version: you can add/edit a description to the child
-
The problem should be removed now thanks for ur help spud and djk
-
I think i have removed it can you just check it your end DJK. What it was, was i was using an old version of thinthumb, ive upgraded the scripts and deleteed the infected files :) and im glad you like it kyle hope it helps you out :)
-
Yea I've seen the virus warning on my site, just trying to figure out where it is
-
atm the list is generated like this via php function child($parent) { $parent = abs(intval($parent)); $query = mysql_query("SELECT * FROM `child` WHERE `parent`=$parent"); $return = ''; while ($child = mysql_fetch_array($query)) { if ($child['children']) { $return = $return.'<li id="'.$child['id'].'">'.$child['text'].'<small style="display:none;"> <span class="add_link" cid="'.$child['id'].'" onclick="add()">[+]</span> <span class="remove_link" cid="'.$child['id'].'">[-]</span></small></li>'.child($child['id']); } else { $return = $return.'<li id="'.$child['id'].'">'.$child['text'].'<small style="display:none;"> <span class="add_link" cid="'.$child['id'].'" onclick="add()">[+]</span> <span class="remove_link" cid="'.$child['id'].'">[-]</span></small></li>'; } } return '<ul class="'.$parent.'">'.$return.'</ul>'; } but ill look into doing it as you said
-
Before i add any features i would just like to see what people think of it/what they would change. http://www.cdcoding.com/project-planner/ the login is a very simple login system and core.php is a bit messy but what do you expect for a hours work, obv it will be cleaned up on the next release ;)
-
Glad you like the idea :) Also just to let people know I've used the JQuery UI for the styling no reason other then I wanted to see what it looked like and to make it easier/more efficient adding data (I've codeded it so when you add a child it only re-loads the parent and not the whole tree. I'm going to change a few more things tonight add a few ideas given to me/some I've thought of so it will help you/me plan projects better
-
I've never used/seen that but from the looks of it the concept seams farmiliar
-
I've just got to optimise it a little as ATM it searches for children for every <li> and if you have a few 100 like I'm gona have it will get slow so I'm going to only search for children if it has children so in the example above thee would only be 5 querys other then 20
-
Sounds interesting I'll look into adding something like that :)
-
Ive made a small script to plan my projects all it is is basically one large list but the list can have unlimited "parents"/"children" even the "children" can have "children" etc etc there is no limit (other then your db. :p) I'll get print screens tomorrow and if people like it I'll release if for free as it only took me a hour or so to code :) If you would like me to explain it in a bit more detail just ask. test testtest testtest test testtest test test test [*]test [*]test [*]test [*]test [*]test test test test test Pretty much like that but Obv not the same CSS
-
Yes mate DS - sold
-
all the templates are still for sale
-
Looks good, ill embed this to glscript.net later on if you dont mind and im sure i fixed the register error in GL0.8.5 but thanks :)
-
Have you un zipped the file then uploaded the contents?
-
I'm sure Peter can alter it (at a cost) I may include the domain and hosting plus the scripts (slightly altered GL v0.8.5) if some one wants to buy it
-
Glad you like it, if you have any idea you want added to the admin panel
-
No there isn't but I've disabled the email verification plus it's all jQuery so it will only take 10 seconds to join up :)
-
idealy for the ones from peter i would like atleast 70 usd for the first one and 55usd for the 2nd the 3rd one im open to offers
-
Hiya im going to sell off two templates that i have brought from w3theory.com one is: http://www.w3theory.com/Clients/DS/login.html http://www.w3theory.com/Clients/DS/index.html the other one is found at: http://www.gangsterlegends.net (i dont have the time to spend on this game anymore :/) the other is just a simple login/register with JQuery here is a screenshoot: http://glscript.net/screenshots/sm.png please PM me any offers you have, i can convert them to GL V0.7.5-0.8.5 for a small fee ... i no longer work with mccodes but im sure you can find a coder about
-
Hi to All! A Text Based Mafia game - Trigger Happy Mafia!
Dayo replied to KashBFD's topic in Game Projects
agreed, welcome to MWG KashBFD hope your project goes well