Skip to content
WJunction - Webmaster Forum

Search results

  1. M

    Selling $5 Logos and Banners

    Thanks mate,I have received the logo, Awesome job done. Goodluck
  2. M

    Selling $5 Logos and Banners

    nice service iMage, come help me bro I need a logo.... just sent u pm. Thanks
  3. M

    Need a programmer

    Yes No, You dont need to edit php file thousands of times, above script will change URL in all files at once. Just set the path to your folder in RecursiveDirectoryIterator i.e " /var/www/directory3"
  4. M

    Need a programmer

    Above script will do same thing as you are asking. Change '/path/to/your/folder'' to your directory3 folder full location , like if your folder is on linux in /var/www folder then '/var/www/directory3'. it will capture all files within directory3 folder and sub-folders and replace given word in...
  5. M

    Need a programmer

    Make sure to backup your folder, I have not tested below code but it should work, change your files path and values in code: foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator('/path/to/your/folder')) as $file) { $file_contents =...
  6. M

    Is there à code to replace words?

    add below in your functions.php and change words accordingly in $replace array. function replace_words($text){ $replace = array( 'wordA' => 'replacewithwordA', 'wordB' => 'replacewithwordB', 'wordC' => 'replacewithwordC'...
  7. M

    MYSQL Configuration

    in most cases this is the correct file location "/etc/my.cnf " . I dont think MySQL display any details about which config file its using in ssh but you can see the configuration details within mysql by using SHOW VARIABLES command, Also there are many entries for config file which will not...
  8. M

    Is there à code to replace words?

    There are many ways to replace words check str_replace or preg_replace also to assure if word exists check strstr or stripos. click on links to see examples.
  9. M

    Need help creating a auction system

    Never heard of 'proboards forum' before, I assume its PHP or other language? If you are not familiar with those then your better option would be to post a thread in Services forum including cms and your budget details. Anyone familiar with PHP (or whatever language) will be able to implement...
  10. M

    Single website on a dedicated server

    use top command to check running tasks on your server when it start to load slow again, and monitor your cpu, ram etc usage. post here a screenshot of top.
  11. M

    Single website on a dedicated server

    What are your server specifications? Ram,cpu etc Which script and database engine are you using? How large is your database? custom script or other? properly indexed? How many visitors online? Have u checked the server load? http flood? ddos? ..... Have you tried to diagnose anything? and so...
  12. M

    curl cookiejar

    You have two options to read/save cookies from curl-php. Either save cookies in a file and use CURLOPT_COOKIEFILE to read the cookie in next call or you can parse the returned headers and extract cookies from there . here is a basic function to parse the cookies: function get_cookies($page) {...
  13. M

    Our Respected User Sponge Bob is no longer with us.... :( R.I.P. Buddy

    cant believe it....he was a nice guy....RIP Sponge
  14. M

    Screen Capture & Editing Tool - Imgean

    your welcome, let me know how it goes. Included in TODO list ;) cheers
  15. M

    Syria

    Who benefits from a war between the United States and Syria?
  16. M

    Screen Capture & Editing Tool - Imgean

    your welcome. lol alright...I will port to Mac and linux soon. Its in my TODO list :) Regards
  17. M

    Screen Capture & Editing Tool - Imgean

    Thanks for the update. Sure thing. It will be implemented soon. Regards
  18. M

    Screen Capture & Editing Tool - Imgean

    your welcome RT. Please let me know how it goes. I did not have many beta testers.
  19. M

    Screen Capture & Editing Tool - Imgean

    Hello Wjunction ..... Its been long time I never released anything publicly so today I am going to give you one screen snapping tool. It is very handy tool if you like to share an image of your computer desired screen area. Currently its in beta stage so my earlier apologize for any issue you...
  20. M

    Which location is it

    Any idea which location is it? Please dont guess I need correct location info. Thank you < 3
Back
Top Bottom