11
panigrc
Re: Xoops PowerTools a Java Project
  • 2006/7/10 19:20

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


Thank you for your comments. This gives me the power to go on ! And yes it will be (when released) an open source project and everyone can join
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



12
panigrc
Re: Xoops PowerTools a Java Project
  • 2006/7/10 11:36

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


No one is interested in this , i see ...

Thats why I post here my very first version (not release) of the application

Resized Image
Resized Image
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



13
panigrc
Xoops PowerTools a Java Project
  • 2006/7/10 6:54

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


The Idea

Xoops PowerTools began in order to improve the operations of Xoops. It is based on Java 5 SDK and it can manage files of php souce, putting them on webserver and also be connected to the MySql database. The initial requirements Is a little program which will help the use of modifications in the code (hacks) automating the operations, also will facilitate your site management for the following following reasons:
* Putting a file hack it will say wich files are needed they are modified and it will say wich exists or not. Also with a simple click the source code will be modified automatic.
* The new files will be uploaded automatically in ftp and old will be renamed so they will exist as a backup.
* It will even have the possibility of deinstallation of hack even if the old files do not exist.
* It will remember wich files you have modified so after 6 months when you will want to upgrade XOOPS to know what to make.
* It might export and it creates files hack from files of code php so as to you create easily yours hack having only it modifies the code, and a click in the program.

The precedents were the operations of application with regard to hacks. Now will exist also other functions wich will optimise with regard to as generally speaking xoops. These will be:
* Possibility of export in csv the names and email the users so as to they can be used from independent program as thunderbird, outlook etc.
* image Checking, will look at if exist all the pictures (links) that are reported in the database, if some does not exist it will be recorded.
* Link Checking, will take a table and a field that we will put in and it will check if all links that exist and aren't dead(here are required powerful regular expressions).
* Cleaning/Optimizing the database.
* Backup of base of data in form that would not spoil the data. (If you tryed to make a backup with phpmyadmin and utf-8 you know what I mean.
* Reconstruction of table templates which faces problems after a lot of upgrades.
* Automatic reproduction of files of language so if you do not have all modules translated it won't be needed to make it manually.
* Export of text of files of language so with a copy paste of the text in certain translational tool, the text will be translated and later again with copy paste are created the certain files of language automatically (perhaps with some errors).
* Facility in the use of pictures, with few clicks change all icons that XOOPS and its modules use, that it is very difficult to make it manually. Of course it will upload the new pictures.
* Creation of themes of pictures ready to use that will become as I reported before. These will be the operations that will make my application. Also I should report that the application will have multilanguage support because I make it as XOOPS with language files.

The Hack Pattern

Posting the form of a Hack wich is used from my application its XML like :

<name>my first hack 1.1</name>
<
creator>panigrc</creator>
<
date_created>2006/06/13 10:29:31</date_created>
<
instructions>
How to install this hack ....
mpla mpla mpla 
mpla mpla mpla 
    mpla mpla mpla 
mpla mpla mpla
</instructions>
<
target_path>/modules/news/.....</target_path>
<
file_size>20055</file_size>
<
number_of_line>15</number_of_line>
<
before_contents>
 ..... 
php source before hack
</before_contents>
<
hack_contents>
    
HACK HERE !!!
</
hack_contents>
<
target_path>/kerel/....</target_path>
<
file_size>155005</file_size>
<
number_of_line>15</number_of_line>
<
before_contents>
 ..... 
php source before hack
</before_contents>
<
hack_contents>
    
HACK HERE !!!
</
hack_contents>


This way all hacks will be validated and perhaps there will be a public hack library !

The Hack in the Source

The below code demonstrates how will be the hacks applied in the php source:

.
.
php source before hack
//<name>&#908;&#957;&#959;&#956;&#945;</name>
//<date_modified>2006/1/8 00:48:31</date_modified>
//<hack_contents>
.
.
php of the hack
.
//</hack_contents>
___ new line
.
.
php source continued


So what to you think ?? I am waiting your comments. This project will be open source but I am still developing the core.
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



14
panigrc
Re: Image Manager resize
  • 2006/5/27 8:38

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


There are to many posts about this Subject. It Could just be implemented to the next version of xoops. Its not a difficult hack but a very usefull one. XOOPS is loosing reputation from its disability to use images and other multimedia content which other cms's have intergrated from years ago.
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



15
panigrc
Re: Priavate messages notifications needs auto delete 2000PM+??
  • 2006/5/21 23:59

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


Yeah ! But this is not the solution! The solution is to be a cron job that checks all private messages and if they are unread and older than a specified time that should be deleted.
Or if not cron job than a simple system proccess that checks it whenever pms are posted. Also it could send a notification email to the member that unread messages older than [time] will be deleted in 10 days and the member should take action !
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



16
panigrc
Re: Criticism Needed for new site!
  • 2006/1/13 14:44

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


Now you 're talking right !! You have made your site very good. You followed our advice and you made it easy to visit.

Well done !
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



17
panigrc
Re: [design] Which site
  • 2006/1/5 18:36

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


ClubNUKE I aggree these are really amazing websites.

CSSGarden is also very nice. And tableless layout can be really a challenge.
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



18
panigrc
Re: Help me about MyAlbumP thumbnails
  • 2006/1/5 14:48

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


If you have imagemagick or gd library on your server installed , you will see it if you run phpinfo(), than yes you can.

Else you cant.
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



19
panigrc
Re: For Google to recognize
  • 2006/1/5 14:38

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


The autodiscovery feature has nothing to do with your backend.php rss output.

If google says that it doesnt match any feed than it is so. Its possible that your rss feed is not xml valid or feedfetcher is blocked by a firewall from the webserver wich blocks fetching.

Also it is possible to occur an error at the time of fetching so plz retry it many times.
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]



20
panigrc
Re: XOOPS Malaysia T-Shirt
  • 2006/1/4 21:47

  • panigrc

  • Not too shy to talk

  • Posts: 133

  • Since: 2005/4/14


Oh dear !!!

Have you noticed that I have been answering to myself !!!

I must sleep a little !! Look the above to posts :P

I am proposing an idea and below I agree with that , of course I agree its my idea !!

Programming in Java many hours can cause serius problems. Be careful.
[size=xx-small]X-Park Greek Pc Modding Community
Official Greek Support at XoopsGreece.gr[/size]




TopTop
« 1 (2) 3 4 5 ... 11 »



Login

Who's Online

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


Members: 0


Guests: 161


more...

Donat-O-Meter

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

Latest GitHub Commits