51
mrphilong
Re: Newbb 4.3
  • 2012/9/25 8:36

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


There seems to be two versions, one from irmtfan and another from alfred. This is very confusing, since you guys loving doing what you are doing why not work together? Save us time in not having to test the module twice.

NOW: Which version and from whom should i USE?



52
mrphilong
Xoops .htacess on Godday
  • 2012/8/8 10:18

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Hi All,

I've spent a long time trying to get URL Rewrite to work but I've failed

If you are using Godaddy or have a few tips pointing me to the right direction, much appreciated.

I have a www.mydomain.com hosted at Godaddy, all the files are in a folder called ABC

My .htaccess file

This part works, if i typed mydomain.com it rewrite to www.mydomain.com

Quote:


Options +FollowSymLinks
Options -MultiViews
RewriteEngine on

RewriteBase /
RewriteCond %{HTTP_HOST} ^mydomain\.com
RewriteRule (.*)http://www.mydomain.com/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d



the below tested working on local webserver but not on Godaddy.

Quote:

RewriteRule ^songlist/([a-zA-Z0-9]+)/(.*?)/([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+).html modules/songlist/$1.php?op=$3&fct=$4&id=$5 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/(.*?)/([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+).html modules/songlist/$1.php?op=$3&fct=$4&id=$5&gid=$6&cid=$7 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/(.*?)/([0-9]+)-([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)/(.*?).html modules/songlist/$1.php?start=$3&id=$4&op=$5&fct=$6&gid=$7&cid=$8&value=$9
RewriteRule ^songlist/([a-zA-Z0-9]+)/(.*?)/([0-9]+)-([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+).html modules/songlist/$1.php?start=$3&id=$4&op=$5&fct=$6&gid=$7&cid=$8
RewriteRule ^songlist/([a-zA-Z0-9]+)/(.*?)/([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+)/(.*?).html modules/songlist/$1.php?op=$3&fct=$4&id=$5&value=$8&gid=$6&cid=$7 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)-([a-zA-Z0-9]+)-([0-9]+).html modules/songlist/$1.php?op=$2&fct=$3&id=$4 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)-([a-zA-Z0-9]+).html modules/songlist/$1.php?op=$2&fct=$3 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+).html modules/songlist/$1.php?start=$2&id=3&op=$4&fct=$5&gid=$6&cid=$7 [L,NC,QSA]#RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html modules/songlist/$1.php?start=$2&op=$3&fct=$4&id=$5&gid=$6&vcid=$7&cid=$8 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+).html modules/songlist/$1.php?start=$2&op=$3&fct=$4&gid=$5&cid=$6&vcid=$7 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)/(.*?).html modules/songlist/$1.php?start=$2&op=$3&fct=$4&id=$5&value=$9&gid=$6&cid=$7&vcid=$8 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+)/(.*?).html modules/songlist/$1.php?start=$2&id=$3&op=$4&fct=$5&value=$8&gid=$6&cid=$7 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)/(.*?).html modules/songlist/$1.php?start=$2&id=3&op=$4&fct=$5&gid=$6&cid=$7&value=$8 [L,NC,QSA]
RewriteRule ^songlist/([a-zA-Z0-9]+)/([0-9]+)-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+)-([0-9]+)-([0-9]+)/(.*?).html modules/songlist/$1.php?start=$2&op=$3&fct=$4&value=$8&gid=$5&cid=$6&vcid=$7 [L,NC,QSA]



53
mrphilong
Re: Song belonging to multiple Genre
  • 2012/7/25 3:50

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Will contact Simon later in the week.

Thanks



54
mrphilong
Song belonging to multiple Genre
  • 2012/7/24 10:59

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


I'd like to modify the code in songlist so that a song can belong to more than one Genre but haven't got a clue where to start. Source code here



55
mrphilong
Re: Publisher (Rev 365 - 31 May 2012) .. looking for testers
  • 2012/6/15 9:09

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


When creating new article I got:

Fatal error: Call to a member function read() on a non-object in /modules/publisher/admin/item.php on line 525


Minimum PHP required: 5.2.0 (your version is 5.2.14)
MYSQL minimum version required: 5.0.7 (your version is 5.0.92-log)
Minimum XOOPS required: 2.5.0 (your version is 2.5.5)
Minimum ModuleAdmin required: 1.1 (your version is 1.1)
www.UcChau.Net
www.XoopsViet.Org



56
mrphilong
Re: Karaoki Song List 1.10
  • 2012/4/21 4:50

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


^ bump!
www.UcChau.Net
www.XoopsViet.Org



57
mrphilong
Re: Backup 3.1
  • 2012/4/10 21:25

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


For backup and restore whole database or individual table I likehttp://www.mysqldumper.net/ I wish someone could port it to Xoops, it has a feature that overcome the PHP script maximum execution time.
www.UcChau.Net
www.XoopsViet.Org



58
mrphilong
Re: Karaoki Song List 1.10
  • 2012/4/10 0:32

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Testing done onhttp://xoops.demo.chronolabs.coop with Firefox:

FRONT END:

1 - Cosmetic - when searching

Font size changes when returned search result.

2 - Over approximately 10000 records >>> Browse by Artist produces blank page

3 - Request a Listing >>> Required field not filled in can still send, nice if able to select Category in here when requesting a listing.

ADMIN END:

4 - When trying to assign a custom field to Category >>> Fatal error: Call to a member function setVar() on a non-object in

.....modules/songlist/admin/field.php on line 130

5 - Category issue:

MainCategory
---SubCat1
Select Click Songs and select SubCat1 >> has blank page.
modules/songlist/admin/songs.php?op=videos&fct=list&limit=30&start=0&order=DESC&sort=created&filter=cid,2

change "op=videos" with "op=songs" works fine.

6 - Importing issue:

Parsing songs with two or more Artist name is a bit funny, please check.

Artist name format: Artist1 Name, Artist2 Name, .....


7 - SEO issue:

When clicked Category >>> Not Found.....The requested URL /index/CategoryName/category-set-1-index-0-0.html was not found on this server.

When clicked SongID, SongName or Artist >>> Bad Request ... Your browser sent a request that this server could not understand.
www.UcChau.Net
www.XoopsViet.Org



59
mrphilong
Re: What module
  • 2012/3/15 11:02

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Thanks guys for your suggestions. Lexikon looks very close to what I need and I am in the process of converting it to Songlist module, I like it to have a same GUI as Xoops 2.4.5 is there instruction on how to do ? If anyone interest in the Songlist module please let me know we can work together, my programing skill is very limited.

Songlist module can be view athttp://www.caraok.net
www.UcChau.Net
www.XoopsViet.Org



60
mrphilong
Re: What module

I want to create a songlist database with the following fields:

Artist, SongTitle, Lyric, SongID, the ability to search on those fields and return at least SongTitle and SongID.

www.UcChau.Net
www.XoopsViet.Org




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 27 »



Login

Who's Online

231 user(s) are online (157 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