Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Yes dayo, i did, didnt you notice my post xD
  2. Remove the else, and it will work fine :)
  3. Ok, I thought this problem had gone, but it seems over the past few days it has returned. Slow Server. I know its not my internet, other pages are fine, and this site is continually slow, at any time of the day....
  4. Meh, just use it, jordan was the only one doing anything, now he isnt, therefore, no-one will say jack....
  5. its __FILE__ not __FILE In both files you need to global $user_class i belive
  6. What part of v2 did work properly....
  7. umm (BTW use the [ js] tags ;)) post up the part that shows you calling this function.... Also, try something like [js]$('#update').css('style', 'hidden');[/js]
  8. You sell php engines, yet you cant do this, mabey that why he, and me too, thinks your not serious....
  9. Whats your budget?
  10. I ment you cant add anything to it....
  11. Happy new Chinese year! ????? ????? Now its the year of the rabbit!
  12. you cant have a space before the end of the, in this case, EOF;
  13. Danny696

    help!

    Noone has a bank yet, the error will go when they do.
  14. Try something like this: [js]$(document).ready(function () { $(".vote").click(function() { var id = $(this).attr("id"); var name = $(this).attr("name"); var dataString = 'id='+ id ; var parent = $(this);   if(name=='up') { $.post('ajax/voteGood.php?' + dataString, function(data) { $('.vote').html(data); }); } else { $.post('ajax/voteBad.php?' + dataString, function(data) { $('.vote').html(data); }); } }) })[/js]
  15. FML, read the part before it, Comment are wlecome, so ... meaning $5 is welcome as a donation -.- I put the parts in brackets in the title after the bits without....
  16. Look at the code. Well, im guessing your too lazy too or you already would have, so no, you cant, but its easier to convert than v1 to v2, just change the include file :)
  17. What do we get out of it....
  18. The scripts valut doesnt work, and mcc either cant fix it, or cant be bothered to... I wonder where ive heard that before..... *cough*V2 security*cough*
  19. Fixed, forgot the s from downloads
  20. Well, in sep/oct last year, I re-coded lite, cant remember why, but i did, therefore i am now offering it free. Comments are welcome, so is $5 for the script...... [paypal][email protected][/paypal] Download:http://www.daniel-hanson.com/downloads/Lite.zip
  21. I dont see the point in the HIV part :S
  22. Wait, did you post this before?
  23. ok, the admin panel, one or two people will see, why add ajax to that, yet not where everyone will see?
  24. Something like this i think;   $z = 5; //for example $y = 1; for($i = 1, $add = 0.2; $i <= 2000; $i++) { $y = ($i == 1) ? $y : $y+$add; if($i == $x) { $y = $z * $y; } }
×
×
  • Create New...