Jump to content

justAnoob

Members
  • Posts

    561
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

justAnoob's Achievements

Advanced Member

Advanced Member (4/5)

0

Reputation

  1. I'll just make a separate page for this then instead of the popup. Thanks.
  2. I want to add a text area to this so when an Administrator of the site clicks the refusal button, they will be able to type in a reason for the refusal. <?php echo '<a href="adminDeleteGoodie.php?delete_id=' . $delete_s_find . '" onClick="return confirm(\'Are you sure you want to delete ' . $makesure_s . ' from the Goodies Approval List? If so, please leave a reason for the upload being denied. NEED A TEXT AREA RIGHT HERE \');"><img src="images_new/remove.jpg" border="0" /></a>'; ?>
  3. Wow,, now I'm really confused. Basically I'm all I'm looking for is to have the pictures displayed for 10 seconds,, then move to the next one.
  4. This is the extra garbage i was talking about when I checked the picture properties. The picture was not displaying cause of this. http://www.mysitecom/%3Cimg%20src=%22trackimages/daytonatrackpic.jpg%22%20/%3E I'll try what you said though. Thanks.
  5. I found a little javascipt online, and I wanted to play around with it. I'm trying to add a little php to it, I think I'm close to getting it, but when I click on the properties of the pictures that I want displayed, it has a bunch of extra garbage in it. So is the javascript reading something extra in the php script ? Here is the code. <script language="JavaScript"> var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array() KW_ARI[KW_ARI.length]='<?php echo '<img src="trackimages/' . $row['new_pic'] . '" />'; ?>'; KW_ARI[KW_ARI.length]='<?php echo '<img src="trackimages/' . $row['new_pic'] . '" />'; ?>'; KW_ARI[KW_ARI.length]='<?php echo '<img src="trackimages/' . $row['new_pic'] . '" />'; ?>'; KW_ARI[KW_ARI.length]='<?php echo '<img src="trackimages/' . $row['new_pic'] . '" />'; ?>'; KW_ARI[KW_ARI.length]='<?php echo '<img src="trackimages/' . $row['new_pic'] . '" />'; ?>'; j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; document.write("<img name='seqSlideShow' src='"+KW_ARI[j]+"'>"); function seqSlideShow(t,l) { x=document.seqSlideShow; j=l; j++; if (j==KW_ARI.length) j=0; x.src=KW_ARI[j]; setTimeout("seqSlideShow("+t+","+j+")",t); } seqSlideShow(10000,0) </script>
  6. Thanks ManiacDan, I guess I'll search for some javascipt tutorials on time limits then right? Thanks for the help..
  7. So there would be a page refresh for each picture ?
  8. I have a page on my site which displays a picture that I have stored on my server. The loaction of that picture is stored in mysql. All the images are .jpg format. My question is, if I allow a user to upload 5 pictures instead of just 1, is there a simple script that would show each picture for about 2-3 seconds, the go to the next? Basically like an auto slideshow. Each picture has an ID that associates with the name of the category, so I could just call that ID and have the slideshow only show those pictures. So I'm just wondering about the slideshow script.
  9. I have a script that prompts a user for a download, the script also counts the download so I can track how many times the file has been downloaded.. The site works fine,, but the download counter seems to only work from time to time. Also, when I click the download link of the page, it seems to lock up the website, I can't refresh the page or click on any other links on the page, it just sits there. I can post up the code if someone has any ideas, thanks.
  10. I'm not sure if this is the right category to post this, but here I go. I have a site where someone can register to be a member. When they register, is there anyway for it to have them register their same username and password for my phpBB forum section? And when they log into my site, I would also like it to have them log into the forums. Thanks. Oh yeh,, as for the existing members,, I would probably have to enter them into the phpBB database manually? Thanks, if someone could point me in the right direction and give any pointers, that would be great.
  11. Anyone? I was thinking of changing hosting services if no one knows what to do. Thanks.
  12. Has anyone ever had this error in their log?
  13. Also,, here is my phpinfo But as I was saying, I never changed this since March 1st of this year. http://mvamaniacs.com/testingmvamaniacs.php
  14. I found a little more info from my errors log. It is telling me "Premature end of script headers". I don't understand why all of a sudden this is happening. I searched everywhere, but no one seems to have the answer. Could someone please help. Thanks, Justin In my last post I mentioned that max exec time was set to -1,,, I misread that, sorry.
  15. I have already modified my php5.ini months ago, I never changed anything, unless Godaddy did. They only thing that seemed kinda strange is that 'max execution time' in the .ini is set to '-1' Does that sound right?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.