Search found 22 matches
- Sat Feb 16, 2013 11:33 pm
- Forum: Other
- Topic: What TLD should I use
- Replies: 1
- Views: 2497
What TLD should I use
Hay, I have a question, I have two different domain names, one is a .net and the other one is a .co.uk. I was wondering which one of those would rank better in the search engines, I don't want to change because of the .net being older and fully indexed into Google and I am afraid that the change wil...
Re: TOU help
Thanks, that helped out tremendously. I'll use the things you've said in my next update for the TOU. I'll add the governing law right away because it is not in there. :D It is supposed to be Dutch, aka the Netherlands, I believe the Netherlands has even more strict/retarded rules about the internet....
TOU help
This is probably not the best forum to ask this kind of help but I'll give it a shot!
I have a Terms of Use on my website but I'd like to know how fool proof it really is!
I wrote it my self and I'm not entirely sure I did the right thing.
http://www.industrialgaming.net/tou.html
I have a Terms of Use on my website but I'd like to know how fool proof it really is!
I wrote it my self and I'm not entirely sure I did the right thing.
http://www.industrialgaming.net/tou.html
- Sat Aug 18, 2012 11:34 am
- Forum: CSS / Styling
- Topic: Feedback needed
- Replies: 9
- Views: 4023
Re: Feedback needed
Bumps are fine as long as they have something to add to the topic. Creating a design that's compatible with all major browsers is a pain in the a. I always quit half way through fixing all the stupid IE and Firefox kinks. For some reason it just works in Chrome. Every time, no exceptions. Good luck...
- Tue Aug 14, 2012 2:07 pm
- Forum: PHP
- Topic: session lost when using www.
- Replies: 4
- Views: 1631
Re: session lost when using www.
Or what about just redirecting the domain.com to www.domain.com? I believe this is recommended for the SEO, correct me if I'm wrong. you can combine this with the fix as told by Abcedea. This is how I do it. if (!strstr($_SERVER['HTTP_HOST'], 'www.')) { header ('HTTP/1.1 301 Moved Permanently'); hea...
- Tue Aug 14, 2012 11:10 am
- Forum: CSS / Styling
- Topic: Feedback needed
- Replies: 9
- Views: 4023
Re: Feedback needed
I like it but I think with the top background that it could extend more down so that the categories aren't on the edge fo you mean the forum catagories? such as news? I would guess he's referring to this: http://i50.tinypic.com/2lvjxuc.jpg It's up against the edge in a way that gives it a bit too m...
- Sun Jul 08, 2012 11:44 pm
- Forum: CSS / Styling
- Topic: Feedback needed
- Replies: 9
- Views: 4023
Re: Feedback needed
fo you mean the forum catagories? such as news?FrederickGeek8 wrote:I like it but I think with the top background that it could extend more down so that the categories aren't on the edge
- Sat Jul 07, 2012 10:38 pm
- Forum: CSS / Styling
- Topic: Feedback needed
- Replies: 9
- Views: 4023
Feedback needed
Hey,
I'm not sure where to put this so I posted it in "Others".
I was wondering what you think of my website, how you like the layout and if there are any bugs that need attention.
www.industrialgaming.net is the web url.
Regards,
Sevv
I'm not sure where to put this so I posted it in "Others".
I was wondering what you think of my website, how you like the layout and if there are any bugs that need attention.
www.industrialgaming.net is the web url.
Regards,
Sevv
- Thu May 31, 2012 9:26 pm
- Forum: PHP
- Topic: Cross domain ulpoading
- Replies: 3
- Views: 750
Re: Cross domain ulpoading
I got it working just the way I wanted it to!
Thanks for the help, I forgot all about FTP
Thanks for the help, I forgot all about FTP
- Tue May 29, 2012 9:59 pm
- Forum: PHP
- Topic: Cross domain ulpoading
- Replies: 3
- Views: 750
Cross domain ulpoading
hey I have a question.
I'd like to let my users cross upload an avatar to my static domain rather than the domain where the website is hosted on.
I know it's possible but I don't know how.
I'd like to let my users cross upload an avatar to my static domain rather than the domain where the website is hosted on.
I know it's possible but I don't know how.
- Sat May 19, 2012 11:55 pm
- Forum: General Chat
- Topic: Microsoft are Getting Desperate
- Replies: 20
- Views: 4843
Re: Microsoft are Getting Desperate
Its not desperate it's pathetic
- Fri May 18, 2012 11:11 pm
- Forum: General Chat
- Topic: Diablo 3
- Replies: 27
- Views: 4991
Re: Diablo 3
Dear diary, it's just since the release of Diablo 3, it is contagious,everyone is getting infected. We are running low on food supplies and some people are showing signs of the infection... Nah just kidding :lol: Why is everyone so obsessed by the game? Am I the only one that hasn't OD'd on Diablo 3...
- Sat May 05, 2012 11:14 pm
- Forum: PHP
- Topic: View comments on profile page need help.
- Replies: 11
- Views: 1744
Re: View comments on profile page need help.
One more thing, I cannot find the mysql_real_escape(). Which is needed to prevent MySQL injections.
You use it on any user defined value, I mean post, get and cookies.
You use it on any user defined value, I mean post, get and cookies.
- Sat May 05, 2012 11:10 pm
- Forum: Introductions
- Topic: Hoipipeloie
- Replies: 2
- Views: 19510
Hoipipeloie
Hay,
I've decided to come back after being away for like six months.
I am sevvlor, a male. I am also know as Josh.
I've been writing code quite some time now.
Thats all
Sevvlor out
I've decided to come back after being away for like six months.
I am sevvlor, a male. I am also know as Josh.
I've been writing code quite some time now.
Thats all
Sevvlor out
- Fri Jun 03, 2011 9:20 pm
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
Re: while loop issue
You could try writing your own function based on this one that you copied from some random forum presumably ;) It's always easier to make modifications when you understand what's going on. With so many functions like this and using global variables it's going to be difficult to keep track of which ...
- Fri Jun 03, 2011 9:04 pm
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
Re: while loop issue
The var _countDowncontainer=0; variable is global, meaning every time you call this function you overwrite the element it is applied to. you will have to either pass the element to the other two functions as a parameter, or create a function that does everything all in one function. I have no clue ...
- Mon May 30, 2011 9:50 pm
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
Re: while loop issue
Sure, Why not. var _countDowncontainer=0; var _currentSeconds=0; function ActivateCountDown(strContainerID, initialValue) { _countDowncontainer = document.getElementById(strContainerID); if (!_countDowncontainer) { alert("count down error: container does not exist: "+strContainerID+ "...
- Mon May 30, 2011 7:02 pm
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
Re: while loop issue
$sql_actielist = mysql_query("SELECT * FROM actie WHERE acnaam = '".$naam."'") or die(mysql_error()); if(mysql_num_rows($sql_actielist) <= '0'){ echo "<tr><td colspan='2'>Je bent nu niets aan het doen.<br /></td></tr>"; } else { echo ' <script type="text/javascrip...
- Mon May 30, 2011 6:58 pm
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
Re: while loop issue
oke, that worked only the bottom one counts down. echo ' <script type="text/javascript"> window.onload=WindowLoad; function WindowLoad(event){'; while($actie= mysql_fetch_assoc($sql_actielist)){ $time = $actie['time'] - time(); $tt++; echo 'ActivateCountDown("tijd'.$tt.'", '.$tim...
- Mon May 30, 2011 11:56 am
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
Re: while loop issue
I don't get it, doest that mean that I have to put the php while loop into the javascript box? like this <script type="text/javascript"> window.onload=WindowLoad; function WindowLoad(event){ <?php while($actie = mysql_fetch_assoc($sql_actielist)){ ?> ActivateCountDown("tijd", <?p...
- Mon May 30, 2011 9:44 am
- Forum: JavaScript
- Topic: while loop issue
- Replies: 12
- Views: 2532
while loop issue
When I put the script in a while loop it only works on the top one, the first row that comes out of the database. Does anyone knows a solution? while($actie = mysql_fetch_assoc($sql_actielist)){ ?> <script type="text/javascript"> window.onload=WindowLoad; function WindowLoad(event){ Activa...