71
Dona_Brasil
Re: Captcha in Liaise will not show up

Quote:

renewehle wrote:
Hi,

you can download a version from xoops-magazine. this ist liase 1.26 with captcha.
download only for member here.

Greetings, René


Thanks for your suggestion.

Your version shows at least an image... but it is a grey square without content

Any idea what the problem could be??



72
Dona_Brasil
Re: Captcha in Liaise will not show up

Hi, I have the same problem:

1) I downloaded and installed Liaise 1.27 (this hack is indeed a great improvement of the Liaise module!) on my XOOPS 2.0.16 version
2) there are no error messages if I switch on the pphp debug mode
3) everything works fine, except for the captcha image: it does not show up. It looks like an image on a webpage that cannot be downloaded. Liaise can still be used without the Captcha by switching spam protection off.

Anybody?



73
Dona_Brasil
Re: SEO friendly URL's with mod rewrite




74
Dona_Brasil
Re: Setting homepage URL with content module installed

Quote:

Peekay wrote:
You could try creating an .htaccess file in your web root containing a command that uses the Apache web server's 'mod-rewrite' feature. Re-write gets the urlencoded variables and uses regex to declare a condition (when...) and a rule (do this...) They are commonly used to turn dynamic URLs into static ones, e.g.:
RewriteEngine on
RewriteCond 
%{HTTP_HOST} ^www.yourdomain.com
RewriteRule 
^index.php$ /index.htm [r=301,L]

They are good fun... meaning, I haven't a clue how to write one from scratch. Lots of info online if you search for mod rewrite.


In addition:

SmartSection is another content module. You can put any SmartSection page on your frontpage with mod_rewrite, simular to what Peekay showed. See this post.

But before you start doing these things: try making blocks and put these on your homepage without activating a module for your homepage. It is well possible that you get the result you like (probably after some trial and error). You can also create a custom block, like jensclas suggested.



75
Dona_Brasil
update

Here is an update for people using the search function:

- I did not have to adapt the password of the MySQL database: it was coppied by DirectAdmin
- I only had to adapt the location of the MySQL database in mainfile.php.



76
Dona_Brasil
Re: Are you making money with Xoops?

Quote:

Djiman wrote:
...

If one day by mistake or by curiosity you click the banner at home on your computer, then there will be little risak of being banned. the IP or whatever will be different.

..


Did you write an e-mail to google to explain that you made a mistake? Did you do it in time?



77
Dona_Brasil
Re: Are you making money with Xoops?

Quote:

Mithrandir wrote:
My Google ads have already generated $0.14 in only one month. By the end of the year, I will have enough for a pack of cigarettes.

(No, I am not impressed with Google's payment policies)


Here is the bright side of life: Google helps you to give up smoking

I have no complaints or comments about Google.



78
Dona_Brasil
Re: Migrating from one DirectAdmin server to another Direct Admin server

Quote:

vaughan wrote:
that should work..

you'll have to edit mainfile.php to make sure the actual Paths are correct though, and maybe possibly the db usernames/passwords etc. then clear templates_c & cache folders.

other than the above, you should be fine..


Thanks, I forgot about the passwords.



79
Dona_Brasil
Re: Redirection module,

I some code like this to redirect from my old dynamic URL's to my new, rewritten ones:

// redirect to avoid double content
if(strpos(getenv('REQUEST_URI'), '/index.php?lang=nl') === 0

 
header("HTTP/1.1 301 Moved Permanently");
 
header("Location: http://www.yourdomain.com/nl/");

elseif(
strpos(getenv('REQUEST_URI'), '/index.php?lang=en') === 0

 
header("HTTP/1.1 301 Moved Permanently");
 
header("Location: http://www.yourdomain.com/");

elseif(
strpos(getenv('REQUEST_URI'), '/index.php') === 0

 
header("HTTP/1.1 301 Moved Permanently");
 
header("Location: http://www.yourdomain.com/");
}


(see also this article)

You have to find the right place and file to do it. This could different for each module. I did this with trial and error(index.php, article.php, header.php etc). I did not do it for WF Section.



80
Dona_Brasil
Migrating from one DirectAdmin server to another Direct Admin server

Yeah, I read the FAQ: this is the recipe to migrate a site to another server.

But I am moving from one DirectAdmin server to another and I wonder if anybody's knowlegde would prevent me from doing it this way:

- backup the website
- download the backup from old server
- upload the backup on new server
- restore to backup on new server
- adapt DNS
- ready!

Anybody?




TopTop
« 1 ... 5 6 7 (8) 9 10 11 12 »



Login

Who's Online

238 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 238


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