Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. that just gives me a nice long error  
  2. i think he means the part of the page that is erroring just post the whole page if your not sure
  3. o ummm i did not read that right then. both seem to lack a lot but to be fair title does say not finished
  4. nice work i assume with a small edit you do not have to use sha1 :)
  5. i have no idea what the function mysql_fetch_single() is it one of your functions did you mean mysql_fetch_row() ?   edit - php.net says http://uk3.php.net/manual-lookup.php?pattern=mysql_fetch_single&lang=en
  6. the funtion forum_dropdown() is not there i think in mcc its in global_func.php on v1 and v2 lite may not have it check the file and find the function if its there post it so we can see if there an error   p.s - is this magictallguys forums? since his forums are made for v2
  7. you pointing me to my own thread O-o the hope when i posted that was to help people if there are 100 posts about the same thing it just makes it easy to find nothing wrong with it (in my opinion) as it is posted more people may even start to change it thats what is so good with stuff like this everyone does it in there own little way. what i said was in no way aimed at you i am well aware you are able to create well made pages i have edits of your code running on my site (still only on wamp being tested)
  8. @danny - i know i don't need the "" should still work O-o @rulerofzu - if its in one topic its one members views that can be seen (new members never seem to read down thats why they post about errors that are fixed on page 2 of the mods) the more ways to do it that are around the better after all we don't all wish to follow one set of rules :) @haunted dawg - its basic no one is making a fool out of anyone posting getting help and learning ita what this fourm is for not just people who wish to pay you to fix things up (not trying to be mean)
  9. would not output anything since you did not tell it to (just being picky there)   <?php $var = 1; // Will Turn out true echo "$var" ; $var2 = -1; // False echo "$var2" ; $var3 = abs((int) $var2); echo "$var3" ; // Will return false and will be turned into positive ( i believe, feel free to tell me otherwise ) ?>   $var1 would show "1" $var2 = "-1" $var3 = 1 all 3 on the same line since i just just echo 3 times not telling it to go on a new line
  10. Dominion

    Layout

    there are a few nice ones in there free mods area however i would really think about paying for one the look is what gets the user to sign up and stay to look at what mods you have without a nice look your nice will not get 1/2 as many hits
  11. simple is often better nice mod :)
  12. you mean this - [mccode v2.x] Mass emailer there are more use the search bar
  13. i know why people add one tab (don't do it myself) but not 8 or 9 anyways still looks very good well done :)
  14. i have not looked over the full file's but they look good one small thing why so much tabbing on the 2nd file?
  15. nice screen shots one thing 1st shot last line php_self have a look $_SERVER['PHP_SELF'] alternative/vulnerability not sure it matters in a non public file but you do it a lot on your mods aswell just so your know :)
  16. could we see some examples of your work make one or 2 basic free mcc mods for example Templates screen shots of work done before you know that kinda thing?
  17. the more you put into ads the more you will get out but your right thats way to much to put in at one time
  18. your going to ignore your own thread ><
  19. look for function check_level() ?
  20. @zed - just to be clear so i do not look like some random guy trying to get in on the topic i have also seen the inside of dk so your comment is a little wrong since i still do not know nor do i care that much lol
  21. @conflict - i ment nothing by it just saying it should not really matter mccodes or not i am sure by now someone like HD would have edited everything so much it would be hard to take it down via mccodes   @jordan - your sure?
  22. just a thought here but go into cpanel and delete the page you know thats just an idea
  23. i think your link is not working?
  24. i assume your v2 do it via the staff panel if not go into phpmyadmin and do it that way
  25. even if you are he could not get far since he does not own nor is he linked to mccodes.com...   does it really matter if its mccodes as i said in the post "coder" looks are more or less the same of every game menu on the right banner at the top very few are really diffrent now mcc or not (text based rpg's that is)
×
×
  • Create New...