Search results

  1. M

    How do I mass edit HTML files?

    do you mean edit in many html files? For the future, can u use PHP on your hosting? Why didn't you put that code in footer.php?
  2. M

    DP Forum New Rules Are Way To Strict

    what likes? why do u need 3 likes?
  3. M

    Need chat plugin for wordpress

    Able to make as in page, able to choose my nickname instead of "admin", avatar and that's it. Anyone knows one?
  4. M

    help me understand line of code

    Is it same as $changedDir=''; if (!$changedDir) { $changedDir = preg_replace('|wp-content.*$|','',__FILE__); } I'm confused why there isn't empty space between if (!$ChangedDir)$changedDir? It doesn't have to be? I thought it was some kind of casting like in c#
  5. M

    help me understand line of code

    What does this code do? $changedDir=''; if (!$changedDir)$changedDir = preg_replace('|wp-content.*$|','',__FILE__); why if (!$ChangedDir)$changedDir? what kind a expression is that?
  6. M

    Digital.Point converted to XenForo

    functionality is better, but I like the old design better, it was "warmer" somehow
  7. M

    Which one is best for fileupload : php/javascript/flash

    that's not javascript, it's java.
  8. M

    rating post plugin

    I tried to used that but something was broken, I don't remember what.
  9. M

    PHP header location redirect error in vps

    Where's the part in index.php where you use ?success
  10. M

    uploaded.net upload method via zoom uploader,API Upload or what?

    They don't have API but I found one custom made for PHP, don't know if that still works, try searching on google, it is from some German guy so if u see German you're there. And there's command line tool plowshare hosted on code.google. Maybe they're using FTP upload.
  11. M

    Rapidgator upload plugin

    what is that? plugin for what?
  12. M

    Best backup plugin for Wordpress

    what is your database? I am using Sqlite and all I do is tar -zcvf wordpress.tar.gz wordpress/ and it's done. if not go here...
  13. M

    rating post plugin

    I found this one http://wordpress.org/extend/plugins/thumbs-updown/
  14. M

    List of the Best and Must Use WordPress Plugins

    why both? which one is better for you?
  15. M

    rating post plugin

    Look at this http://wptube.jrwebstudio.com/oz-the-great-and-powerful/ It has like bar just like on Youtube, but I don't know what plugin it is. They say they use WP-postratings, but I don't know how to make it look like that. What plugin is this?
  16. M

    need WP plugin to sort posts by date

    good point! Now it looks like this: Januray 17 video video video video video January 16 video video video video but that's the minor issue right now which needs to deal with the counter, thanks man
  17. M

    need WP plugin to sort posts by date

    I was just reading when u posted this, thanks man. so key is in the the_date(). I still have to figure out how to divide the days because right now it looks like this: January 17 video video video video video January 16 video video video video January 15 video video video I guess I need it to...
  18. M

    need WP plugin to sort posts by date

    I have porn tube site and want to sort videos like on xhamster. DATE video video video video video video DATE video video video video video video . . . . is there such plugin and what is it called?
  19. M

    Online RAR File Extractor

    you never say something like that. Long time ago, rock wasn't useful until some lunatic killed mammuth with it
  20. M

    Review Crazy-Coderz.net

    What's that analytics you are using?
Back
Top