31
blindman
Re: realty module integration - help
  • 2008/1/5 11:26

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


TNX. Glad to see somebody is interested.
I’ll go on in my free time, which is quite limited. But I think I’ll be able to offer a functional version of this module some day. Maybe in a couple of weeks or 1 month. I wish to be a pleasant surprise rather than a disappointment.

Even so, I’m going to face some problem:

Is a rewritten script, basically on realty module structure (fully xoopsized). I don’t know right now if I may publish this for free, with GPL License. If I may do this, is OK

I don’t have a site, like many other module developer, with a forum support, and so on.
I work on localhost with “server on a stick” and 2.2 version of xoops.

If everything is going well, I intend to ask a module developer to adopt this module, for online support, download, feedback ….

I wish to make it clonable, but anyway, what name this module should have? Realty is ok, or another name (with the specification that this comes from realty structure and functionability) in order to avoid confusions.

And finally, but not the last things I want to say.
English is not my native language and I have difficulties in my written sentences. (so please excuse my misspellings ).
I am not a programmer. I do this for fun and to give something back to this great community.
Don't follow me. I'm lost too.



32
blindman
Re: realty module integration - help
  • 2007/12/29 10:36

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


hy.
Thanks, it works. Things are much further than last time I posted here.
Now, I have another question. If somebody can help me with some hints.
EDIT: Already solved. (about replacement of a database function defined in realty database class).
Don't follow me. I'm lost too.



33
blindman
Re: realty module integration - help
  • 2007/12/9 15:10

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


TNX smart2 , I'll check it out.
Anyway, after a long and hard work of rewrite functions and stuff, I realised that this module works only with register_global on (if I'll make it work).
How can I make it work with register_global off.

And.
This module has no classes defined. I would try to group functions into classes.
Another problem. Logging. Another user table, different login?
Can I define a realty_user class that extend XOOPS user class?
Ideea is - when you loggin into xoops, if you access realty module, to be added into realty user table (without password) and the realty user table to have a field xuid . Than, if you are logged in as XOOPS user, to have acces at your realty account.
Is it a good ideea? Does it solve the authentification problem generated by register global off?
Don't follow me. I'm lost too.



34
blindman
realty module integration - help
  • 2007/12/5 9:18

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Hello xoopsers.
Even that we have some directory listings module available, I think that a proper integration of specialized modules would be an advantage for our community.
I'm thinking about realty module.
What should do this module to be a real XOOPS module:
- use smarty templates
- use admin side of XOOPS for admin stuff
- use XOOPS users, login, sessions, ...
- use language strings like any other XOOPS module
- use XOOPS classes (incl. database class)
and the list should be bigger.

Because all I know about php is because of xoops, I intended to make a full ported version of realty module and make a surprise for you. A lot of work, but things seems to go further, until now. I have a problem.

I have replaced database class that is used by realty with XOOPS db class. Seems to be ok, but, in browse_listing.php file some stuff are sended by &GET, like PHPSESSID. Than try to create a temp table named after this session. Store some things in it and aftre that to delete it. I get a MySQL error like

Database update not allowed during processing of a GET request

I wish to be able to avoid this " make table" and delete table based on Get request.

I ask for help, if any module developer could help me. How to solve this. Need an alternative procedure, hint an example.
Don't follow me. I'm lost too.



35
blindman
Re: XOOPS 2.2.3 Final - To downgrade or not?
  • 2007/11/23 19:16

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Great wizanda.
I am a 2.2 fun too.
Stable enough for me (I have never experienced any trouble with this version).
I want xoopser to know that actually some people have good sites with 2.2.
I just cannot imagine a XOOPS site without themable admin (very professional good impression ), blocks instances - which make a site very, very configurable. I have made XOOPS site that you never guess is CMS made.
2.2 branch have more advantages than wick points (if has any).
Don't follow me. I'm lost too.



36
blindman
Re: Kaotik Error - Completed Module from part 4
  • 2007/9/20 21:27

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Kaotik, this is a realy good news. I've downloaded kshop and I think that could be a very good XOOPS based shopping cart.
Sorry for using this topic to tell you that, but I thought you don't support this module development anymore, but now .... you gave us a good news, kshop development will continue, right?
Last time I have visited your site I got kshop 2.22 (in xoopsversion.php) if I remember corect.
Since then, I tried to hack the module for my needs:
- countries to have 0/1 state (use or not);
- zones that can be attached (related) to a country - 0/1 state too - use or not;
- a specific number for each zone - to use as a delivery multiplication cost. Some zones demand higher delivery costs.
- also, every product have a weight. Delivery cost depends on this too.

I didn't finished yet, but now, I hope you find that features usefull and include in kshop future release.

I'm looking forward for your site reopened.
See ya.
Don't follow me. I'm lost too.



37
blindman
Re: custom socket - how to install?
  • 2007/9/3 20:20

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


I've got it.
For this kind of MySQL socket, on the install process, put localhost:path/to/custom/mysql/socket
Worked for me.
Don't follow me. I'm lost too.



38
blindman
custom socket - how to install?
  • 2007/9/3 17:42

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Hy.
I,ve installed some XOOPS sites by now without peoblems, but 1 hoster have the following case:
They told me
Connection to MySQL: You can only connect by socket to the MySQL instance.
And than explained to me what to set for phpmyadmin.

PHPMyAdmin configuration:
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '/data/web/clientname/var/lib/mysql/mysql.sock';
$cfg['Servers'][$i]['connect_type'] = 'socket';
$cfg['Servers'][$i]['extension'] = 'mysql';
Most common problem is a wrong path to the socket. Do not connect via tcp port 3306, this will not
work. You need to use your own socket, which is
/data/web/clientname/var/lib/mysql/mysql.sock .Use MySQL with options –p –u root, you
don’t need a password

Anyway, I did created with this installed phpmyadmin a database "test"

My problem is that in instalation procces I don't know what user / pass to set for database.
dbname -> test
dbuser -> root or something???
dbpass -> nothing or what?

How to tell XOOPS that MySQL use here custom socket? maybe it doesn't connect because XOOPS try to use default socket?

I can't figure out.
Anybody can help me with this?
Don't follow me. I'm lost too.



39
blindman
Re: Progress with Xoops 2.2.5, 2.3 and 2.4?
  • 2007/7/9 17:40

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Seems that a lot of people are useing 2.2 version, with all it's advantages, like themable admin, pm, profile, and so.
I realy hope that Myth will be in core dev team, so this branch to be developed to reunification.
I think, just because XOOPS have 2 branches now, and this must be developed to merge again, for keeping features, advantages and compatibilities, Mith should be arround here.
Don't follow me. I'm lost too.



40
blindman
Re: Cannot Login to Admin or User
  • 2007/7/9 16:57

  • blindman

  • Not too shy to talk

  • Posts: 119

  • Since: 2005/6/26


Hello,
It is happening to me too, from time to time.
Please, go to phpMyadmin , select the session table and choose repair.
That is all (in my case).
Don't follow me. I'm lost too.




TopTop
« 1 2 3 (4) 5 6 7 »



Login

Who's Online

172 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 172


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