Jump to content
MakeWebGames

Danny

Members
  • Posts

    302
  • Joined

  • Last visited

    Never

Everything posted by Danny

  1. hello, i have made a login page, but when loaded in firefox it screws it up can someone add me on msn and fix it MSN:[email protected]
  2. Re: [v2]Flags[v2] ok, hasnt this been made by goldenzero before and was a paid mod
  3. Well, i first saw this on a game and someone wanted me to make it, so i did, well with a bit of help from lostone on the changing of it, so hear it is.   ALTER TABLE `users` ADD `quote` varchar(255) NOT NULL; add this to php myadmin now wherever you want the quote to show add: Quote: {$r['quote']}   Now in prefrences add this to functions case 'uq': user_quote(); break;   add the link now echo '[url="preferences.php?action=uq"]Quote Change[/url]';   add this before endpage function user_quote() { global $c, $ir; if($_POST['quote']) { $q = mysql_real_escape_string($_POST['quote']); if(strlen($q) > 255) { echo 'Quotes can only have upto 255 characters'; echo ' '; echo '[url="preferences.php?action=uq"]Back[/url]'; } else { mysql_query("UPDATE `users` SET `quote` = '$q' WHERE `userid` = " . $ir['userid']); } } else { echo '<h3>Quote Change</h3>'; echo '<form action="preferences.php?action=uq' method='post'>'; echo 'Enter quote below (<font color="red">255 character limit</font>) '; echo '<input type="text" name="quote">' . $ir['quote'] . '</textarea>'; echo ' '; echo '<input type="submit" value="Update">'; echo '</form>'; } }   Their it should all be in working order if you need any help pm me or msn me
  4. Re: Quote Mod Thanks all for ya help.
  5. Re: My Little Business yesh, sounds good, but, wudnt you have to take out £35 pm contracts on o2 and have 30 credit checks if you buy them at once, and surely they will know if you go into a branch and you want say iphones, they will be cau
  6. Danny

    Firefox 3

    Re: Firefox 3 well my view is that FF has got better and on ff 3 ive had it since it came out and its been a dream no crashing or anything i think its good!
  7. Re: Quote Mod thanks iamwicked will try, tyvm for that
  8. This mod is where in the user profile they can have a quote/motto on it, i am stuck on the prefrence's bit but i have made the res. Sql ALTER TABLE users ADD `quote` text NOT NULL   and the bit for viewuser.php   Quote: {$r['quote']}   this has been made by me but i can not do the prefrences change bit can any one help, cheers SaIyAn
  9. Re: [V2] Credit Card Mod [V2] yeah im gunna try this mod idea i thought of. it may be crap cos im a newbie
  10. Danny

    Firefox 3

    do you like firefox 3
  11. Re: Email Activation ok, this has been done i think
  12. Re: [V2] Credit Card Mod [V2] anyone gunna add my idea to this mod
  13. Re: Updated Display Pic System [V2] looks good
  14. Re: [V2] Credit Card Mod [V2] maybe when you withdraw money you have to enter a pin so if someone acsess your account youre money is safe cos they wont know pin number. this is like a real bank then
  15. Re: [MOD] Voice Mail ? looks interesting, thanks for posting
  16. Re: Whats your Favourite Sport! My sports a darts,pool,drinking(lol),footbal, basketball (yeah)
  17. Re: Where are you from? kool, im by hilbre lol. are you near walker street?
  18. Re: Where are you from?   cool im in newton u no were dat is
  19. Danny

    Xbox Live

    Re: Xbox Live name DannyR2811 add me
  20. Re: Xbox 360 vs Playstation 3 360, i will also post my gamertag wen my live is done
  21. Re: Free 2 - Icons i think we should give nyna a break! here are some simple reasons! 1. she has her probelems with the servers cos of lightning 2. she made it clear to install also i dont see why some people "slag" off some peoples addons, it is probs cos their jealous n they never thought of the idea, or even they could not make it!
  22. Re: Race Logs V2 looks good!
  23. Re: y isnt der a jail in v1 it's only some off the kids that talk like that, some on here actually dont. (i.e Me) but some of them can be really annoying like the corpse & that kid who started the post
  24. Re: Warning when mailing a admin now back on topic please?
  25. Re: Staff Passwords. now i just think he wants the attention! :evil:
×
×
  • Create New...