Skip to content
WJunction - Webmaster Forum

Search results

  1. M

    Win a domain in WJ Black Friday Party

    Well guys thank you all for participating and I just checked on random.org and the W I N N E R IS V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V Post#48 Rox = Congrats Rox, if you like to continue this giveaway let me know, you will choose winner after 24 hours...
  2. M

    Win a domain in WJ Black Friday Party

    Hello guys Winner will be chosen within next hour, if you have not contributed yet you can still reply to this topic. Regards
  3. M

    Win a domain in WJ Black Friday Party

    COTEST ENDED and winner is Click Here to find out [pokerface] Well guys we don't wants to miss the Black Friday Party, are we? hm are you in shopping mood So let's start by trying winning a domain of your choice (com,.net,.org) How to Join: [hmmm]Simply just post a reply with anything within...
  4. M

    Uber Uploader cURL help

    Well here is a hint on how you can make it work: After submitting post you have to send another php-curl request on this URL: http://www.upf.co.il/finished.php?upload_id=YOUR_UPLOAD_ID; and there you can see finished file URL. *YOUR_UPLOAD_ID is whatever id you are grabbing from first request.
  5. M

    Uber Uploader cURL help

    Where is your code? What errors you got? do you wants to guess us all? Hint* Your post does not have any code reference, post your cURL code and a link to Uber uploader and then might you get any help.
  6. M

    Issue with jquery external linking

    link to your site? here are few things u can check: 1. First make sure jquery is loaded earlier then ur link to external js 2. Make sure your path to external js is valid 3. Try to add all javascript in footer area. if all above is checked but still not work then post your site link here
  7. M

    Wordpress Help ?

    This reply from your host has nothing to do with your error, your error "The uploaded file exceeds the upload_max_filesize directive in php.ini." is related to file size limit which can be fixed by updating php.ini file as MediaStar mentioned. And that file is only accessible via SSH ( if you...
  8. M

    how to redirect old domain to new domain in nginx? but...

    in your oldsite.com.conf file add server { server_name www.oldsite.com; rewrite ^ http://www.newsite.com permanent; } after updating restart nginx service nginx restart
  9. M

    Shoutbox/Latest Posts For IPB

    To display latest posts like that here is what you can do: 1. In your ACP make sure you have similiar setting as below: http://i.imgur.com/PCspK.png 2. If you need latest topic to be displayed you can use "Recent Topics " hook you will find in Applications & Modules > Manage Hooks 3...
  10. M

    For Hire Web & Software Development Services

    Replied to all Pm's Best Regards
  11. M

    How to make an Auto changing text with link via html??

    yes but remember next time I might not help you if I dont see any code from your side, First always try to do it and when you cant do it yourself then post thread with your code....that's way you will learn....goodluck
  12. M

    How to make an Auto changing text with link via html??

    demo: http://jsfiddle.net/3p87Z/ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Change Text</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { //...
  13. M

    How to add number in Title

    your thread is a bit old but here is what u can do to achieve it file engine/engine.php find: $metatags = <<<HTML <meta http-equiv="Content-Type" content="text/html; charset={$config['charset']}" /> <title>{$metatags['title']}</title> Replace with: $myTitle = $metatags['title'] . ' ('. rand() ...
  14. M

    Need moderators for a national community

    Replied @Yadro Welcome to team I am still looking for more volunteers. Best Regards
  15. M

    Trade IP.Board License for IP.Gallery

    Hello guys ! I am looking to exchange my IP.Board (Expired License ) with IP.Gallery ( Valid License ). if you are interested to just buy license it will cost 70$ via paypal, send me a pm if interested. Best Regards
  16. M

    For Hire Web & Software Development Services

    Replied to all Pm's Best Regards
  17. M

    Need moderators for a national community

    Hello guys ! I am looking moderators for a newly established forum. Please note it is not a warez related forum. I am looking for volunteers specially who can understand Urdu/English. Name of your site? Please PM me for link. Genre? National forum about Politics, Socialism and Daily life...
  18. M

    For Hire Web & Software Development Services

    Good to know dear, its nice to have more developers around. Make sure to share your knowledge with community. Best Regards
Back
Top Bottom