1
sikey
Re: problems on module Planet Cloning
  • 2008/7/10 16:53

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


Is there any news on the cloning part of the planet module?
thanks in advance



2
sikey
Re: Programs not showing up in Modules Admin - Help!
  • 2006/6/14 6:15

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


This is what phpdebug gives me on a clean install ofxoops 2.0.14 when no modules are shown in modules admin to add

Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 239
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 239
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 239
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 239
Notice [PHP]: Only variables should be assigned by reference in file include/cp_functions.php line 57
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 491
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 239
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 259
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 259
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 259
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 259
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 259
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 259



3
sikey
Redirecting to subdomain
  • 2006/5/4 6:26

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


I am trying to perm. redirect allhttp://www.domain.com/modules/mydownloads/singlefile.php?lid=NUMBER tohttp://subdomain.domain.com/modules/mydownloads/21357

I already got thehttp://subdomain.domain.com/modules/mydownloads/21357
working, but now i want to 301 all existing singlefile.php urls to the new one... how can i do this in htaccess?

This is what i have so far...

RewriteEngine On
RewriteOptions inherit
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com/modules/mydownloads/([0-9]+).*$ [NC]
RewriteRule ^http://subdomain.domain.com/modules/mydownloads/([0-9]+).*$ [R=301,L]

Any help is greatly appreciated :)



4
sikey
Re: Text sanitizer
  • 2006/4/16 16:53

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


Anyone able to help me?



5
sikey
Text sanitizer
  • 2006/4/14 17:59

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


I have been trying using mod_rewrite to rewrite the urls of mydownloads module, and got it working, but i want to add the name of the download to the url, but currently i get for instance modules/mydownloads/35135/3GP%20Photo%20Slideshow , i would like text sanitizer to change the %20 which stands for a space in the title to - ...
Does anyone know how i can achieve this?



6
sikey
How to limit number of pages
  • 2006/3/20 7:34

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


How can i limit the number of pages being listed at the top and bottom of mydownloads module?

Resized Image

I would like to limit the numbering to 20 viewable numbers and the rest available with the next button?



7
sikey
Re: i tried to upgrade and my site exploded - i need advice
  • 2005/12/7 22:48

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


Better stay away from the 2.2.X versions...



8
sikey
Re: Google got server down...
  • 2005/12/7 22:42

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


I'ld say it is good because i have almost no duplicate content indexed... maybe some print pages and such... but nothing serious...
Seems like yahoo is now indexing the site too... which is very good because after the last google update my yahoo traffic almost became ZERO...
I'm already seeing some more visitors, but for google i guess i'll have to wait till the next update for the new pages to be ranked well...



9
sikey
Google got server down...
  • 2005/12/7 10:21

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


Has this ever happend to anyone else? Approx 10 hours ago, google almost completely got my server down... serverload was sometimes at +100%... checking my logs revealed that different google bots were crawling my site... now today everything is back to normal, serverload of 0,2%... Checking google for indexed pages i can now see instead of 107.000 indexed 196.000 indexed... which is good, but then again why would google use so many resources of my server?... I'm currently already using a dedicated server for the php and one for the database... Not much more i can do i suppose?...



10
sikey
Xoops downgrade 2.2.3 to 2.013
  • 2005/12/6 13:07

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


I want to downgrade a XOOPS install from this version
$Id: version.php,v 1.18.4.10 2005/08/25 18:22:53 mithyt2 Exp $
define("XOOPS_VERSION","XOOPS 2.2.3");
to the 2.0.13 ... i already have the script, but there isn't any info on which files i should backup for safety...? Is there anyone able to help me out? :)




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



Login

Who's Online

231 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 231


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