Jump to content

yolop

Members
  • Posts

    203
  • Joined

  • Last visited

Everything posted by yolop

  1. i wrote this code <?php $mail_to='[email protected]'; $subject_mail='UYYYY'; $message='XXXXX'; $headers = "MIME-Version: 1.0 \r\n"; $headers .= "Content-type: text/html; charset=UTF-8 \r\n"; $headers .= "From: [email protected] \r\n"; mail($mail_to, $subject_mail, $message, $headers ); ?> but the email will not send why please?
  2. the problem if i convert to swf is that it does not keep music and animations after the conversion
  3. hi this is my SWF (FLASH) http://up203.siz.co.il/swf1/ct3lfwxzyngi.swf now ass you can see when you click on the SWF this "do" forward and change to next layer... i want to create button in JS /html that will to this function with click on button and not click on the SWF , i need 2 button 1-back, 2- forward how can i do this please??
  4. please?
  5. in addition when i open the swf that create... with explorer i view this http://up203.siz.co.il/up2/mjoznqy5jbtm.gif i dont want that my user will be to active this all the time help
  6. if i convert to HTML with power point... power point that here size was 176 KB now become to 470 KB that to much and if i convert with PowerPoint to Flash that become to 1600 KB too much....
  7. yes but again if i do that explorer ask to install add-on or it aks to allow block conect i dont want that my user will need to allow this all the timr this is not nice and...the show are bad
  8. hi i want to show online in my site PowerPoint files i know that i can convert it to swf files but it is not comfortable because: 1) i didn't find way to convert online so i need to convert on my computer...not comfortable 2) the convert do this files that if you want to do"next" you need to clike on the SWF files, without way to do BACK.... so i want a way (like google) to show online power point files thank
  9. hio i have a text in utf-8 i want to convert utf-8 to windows-1255 with php how please?
  10. PHP does this for you (unless you're using persistent connections). in the end of every page i will need to do mysql_close()??? PHP does this for you (unless you're using persistent connections). how will i konw if php do this for me? in the end of every page i will need to do mysql_close()??? PHP does this for you (unless you're using persistent connections).
  11. i saw in my server this .... 874751 da_eee localhost da_eee 5 Sleep 874748 da_eee localhost da_eee 6 Sleep 874749 da_eee localhost da_eee 6 Sleep 874743 da_eee localhost da_eee 7 Sleep 874745 da_eee localhost da_eee 7 Sleep 874738 da_eee localhost da_eee 8 Sleep 874740 da_eee localhost da_eee 8 Sleep 874735 da_eee localhost da_eee 9 Sleep 874736 da_eee localhost da_eee 9 Sleep 874731 da_eee localhost da_eee 10 Sleep 874732 da_eee localhost da_eee 10 Sleep 874733 da_eee localhost da_eee 10 Sleep 874734 da_eee localhost da_eee 10 Sleep 874725 da_eee localhost da_eee 11 Sleep 874727 da_eee localhost da_eee 11 Sleep 874728 da_eee localhost da_eee 11 Sleep 874730 da_eee localhost da_eee 11 Sleep 874713 da_eee localhost da_eee 15 Sleep the admin of the server say that every query open the databace and dont close him and that fall the server what i need to do thank
  12. i saw in my server this .... 874751 da_eee localhost da_eee 5 Sleep 874748 da_eee localhost da_eee 6 Sleep 874749 da_eee localhost da_eee 6 Sleep 874743 da_eee localhost da_eee 7 Sleep 874745 da_eee localhost da_eee 7 Sleep 874738 da_eee localhost da_eee 8 Sleep 874740 da_eee localhost da_eee 8 Sleep 874735 da_eee localhost da_eee 9 Sleep 874736 da_eee localhost da_eee 9 Sleep 874731 da_eee localhost da_eee 10 Sleep 874732 da_eee localhost da_eee 10 Sleep 874733 da_eee localhost da_eee 10 Sleep 874734 da_eee localhost da_eee 10 Sleep 874725 da_eee localhost da_eee 11 Sleep 874727 da_eee localhost da_eee 11 Sleep 874728 da_eee localhost da_eee 11 Sleep 874730 da_eee localhost da_eee 11 Sleep 874713 da_eee localhost da_eee 15 Sleep the admin of the server say that every query open the databace and dont close him and that fall the server what i need to do thank
  13. please?
  14. yeh i tried to do this but it dont work <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: "********", status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement("script"); e.async = true; e.src = document.location.protocol +"//connect.facebook.net/en_US/all.js"; document.getElementById("fb-root").appendChild(e); }()); </script> <?php echo file_get_contents('http://www.facebook.com/plugins/like.php?href=www.gmail.com'); ?>
  15. PLEASE?
  16. yeh friend i look there but i dont found anything please help me thank you so much
  17. you say that if i log in in facebook i will can check with php with this link http://www.facebook.com/plugins/like.php?href=www.facebook.com so how i log in with my system
  18. and i can i do that my system log in? thank you
  19. i want the system will be checkk and i dont want the system log in with my facebook
  20. yeh but the way i wrote ther don't work facebook block the way to get the source of this page with php belive me i tried i dont found you found?
  21. hi i want with php check how much like (facebook) have to this page for example http://youlikeblank.com/like.php?id=9 this page have 515,562 likes on facebook and this page http://youlikeblank.com/like.php?id=3759 have 134,422 likes on facebook (i know because this wrote ther) i want a way with php to get how much like have for any web thank you
  22. i dont know how to work with facebook developers but wight know this is the most affctive way?
  23. hello i have a system that check diffrent pages how much likes they have on facebook for example: http://youlikeblank.com/like.php?id=9 this page have 515,562 likes on facebook and this page http://youlikeblank.com/like.php?id=3759 have 134,422 likes on facebook in my databace i have list of url that i want to check every url how much likes it have...and i want to print in the end of the function the most 10 pages that they have most of likes so i found url that help me... http://www.facebook.com/plugins/like.php?href=http://youlikeblank.com/like.php?id=3759 what do you see in "red" that the url i want to check and as you see this url print the number of like for this url so every url from the list i do "fopen" and "fread" to thier url and found how much likes it have .... the problem is that every page'size it 7 KB and if i have list of 20,000 page i want to check , that takes lot of Traffic for every check....and if the user of my site want to see what is the top 10 likes pages from my list they do this i want to know if you have more affctive way please thank
  24. no the text box dont apper after I click like and i want this will be apper and that not js or css this need to be apper that a code of facebook help please
  25. hi i tried to use with Like Button http://developers.facebook.com/docs/reference/plugins/like and i see in the other site that they have when they click on "like" box to write somthing like here: http://up203.siz.co.il/up3/2tmmynmfu5m0.gif i tried to use with Like Button and that ok but i dont succsed to do this box so i thing that if i register on here http://developers.facebook.com/setup/ this may be work but always i treid to register i see HTTP 500 Internal Server Error or inviled link what can i do? i want to see this box http://up203.siz.co.il/up3/2tmmynmfu5m0.gif on my site thank
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.