Search results

  1. Y

    how to centre media player after i made is smaller

    Do you ever search for anything yourself? Search the template files in /themes/flow/
  2. Y

    No sale more than 1 week

    Probably just a time where no ones wants to buy anything, I know, I get it a lot on my site.
  3. Y

    If files got encoded in cpanel will they work in directadmi

    Re: If files got encoded in cpanel will they work in directa They don't get encoded, only renamed. Yes they will still work
  4. Y

    If I manually reupload files to new server must i reinstall?

    Re: If I manually reupload files to new server must i reinst Nope
  5. Y

    Where i find the files to edit the text

    In the html and CSS
  6. Y

    If I manually reupload files to new server must i reinstall?

    Re: If I manually reupload files to new server must i reinst What you need to do is the following Upload your files Create a new database Put the database details (user/pass/db name) into _config.inc.php Upload your database back up using phpmyadmin or whatever. All going well it should work...
  7. Y

    where i can change download link with a button

    Same code, just in /themes/flow/templates/share_file.html
  8. Y

    Where i find the files to edit the text

    All text should be be edited in the translations section of the admin control panel
  9. Y

    How to remove the social icons on the right of the page?

    Remove this section in /themes/flow/templates/partial/_header.inc.php <!-- social slider --> <div class="reponsiveMobileHide socialsider socialsider_right_middle socialsider_fixed socialsider_bgcolor_white socialsider_opacity"> <ul> <li><a data-socialsider="facebook" target="_blank"...
  10. Y

    How to change rewards page link

    Look into .htaccess rewrite http://corz.org/server/tricks/htaccess2.php
  11. Y

    How to safely move my files to different hosting provider?

    Re: How to safely move my files to different hosting provide apache/nginx mysql Firewall loads of other stuff that I could mention about server security etc...
  12. Y

    How to safely move my files to different hosting provider?

    Re: How to safely move my files to different hosting provide In cpanel you can use server to server transfer. If not cpanel, you'll either have to back up using SSH or download and upload manually
  13. Y

    Update reCaptcha

    I'll try to write a tutorial and put it on my site sometime, not today though as I've had enough coding for one day.
  14. Y

    Update reCaptcha

    It's a completely different method of capturing the captcha so you'll not only have to change the recaptchalib file, but also all other files that have the captcha on it
  15. Y

    Dialog box on first login

    It would mean modifying the account_home files and adding the code there, I'll see what I can do, but no promises. You could change which page the user firsts see's once they log in, instead of the account_home.html, they could be directed to account_edit.html so they can change there pass...
  16. Y

    database connection problem on new direct file server

    On cPanel servers, the username and database name are preceded by the account username. eg: cPanelAccount_DBUsername cPanelAccount_DBDatabase
  17. Y

    Dialog box on first login

    You would need a new column in the users table in the database to "check" if they have changed their password via that form or just closed the form. You'd need to write into the code the necessary php/html/css to control the opening of the dialog box, what happens when they submit the box and...
  18. Y

    How to change the size of the media player?

    Look in /plugins/mediaplayer/includes/_append_file_download_bottom.php
  19. Y

    Sometimes mp4 videos can't play: error this video cannot be

    Re: Sometimes mp4 videos can't play: error this video cannot Please make sure you post in the correct forum because this is the 3rd topic of yours I have had to move to technical support.