I am working on a hockey forum (www.qnhl.com), and I would like to add some good ads to it. I have some google adsense as you can see, and I am planning to add some sports affiliates. I am thinking of some betting affiliates that bet on hockey games. So I would like to know what are the good...
I am developping a forum using phpbb 2.0.17 (the lastest version). My forum url is www.qnhl.com. The problem is the following:
When you make a new post in a specific forum, this forum should show the "new post" icon instead of the "no new post" one. But it's not the case in Mozilla firefox. The...
Any example? Any sample code? I will end up writing my own or adjusting it to my own preferences, but I'd rather work with some working example.
Thanks
Aboujouj83
Coming Soon
Thanks for the reply. I like the PHP BB part of your answer. But you probably misunderstood the classified ads section. I would like to have a page where people post their own ads, by choosing a category for their itme and posting a description, and then submitting it...
Aboujouj83
Coming Soon
I am working on www.discovermtl.com right now, and I am planning to include a forum and a classified ads sections in it.
Where do I find forums scripts? I see many websites that use the same layouts. Where do they get them from? What's the best one?
As for the classified ads section, I am...
Hi,
I would like to learn a graphics tool to make picture look more professional, so I can use them on my commercial website.
I am hesitating between Paint Shop Pro and Photoshop. I don't have time to learn both. I need something quick but good.
Thanks!
Aboujouj83
Coming Soon
Thanks for your help! Your comments were very useful.
My working code is below. Hopefully, it will help for future reference:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
void replaceVariables(char*);
int main (void){
char line []="$dfdf/abc"...
I am implementing a routine that takes a string as input and has to replace any variable in it by its value. A variable in unix starts by the dollar sign $. This routine is used in a parseLine routine for my unix shell program.
For the purpose of just testing the replacement routine, I am...
Thanks Salem,
I am trying to understand more the strtok function:
Does it return Null if there it delimiter in the string?
Taking your example and modifying p[]:
char p[] = "hello";
And you do
char *q = strtok(p," ");
Where do q point to now?
Has p been modified in this case...
I am writing a unix shell in C. One of the required function of the shell is to be able to make variable substitution i.e if we write cd $var1, the shell should convert it to cd folder1, if $var1=folder1.
My shell is working fine if I don't include the code of variable substitution. I will...
I am having a parsing error when I am compiling a big C program that implements a unix shell.
I am using gcc compiler in sun os 5.8.
the problem is related to this part of the code:
-----------------------------------------------------------
void shinit(myshenvTP P, char *pwd, char *path, char...
Thanks Woja! I finally found that the easier way is to just upload my index page each time i make any change, since it's a small file (few KB). But your method did work when I tried it...Thanks anyway
Aboujouj
Hi,
I am trying to come up with a javascipt that tells me when I modify any page on my website...not just the index.htm
So I want the js to update the "last modified: " each time I make any change to any of the pages. I need some help, as I am not an expert in javascript.
Aboujouj
Hi,
I'd like to have some information about the Ultra Sparc IIi instruction scheduling. I tried to find something on google, but I wasn't successful.
Thanks,
Aboujouj
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.