Grant Posted September 28, 2007 Posted September 28, 2007 I have a rather dashing question...I can see IP.Nexus as an application with rather great reselling abilities... So, will this application have a resellers program so that we may bundle the mini-apps with other packages?
agil Posted September 29, 2007 Posted September 29, 2007 will it be possible to create a dynamic multilingual websites?
EliteKiller Posted September 30, 2007 Posted September 30, 2007 Some questions to IP.Nexus :)Is IP.Nexus still written in PHP4 or in PHP5?Are IP.Dynamic and IP.Nexus completly rewritten or just integrated into the new IP.Nexus?Has IP.Dynamic as IP.Nexus module the same features as the classic IP.Dynamic shown in Matt's blog?One year ago IP.Vectura (the Webmail System) disappeared on the IPS front site and in the forums. Can we expact IP.Vectura as IP.Nexus Application?
Rikki Posted September 30, 2007 Posted September 30, 2007 Some questions to IP.Nexus :)Is IP.Nexus still written in PHP4 or in PHP5?Are IP.Dynamic and IP.Nexus completly rewritten or just integrated into the new IP.Nexus?Has IP.Dynamic as IP.Nexus module the same features as the classic IP.Dynamic shown in Matt's blog?One year ago IP.Vectura (the Webmail System) disappeared on the IPS front site and in the forums. Can we expact IP.Vectura as IP.Nexus Application? :rolleyes:- It is PHP4- A bit of both. Large portions of both were rewritten for the merge, but some areas remained the same. That said, all the features and more from the 'old' Nexus and Dynamic are still there. We haven't taken any features out.- See above- I don't have any news on Vectura for you right now I'm afraid
bfarber Posted October 1, 2007 Posted October 1, 2007 - It is PHP4 Just to clarify - by this he means it runs on both PHP4 and PHP5 - it's not PHP5-specific
`Scotty` Posted October 1, 2007 Posted October 1, 2007 Will there be a public beta, for current license holders?
Josh Posted October 2, 2007 Posted October 2, 2007 Will there be a public beta, for current license holders?Yeah, there will be a public beta :)
Alex Posted October 2, 2007 Posted October 2, 2007 The new video is cool, didnt realise that IP.Nexus came with a standard page management anyway at first. One thing it didnt show, can you actually edit these 'static' pages, or does it just load it from your FTP? Or is it only the CMS addon that allows you to edit them?Great work on the clear speech Rikki :) Helps alot
Josh Posted October 2, 2007 Posted October 2, 2007 The new video is cool, didnt realise that IP.Nexus came with a standard page management anyway at first. One thing it didnt show, can you actually edit these 'static' pages, or does it just load it from your FTP? Or is it only the CMS addon that allows you to edit them?Great work on the clear speech Rikki :) Helps alotYou can edit the static pages from IP.Nexus without the CMS addon.
Rikki Posted October 2, 2007 Posted October 2, 2007 I'll cover editing pages in a later video, but yes, you can edit static pages, it's just blocks of HTML :)
BryanH Posted October 3, 2007 Posted October 3, 2007 Wow, the new video was really cool! Everything looks great. Nice job folks!
sychn Posted October 4, 2007 Posted October 4, 2007 I have several questions about Nexus for quite a long time.Will Nexus work like Amazon or Ebay selling real solid things or just selling software? If selling software, will Nexus support transmission resuming at break-points download tools to download software over than 1GB?Will Nexus be integrated with Point System so that users could use posts to exchange some points on purchasing things with a discount?Will Nexus need extra security settings on the server than IPB?Will Nexus be secure enough for the users to make reliable online bussiness?Will Nexus support multilingual?Will Nexus have some socket features for the users if they want to make some Client/Server software which need an online validation with Nexus?Thanks.
Josh Posted October 4, 2007 Posted October 4, 2007 I have several questions about Nexus for quite a long time.Will Nexus work like Amazon or Ebay selling real solid things or just selling software? If selling software, will Nexus support transmission resuming at break-points download tools to download software over than 1GB?Will Nexus be integrated with Point System so that users could use posts to exchange some points on purchasing things with a discount?Will Nexus need extra security settings on the server than IPB?Will Nexus be secure enough for the users to make reliable online bussiness?Will Nexus support multilingual?Will Nexus have some socket features for the users if they want to make some Client/Server software which need an online validation with Nexus?Thanks.1) The first version is for mainly for software and services, later versions will have support for selling 'real' things.2) A credit system will be introduced in the next version3) You'll want SSL anyway4) We use it for our business5) Yes6) Not sure what you mean by socket features
sychn Posted October 4, 2007 Posted October 4, 2007 1) The first version is for mainly for software and services, later versions will have support for selling 'real' things.2) A credit system will be introduced in the next version3) You'll want SSL anyway4) We use it for our business5) Yes6) Not sure what you mean by socket featuresThanks for the reply. ;) About the 6th, if I make a game or some other software and I want an online validation for the users, I make a login page in the game and it will check the user's account information in the Nexus. Will Nexus have some portal things to make this work?
Josh Posted October 4, 2007 Posted October 4, 2007 Thanks for the reply. ;) About the 6th, if I made a game or some other software and I want a online validation for the users, I make a login page in the game and it will check the user's account information in the Nexus. Will Nexus have some portal things to make this work?There is an API system in IP.Nexus for accessing information. The initial release will have enough for what you are talking about and we'll be adding additional access points in future versions. Here's an example for an API call to get customer info:http://www.yourdomain.com/nexus/admin/api/...=ID;key=authkeyThis would return an xml sheet of info something like this:<?xml version="1.0" encoding="UTF-8" ?> <Nexus_Response> <customer_data> <cust_data_id>1</cust_data_id> <first_name>Test</first_name> <last_name>User</last_name> ... <packages> <package> <cust_pkg_id>1</cust_pkg_id> <cust_data_id>1</cust_data_id> <pkg_def_id>1</pkg_def_id> <cust_pkg_purchase_date>1127188800</cust_pkg_purchase_date> <cust_pkg_renewal_date>1216497163</cust_pkg_renewal_date> <cust_pkg_status>1</cust_pkg_status> <cust_pkg_pricing_discount/> <pkg_name>Some Package</pkg_name> <pkg_type>product</pkg_type> </package> </packages> <invoices> <invoice> <cust_inv_id>1</cust_inv_id> <cust_data_id>1</cust_data_id> <cust_pkg_id>1</cust_pkg_id> <cust_inv_description>Some Package</cust_inv_description> <cust_inv_amount>29.95</cust_inv_amount> <cust_inv_date_generated>1128920400</cust_inv_date_generated> <cust_inv_status>paid</cust_inv_status> <cust_inv_activated>1</cust_inv_activated> </invoice> </invoices> </customer_data> </Nexus_Response>
Alex Posted October 4, 2007 Posted October 4, 2007 Nice to see the API is laid out well in XML form, this means we could easily edit IPB to check for Nexus packages :)
bfarber Posted October 4, 2007 Posted October 4, 2007 What's further to that AH Modding, is Converge supports passing of arbitrary data (through module extensions) - we actually built this in for our IPS Beyond -> Nexus support (which hasn't been set up yet). More information on that to come, but you wouldn't even have to modify IPB if you used Converge.
sychn Posted October 4, 2007 Posted October 4, 2007 There is an API system in IP.Nexus for accessing information. The initial release will have enough for what you are talking about and we'll be adding additional access points in future versions. Here's an example for an API call to get customer info:http://www.yourdomain.com/nexus/admin/api/...=ID;key=authkeyThis would return an xml sheet of info something like this:<?xml version="1.0" encoding="UTF-8" ?> <Nexus_Response> <customer_data> <cust_data_id>1</cust_data_id> <first_name>Test</first_name> <last_name>User</last_name> ... <packages> <package> <cust_pkg_id>1</cust_pkg_id> <cust_data_id>1</cust_data_id> <pkg_def_id>1</pkg_def_id> <cust_pkg_purchase_date>1127188800</cust_pkg_purchase_date> <cust_pkg_renewal_date>1216497163</cust_pkg_renewal_date> <cust_pkg_status>1</cust_pkg_status> <cust_pkg_pricing_discount/> <pkg_name>Some Package</pkg_name> <pkg_type>product</pkg_type> </package> </packages> <invoices> <invoice> <cust_inv_id>1</cust_inv_id> <cust_data_id>1</cust_data_id> <cust_pkg_id>1</cust_pkg_id> <cust_inv_description>Some Package</cust_inv_description> <cust_inv_amount>29.95</cust_inv_amount> <cust_inv_date_generated>1128920400</cust_inv_date_generated> <cust_inv_status>paid</cust_inv_status> <cust_inv_activated>1</cust_inv_activated> </invoice> </invoices> </customer_data> </Nexus_Response>WOW... it's really fantastic. The only thing now I can do is waiting for the price announcement, hope it won't beat my crispy heart too much.
Charle Posted October 5, 2007 Posted October 5, 2007 The product looks very exciting, and I can think of so many uses for it. Looking forward to the public beta!~Elrahc
`Scotty` Posted October 5, 2007 Posted October 5, 2007 Why does IP. Converge use an email though? Same with login for Nexus. I would of preferred to use the username just because it is easier to type in.
sychn Posted October 5, 2007 Posted October 5, 2007 I recommended using both username and email address login.I saw such funtion at http://member1.taobao.com/member/login.jhtml .They also have standard and secure login which can select below the blue login button, though I don't know why the standard login is necessary.
lazywolfy Posted October 9, 2007 Posted October 9, 2007 Let me see if I got this right (from reading a few pages on this topic)...Can I use Nexus CMA to create a custom web page that will allow me to show certain items from my forum, like active topics, board stats, new blogs/gallery's, etc...(NOT UNREAL PORTAL OR SOME 3rd party modification)..I mean a real custom home page? I was thinking of hiring someone to do that for me but if I can do that with Nexus, I'll wait! =)Thanks
`Scotty` Posted October 10, 2007 Posted October 10, 2007 magpie1 you can use IP. Nexus (The CMS moduale) to create a custom webpage. Probaly using a CSS edit or something like used in IP. Board.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.