Jump to content
xisto Community

Amezis

Members
  • Content Count

    536
  • Joined

  • Last visited

Everything posted by Amezis

  1. Okay, I managed to format the USB drive following the steps in the first post by tuddy. Thanks! Tuddy, on your second post, you asked me to move it to the root of the disk. But moving a file in use is not possible Anyway, I managed to delete it, because I downloaded it on a p2p-program, called Ares. Ares can delete the files, and it seemed to work when I deleted the file from the program... Strange...And on my other computer, I used Delete Doctor, posted by jlhaslip. Thanks, it worked too Now, the file is gone.
  2. Yay, this is very good People are also joining pretty fast now, there are already 10,015 members
  3. I really need to delete and .exe file that I downloaded a while ago. I accidently transferred that file to my USB-device, to put it on another computer. Now, that file, which is broken, is on 2 computers and my USB device. But I really need to delete it, because it takes up lots of space, and my USB is useless when it's filled up by a broken file that can't be deleted. I have heard that it can be done when I'm starting the computer up, and it is still in DOS.I hope you understand what I need, and tell me how to delete that file. (You can also tell me how to format the USB-thing, since it's the only file on it currently. By the way, I can't right-click on the device and select format - that won't work)
  4. I am running my own apache server with PHP and MySQL, with phpMyAdmin on my own computer, to test things locally. I know how to create databases and how to create users, but how can I add a user to a database?
  5. I am using Opera 8.51. Thanks for the info
  6. Well, there's something really annoying happening in Opera. I have a table, with this code inside it: style="border-top: 1px solid #E4E4E4; border-right: 1px solid #646464; border-bottom: 1px solid #646464"Well, this should normally show a border with the color #646464 which is a gray color on the right and bottom of the table. Firefox and Internet Explorer understands that, and shows me a border with the right color. But Opera doesn't show any border at all! You can look at my site, the border should be in the RuneScape News and Community News boxes. http://www.global-rs.com/ Any help would be greatly appreciated! For those of you that don't have Opera, here's screenshots showing what I mean: This is how it's supposed to look like (Screenshot taken in IE) This is how it looks like in Opera: Notice from serverph: merged posts.
  7. Okay, I have changed the code as you said, sxyloverboy, and I have put the HTML code in echo(). But still, the problem is happening.
  8. <?for ($i = 0; $i < count($news); $i++) {{$max_length = 27;$title = ($news[$i]['topic_title']);$title_length = strlen($title);if ($title_length > $max_length){$title = substr_replace($title, '...', $max_length);}?> <tr> <td class="newshover"> <?php echo append_sid('http://forum.global-rs.com/viewtopic.php?t=' . $news[$i]['topic_id']); ?>"> <?php echo date('d-M-Y',$news[$i]['post_time']); ?> - <?php echo($title); ?></a></td> <tr><?php}?>
  9. I am getting this message when testing a script I made: On line 159, which is the last line in that file, I can only see this:?> What's the problem, and how can I fix it?
  10. That's quite interresting, I have never actually thought about why the months are named like they are...
  11. Ok, thanks for your answer. But it doesn't really affect me since I am rounding the answer to closest whole number anyway, using the ceil() function.
  12. Here are some fast reply modifications for phpBB. You will have to do the code changes yourself. http://phpbbhacks.com/download/522 http://phpbbhacks.com/download/586 http://phpbbhacks.com/download/4733 http://phpbbhacks.com/download/5196 I hope at least one of them will be useful for you!
  13. Google first opened it's doors in september 1998, but still as a BETA version. On september 21st, 1999, the BETA label came off Google.
  14. Mosaic was never a really popular browser, Netscape was the first browser people used, thus the internet started to be popular in 94. But I really have no clue about the first website...
  15. After some testing, I discovered that with this code, it would work fine: <?php$something = (64 - 63.7035);echo ("$something");?> But my other code, which do the wrong calculation, is way longer. I don't know why... I've checked the variable, which should be 63.7035 and not 63.7035000000001, and it is correct. By the way: It only happens with that number, I've tried with some other ones, but only the one I showed shows a wrong answer. I believe there's nothing to do with it...
  16. Well, I am making a script that is doing lots of different calculations. Everything works, until I see something very strange:64 - 63.7035 = 0.29649999999999It's completely obvious that this is wrong. The answer should be 0.2965... Why does it do such a stupid error, and how can I fix it?
  17. NVM, I'm stupid. These functions are floor() and ceil() in PHP.
  18. I am rewriting a Javascript into PHP, but I have two questions:How can I write these functions in PHP?Math.floorMath.ceilI'm sure the answer is obvious, but I really can't find it...
  19. Thanks alot, it worked perfectly! But I have another question. If the title is too long, I want to add the title="fulltitlehere" attribute. So, basically, my topic title is "This is the title which is a little too long so it needs to be shortened". It is then shortened to "This is the title which ...". But if it is shortened, I want to have the title="" attribute in the link too: <a href="linktotopic" title="This is the title which is a little too long so it needs to be shortened">This is the title which ...</a> I tried with this code (using your code to define $max_length): if (($echo_text['post_subject']) > $max_length) { $titleattribute = ' title=\"' . ( $echo_text['post_subject'] ) . '\"' }$echo_text['post_subject'] is the complete topic title. Hope you understand what I need
  20. I am currently making a code for my phpBB forum, where it will import the latest topics from a specific forum, and display it on the news section of my main page.But the width of that news section is very tiny, so I want the code to limit the numbers of characters to 25.So, let's say this is the full title:"This is the title which is a little too long so it needs to be shortened."This is what I want to show:"This is the title which ..."How can I do that?
  21. Yes, but this thread was mainly because I was downloading my forum database from phpMyAdmin, and I had the choice between Zip and Gzip.But anyway, thanks for the link
  22. Basically, I want that a message box pops up when clicking on a specific link. The message box will ask "Are you sure you want to continue?" and then there are two buttons Yes or No / Ok or Cancel.Could someone give a code for it?
  23. The sigs looks great, I love the colors used in it ;)Personally, I actually prefer the one without animation.
  24. Well, if firefox really " *BLEEP*s up loadsa programs", then it's because the web developer who made the site has done an error, so it will ONLY show up correctly in IE.I once saw a website that said something like "We don't care about other browsers than IE, and you will be banned if you continue complaining about bad layout in other browsers"... That's kind of stupid webmasters, and I can't even believe that their sites are really successful. According to w3schools's statistics, only 67% uses IE today.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.