1
luciano
Re: Imago Theme 8
  • 2006/3/3 17:27

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


www.xoopscube.be/temporary/imagotheme08.zip I'll leave it there for a few day's



2
luciano
Re: Step by Step creating a theme manual
  • 2006/2/24 17:21

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


There is not really a good step-by-step guide but why don't you just start by changing excisting themes? After a while you could chalenge yourself by trying to copy a theme (from let's say templatemonster), third step: make one from scratch..



3
luciano
Re: Hit Counter
  • 2006/2/24 17:09

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


<?php

$file 
"counter.txt";
$user_ip $_SERVER['REMOTE_ADDR'] . "n";
$ip_list file($file);
$visitors count($ip_list) - 1;

if (
in_array($user_ip$ip_list))
    {
    echo (
"$visitors");
    } else {
    
    
$fp fopen($file,"a");
    
fwrite($fp"n$user_ip");
    
fclose($fp);
    
    
$visitors++;
    echo 
$visitors;
    }

?>



upload this script and a .txt file with on the first line some text (just put the name of your site there), chmod the textfile 777 and that should do the job. It stores the ip's in the txt file.

I used it om www.dehaarspecialist.be (bottom right).

I know, it's not perfect but it does the job

Code credits: ??????????



4
luciano
Re: Free Xoops Install with every hosting package.
  • 2006/2/17 8:23

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


I wouldn't mind a smaller banner

What I'm interested in is: "our exclusive Installatron technology that allows you to install XOOPS with one simple step"! It would be great if gerrybaker would share that with us!



5
luciano
Re: Seeking theme design for a local support site
  • 2006/2/16 16:40

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


It must be me but I have some difficulty understanding this. Why don't you use the .org theme? Why would you spend money on something that is already available?



6
luciano
Re: Rate my site
  • 2006/2/1 9:47

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


-5

Quote:
This page cannot be displayed due to an internal error.

If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.

Error [Xoops]: Unable to connect to database in file class/database/databasefactory.php line 34



7
luciano
Re: Increase the Users on your site.....and keep them...
  • 2006/1/28 18:38

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


The idea is great for Dating, profile... sites but I don't think that it's a good idea to use it on newssites.

BTW is your site a Xoopssite?



8
luciano
Re: race driver profiles?
  • 2006/1/28 18:23

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


I don't think that all drivers are users...



9
luciano
Re: How Do I... Switch my Xoops to another MySQL database
  • 2006/1/28 18:19

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


Read this.



10
luciano
Re: race driver profiles?
  • 2006/1/28 13:55

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


I would use Xdirectory... but to be honest... I use that module for almost everything Only the roster feature will be a bit tricky.

I would also have a look at Smartclient.




TopTop
(1) 2 3 4 ... 17 »



Login

Who's Online

119 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 119


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits