
Dominion
Members-
Posts
2,447 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Events
Everything posted by Dominion
-
I have noticed you have asked this 2 or 3 times now and was wondering are you doing market research into why gaming sites go offline and/or don't last?
-
none of us know as they have not posted anything for all you know they could have it done they just want to build suspense. :P
-
Not really sure why you're telling me how much torn earns tbh, however i bet it earns more then they pay out to keep it online. Not all games earn that much and since you were not asking if torn was still online (or more what happened to it) i don't see the relevance.
-
it's an Auction why would you give the highest bidder his/her money back?
-
@ Vorless - sites go offline all the time may not have been making any money or they may not have had the time to run it anymore. @ dave - you're a few years late.
-
don't run before you can walk. mccodes is only html,php and css (is there any js in the base engine?) learn to slice and add the html first then putting the stuff you need for mccodes (bars etc) is easy.The login can stay just html tbh and the register is not that hard if you learn away from the mccodes engine. If you do it this way you won't be pinned down to one engine. ;)
-
I don't think it's so much a header as a layout that fits in with the loggedin look. So he would have the same css (color coding) etc. @ NationGamer - did you make sure there is nothing in the outside "header" that checks if they are loggedin.
-
It's been some time since i picked v2 up and looked at it. anyway... Did you create the 2nd globals file using the 1st one as a template? if so look for anything in it that checks if there logged in e.g. if ($_SESSION['loggedin'] { header("Location: login.php"); } i think thats what v2 has in it anyway
-
outside file - include "main_globals.php"; inside file - include "globals.php"; really don't see the point in an if() anyway try isset session_start(); if(isset($_SESSION['loggedin'])) { include "globals.php"; } else { include "main_globals.php"; }
-
May i ask why you need an if() at all? if the page is outside the game include the layout for it. if it's inside include the layout for in game.
-
Well if you give it ago make sure everything is optimized. I can see someone taking that idea doing it wrong and making there site very slow.
-
could always run a poll and see what people want. :)
-
* Do you feel as if things are improving for MWG? (Active users, posting, ect) Yes it's getting better. not all about mccodes anymore :) * Are you still receiving lagging/downtime? Keep us updated in the Slow downs thread downtime no. lag yes, however very very little and i am 90% sure it's my end. * While we have tried to organise the forum better and keep the posting rate as high as we possibly can, What things now need bringing to attention? I like some of the none mcc things being added. I also like the fact you're posting more, however I still feel you should bring back some competitions (like the mwg awards) OR run a competition for something else e.g. best topic of the week prize = well i like money ;) but i am sure you could come up with something people will want to win. from a more mcc based view point why not get people to come up with things they want to see in v3 the thing that affects the engine most wins that members a free copy.
-
no you could do it using one if() in a page like globals in the same way the "secure demo" mod works. ask the page name, check the database, go off it theres a trap set for that user.
-
I think config.php does not connect to the database in v2. take the include out and add a mysql_connect() should then work. you could also just use something more like the mysql.php file thats in lite/v1.
-
Well why not make it and ask someone to check it over before you sell it? The mod is not a bad concept, however it would need to be made in such a way so it works well for the people using the claymore and does not annoy to many members.
-
hi there take a look here - [mccode v2.x] Claymores on certain pages! The feedback may help you. As for you making the mod i thought you were taking some time before doing paid mods?
-
well if you're willing to pay what is your budget? If you're not i suggest going off and learning. If you need help post on mwg and people will point you in the right direction.
-
i think avfctom knows that.he/she (account does not say) is asking if you would put there table layout into your file if they paid for the mod.
-
If you're not looking to spend money look in the free mods section of mwg. there are posts that do this (dp to items) won't be as good, however there free.
-
it's a good mod for $1. well done :)
-
I would say use the search, however picked not to work for me so - [Mccodes][V2] SMF Registration Intergration!!!!!
-
one is posted yes, however it's not a full integration just the login and register (better in my opinion so the public can view the forums).
-
if the first two lines are jokes please say, otherwise expand on what you're saying rather then just insulting two people who are respected by the community ;)
-
they mean- notice this part "jrSTRN=100WHERE jrID=40 " In that query (it's inside the staff_jobs file!) space it out.