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
...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";
replaceVariables(line);
printf("%s\n",line);
return 0;
}
void...
...testing the replacement routine, I am trying the code below:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
void replaceVariables(char*);
int main (void){
char line []="/dgddg/$dfdf";
replaceVariables(line);
printf("%s\n",line);
return 0;
}
void...
...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?
Thanks...
...substitution. I will write the relevant part of the code here (the whole program is very long, and won't help much to solve the problem):
char* findVar(myshenvTP *env, char* gname){
int j;
for (j = 0; j < MAXNOENV; j++){
/* returns null when it finds a variable name = " "...
...os 5.8.
the problem is related to this part of the code:
-----------------------------------------------------------
void shinit(myshenvTP P, char *pwd, char *path, char *home) {
if(MALLOC(P->PWD, MAX_LEN, char) || MALLOC(P->PATH, strlen(path)+1, char) || MALLOC(P->HOME,strlen(home)+1...
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.