Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. There is a free mod over at cubecart.org
  2. roban

    First Cube Cart

    Great site!!! Thanks for showing others what can be done.
  3. Answered many, many times. I could tell you but if you do a search you can find out for yourself
  4. Good grief here we go again. Sorry but this is the 3rd time today I've dealt with this: If you have managed to forget your admin password and for some reason you cannot get the "Reset Password" function to work please follow this process: 1. Access your database using a tool such as phpMyAdmin and browser the table CubeCart_admin_users. It should contain the list of administrator accounts to access the admin interface of your store. 2. We need to now create a file to show us what the md5 hash of the password you require should be. Using notepad make a file with content: <?php echo md5("password"); ?> 3. Replace password with your desired password. 4. Save this file as md5.php and upload it to your webserver. 5. Execute this in your browser and copy the output. 6. Edit the admin user with phpMyAdmin and paste this output into their password field. If done successfully then you should now be able to access the admin interface of your store.
  5. This is a version 2 site correct? So, this post is in the wrong section and...the colors you refer to are images and will have to be edited in a graphics program and uploaded.
  6. Here's how I did it in index.tpl and cart.tpl <div class="banner"> <a href="http://www.vitaminlink.net"><image src="skins/{VAL_SKIN}/styleImages/backgrounds/topHeader.jpg" border="0" align="center" alt="vitaminlink banner">
  7. If you have managed to forget your admin password and for some reason you cannot get the "Reset Password" function to work please follow this process: 1. Access your database using a tool such as phpMyAdmin and browser the table CubeCart_admin_users. It should contain the list of administrator accounts to access the admin interface of your store. 2. We need to now create a file to show us what the md5 hash of the password you require should be. Using notepad make a file with content: <?php echo md5("password"); ?> 3. Replace password with your desired password. 4. Save this file as md5.php and upload it to your webserver. 5. Execute this in your browser and copy the output. 6. Edit the admin user with phpMyAdmin and paste this output into their password field. If done successfully then you should now be able to access the admin interface of your store.
  8. It is telling you that your $glob['rootDir' ] = '/home/hardnu00/public_html/' ; is not correct. Is your site http://hardnutdvd.com/ or http://www.hardnutdvd.com/? Also $glob['dbusername'] = 'hardnu00_ccrt1' ; is this correct?
  9. Go to your language/your language ie. en/lang.inc file and search for the term you want to cahnge. Change the term and save. Upload to server.
  10. roban

    Banner too long

    Looks just fine in Fire Fox
  11. I think you're right. Something is terribly wrong. Have you looked to see if your files still exist? Or that your host didn't change something.
  12. Edit includes/content/viewCat.inc.php, around line 102. Change: if(($ucSearchTerm!=="AND") || ($ucSearchTerm!=="OR")){ To: if(($ucSearchTerm!=="AND") && ($ucSearchTerm!=="OR")){
  13. roban

    purchase

    Does Cube Crat provide any support? If you buy a license you can submit support tickets. If not you'll have to make do with the unbelievably fast, accurate, friendly, FREE support we provide here 27/7/365. As for hosting, Gobaddy (Idid not mis-spell it) would not be my first, second or third choice.
  14. The first thing to do is get rid of the grey background: #sessionBox { text-align: left; background-image: url(../styleImages/backgrounds/sessionBg.gif); width: 236px; height: 96px; float: right; Just delete the red part. This will shrink it enough to allow your content to 'rise'. Move your search box {SEARCH_FORM} to either the left or right column. Play with the sizes in layout.css.
  15. Check any firewalls that you might have installed. I had a similar problem with ZoneAlarm
  16. roban

    Shop lost?

    Sure PM me with your ftp and host login info
  17. http://www.cubecart.com/site/forums/index....showtopic=20160
  18. Look in layout.css for your skin and search for #cc9966. That's the burnt orange color. Change it to what you want.
  19. This isnt a design issue because it is working perfectly on two vanilla CC installations of Version 3.0.12. I suggest you reupload the skin but as you have breached the terms and conditions of sale you have forfeited your rights to official support from the template provider. Oooops!
  20. This is the login redirect from your home page <span class="txtSessionGrey">Welcome Guest</span> <span class="txtSession">[</span><a href="index.php?act=login&redir=L3N0b3JlL2luZGV4LnBocA==" class="txtSession">Login</a> <span class="txtSession">|</span> <a href="cart.php?act=reg&redir=L3N0b3JlL2luZGV4LnBocA==" class="txtSession">Register</a><span class="txtSession">]</span> This is the login redirect from cart page <span class="txtSessionGrey">Welcome Guest</span> <span class="txtSession">[</span><a href="index.php?act=login&redir=L3N0b3JlL2NhcnQucGhwP2FjdD1jYXJ0" class="txtSession">Login</a> <span class="txtSession">|</span> <a href="cart.php?act=reg&redir=L3N0b3JlL2NhcnQucGhwP2FjdD1jYXJ0" class="txtSession">Register</a><span class="txtSession">]</span> Talk to your designer.
  21. phpMyAdmin will export this information to CSV For Excel
  22. This sounds like a computer problem, not a Cube Cart one. I've not heard anything like this before.
×
×
  • Create New...