Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dennis_gull

Archived
  • Posts

    368
  • Joined

  • Last visited

Everything posted by Dennis_gull

  1. Okay I've rechecked a lot now and read all the posts and I ran this: SELECT * FROM `configuration_group` WHERE 1 And I get two SQL group titles with Forum, one is 901 and the other is 902 what should I do about this? And secondly about this forum_admin_login.php problem. I ran: echo "SELECT * FROM ".TABLE_PHPBB_USERS." WHERE username='".FORUM_USERNAME."' AND user_password=MD5('".FORUM_PASSWORD."') AND user_email='".FORUM_USER_EMAIL."'"; in the forum_admin_login.php file and it shows this: SELECT * FROM phpbb_users WHERE username='gozil' AND user_password=MD5('**************************') AND user_email='[email protected]' The password is like 15 letters and number but my real password is just 6 numbers. but I cant seem to get it to change. This is how my second SQL: INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (NULL, 'Forum Administrator Display Name', 'FORUM_USERNAME', 'MY FORUM USERNAME', 'The displayed username of the forum administrator.', '902', '1', NOW(), NOW(), NULL, NULL); INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (NULL, 'Forum Administrator E-Mail', 'FORUM_USER_EMAIL', 'MY EMAIL', 'The the forum administrator e-mail address for correspondence.', '902', '2', NOW(), NOW(), NULL, NULL);INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (NULL, 'Forum Administrator Password', 'FORUM_PASSWORD' , MD5('MY FORUM PASSWORD'), 'The forum administrator password.', '902', '3', NOW(), NOW(), NULL, NULL); with my actual password, name and email of course.
  2. btw when I try to check the phpBB admin in the oscommerce admin i get this: you see this page, there was a problem logging in to the forums. You can try to Submit Query or else re-check your settings. I think I've done something very wrong =/
  3. I get this error when I login and im not logged in when you check the forum... Fatal error: Call to undefined function: session_begin() in /mydomain/login.php on line 108 Also when I ran the first SQL I never got some info back about the GROUP_ID...
  4. Hello, I wanna add an best seller infobox on my site, I want it to rank 1 to 10 but I cant find any contribution that will do this, but then I found this on http://www.oscommerce-demo.com/demo01/ .. so Im guessing some of the contribution will display top 10 products listed with numbers from 1 to 10.
  5. I have WebShell and Apache but when I went to the site where i get my webserver service from it says: "There is no support for a users to put in cron scripts" So cant I use cron scripts?
  6. Hello, i have no idea what a cron job is. It says: Can anyone tell me what I actually need to modify? :huh:
  7. I love this contribution, just got one question: Is there anyway I could use flash banners?
  8. Hello, I was wondering if theres an easy way to connect the shopping carts from one of the multishop contributions so you can get more then one category on a site. I've never really worked with SQL other then installing other peoples contributions.
  9. Isnt there a more easy way to do this? its kinda much text you have to write down every time you want a new flash button. I mean if you could work around this code: <?=// Start of flash header ?> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="120" height="120" id="flash osc"> <param name="allowScriptAccess" value="sameDomain" /> <?=// Check to see if a session id has been defined in the URL ?> <?php if ((isset($HTTP_GET_VARS['osCsid']) && ($HTTP_GET_VARS['osCsid'] != '')) || (tep_session_is_registered('osCsid'))) { ?> <?=// If so, append it the the osCsid variable so that flash gets the proper session info ?> <param name="movie" value="meny.swf?osCsid=<?=$_GET['osCsid'];?>" /> <?php } else { ?> <?=// If not, call the movie without defining the osCsid variable ?> <param name="movie" value="meny.swf" /> <?php } ?> <param name="wmode" value="Transparent"> <param name="wmode" value="Transparent"> <?=// Check to see if a session id has been defined in the URL ?> <?php if ((isset($HTTP_GET_VARS['osCsid']) && ($HTTP_GET_VARS['osCsid'] != '')) || (tep_session_is_registered('osCsid'))) { ?> <?=// If so, append it the the osCsid variable so that flash gets the proper session info ?> <embed src="meny.swf?osCsid=<?=$_GET['osCsid'];?>" wmode="transparent" quality="high" width="120" height="120" name="flash osc" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> <?php } else { ?> <?=// If not, call the movie without defining the osCsid variable ?> <embed src="meny.swf" wmode="transparent" quality="high" width="120" height="120" name="flash osc" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> <?php } ?> </object>
  10. .. and 10 minutes later i found out that you just had to change some codes :) For other people who would like to have both flash and lightbox change this: <param name="wmode" value="transparent" /> <EMBED src="swf.swf" quality=best bgcolor=#FFFFFF wmode="transparent" WIDTH="550" You can find the lines at the place you add the flash files at. Thanks for a good looking contribution.
  11. bah I installed this only to find out that flash files show over the lightbox so cant use them both =/
  12. I created an account and got this error: Warning: Cannot modify header information - headers already sent by (output started at /home/craigeli/public_html/brainytoddlertoys/includes/languages/english.php:333) in /home/craigeli/public_html/brainytoddlertoys/includes/functions/general.php on line 33 Look at line 33 in general.php and if you cant find whats wrong you can replace it with the one you had from the start, thats all I can do now because im not at home.
  13. Woho I fixed it after some days of thinking I finally found out how to fix it.. If you wanna set your own height you gotta change this red line in boxes.php: class infoBox extends tableBox { function infoBox($contents) { $info_box_contents = array(); $info_box_contents[] = array('text' => $this->mws_infoBoxContents($contents)); $this->tableBox($info_box_contents, true); } function mws_infoboxcontents($contents) { global $mws_headerText, $mws_headerLink; $this->table_cellpadding = '0'; It should say 3 instead of 0
  14. Is there any way to make the picture fade when you hold over it? like on Vmotions site.
  15. I fixed my second problem myself, I just remade all the steps with a mws_functions2.php and added a 2 on all the files that I needed to change then a did a infobox2 folder and copied all the stylesheet info and replaced everything with infobox2 :) Anyways I really need to fix the height on the top but cant find a way to do it. can anyone give me a hand?
  16. Hello, I got some problems.. or more like some stuff I wanna change. First of all: Is there any way to set a new height to the pictures? It looks like this when I add a new higher top. as you see the picture go in to the box instead of staying where it should. and the second thing I wanna fix is: When you change the contentbox you get a write it under "noborderBox($info_box_contents);" is there anyway you could change only the noborderbox to show different pictures because i dont wanna have a different top on my site for the contentboxes. It looks like this now, But i only want it to be on the content boxes and not the infoboxes if you know what i mean :o
  17. Thanks, I decided to go back to the normal buttons so replaced the html_outut.php with the one from pack v 1.1
  18. This is what the script looks like now: .cssButton { background:url "/images/infobox/corner_right_left.gif"; color:url "/images/infobox/corner_right_left.gif"; width: auto; height: auto; vertical-align: top; font-weight: normal; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; text-align: center; text-decoration: none; border: 1px; border-style: solid; border-color: #bbbbbb; border-spacing: 1px; But I dont get the background image, any ideas?
  19. I installed Basic Design Pack 1.8 But I dont really like the CSS buttons and I dont know how to change the background colour to an image does that work? When I try to change the background to an image like you do on other stuff it just show a white button. Anways if it doesnt work I would like to remove them but I have no idea at all how to remove the CSS script and every image with a link I add to the site will automatic change to a CSSbutton. <_<
  20. Hey, I got a little question. Is there anyway you can skip to write down the model name? If not how do you change the navigator to show the produkt name and not the model name. Looks like this now: Top ? Katalog ? Ljud ? MP3 ? 1001 The numbers is the model name And I want it to look like this: Top ? Katalog ? Ljud ? MP3 ? ipod 4 GB
  21. I get the files uploaded to my temp but cant get them to my DB, any ideas? maybe I just missed an obvious step.
×
×
  • Create New...