7 Discussion / Question Topics

Remove Filter
Member Avatar for kanaku

I'm using Windows XP. I got a new flash disk and I used it outside in an internet cafe. When I got home, there was this weird file that suddenly popped out so I supposed that it was a virus or some malicious file because I haven't seen it before. …

Member Avatar for lappoo
0
814
Member Avatar for kanaku

I'm using a blog hosted at wordpress and for really long posts, I'm trying to add a "cut-the-crap" link to something else in the page. Now for plain html, I know you can do it with this: [code] <p>Blah blah blah, this is going to be a long post so …

Member Avatar for sciamannikoo
0
158
Member Avatar for kanaku

Hallu! It's my first time to give someone a 'bad' reputation. I just thought it was weird to receive an alert that says "May you receive the same reputation in return." THAT's something I don't want to happen. Right? :D

Member Avatar for jbennet
0
103
Member Avatar for kanaku

BAH. Let's get rid of the predictions and cheesy resolutions... we all know nothing in life goes as planned. So what are the [B]New Year's Resolutions you think you can't keep[/B]? at all? I'll start with my list: 1. Come to class on time. 2. Update the site regularly. 3. …

Member Avatar for sneekula
0
111
Member Avatar for kanaku

I'm trying to make a membership system where users can 'approve' or 'disapprove' another member only once. If they have approved the member previously or disproved the member previously, I want to be able to detect it. I also want to display the average user approval for each member on …

Member Avatar for kanaku
0
128
Member Avatar for kanaku

I didn't know where else to put this thread *sorry if it's in the wrong forum* I want to go an a hiatus, and I found this .htaccess tutorial where you can redirect users from an old file or directory to a new file or directory... I was wondering if …

Member Avatar for ithelp
0
177
Member Avatar for kanaku

I'm using an html form to add to a list, specifically a flatfile database called demo3.txt. The add.php file is this: [CODE] <?php $name = $_POST['name']; $nickname = $_POST['nickname']; $motto = $_POST['motto']; $fp = fopen("demo3.txt","a"); if(!$fp) { echo 'Error: Cannot open file.'; exit; } fwrite($fp, "\r\n".$name."|".$nickname."|".$motto); echo 'The data has …

Member Avatar for kanaku
0
97