NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Couple of coding questions Help Needed Badly

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
5 members in live chat ~  


Reply
 
LinkBack Thread Tools
Old 12-04-2010, 09:00 PM THREAD STARTER               #1 (permalink)
NamePros Regular
Join Date: Jul 2010
Posts: 447
domainpush is a jewel in the roughdomainpush is a jewel in the roughdomainpush is a jewel in the rough
 



Help! Couple of coding questions Help Needed Badly


I was wondering about a couple of things while building my website.

First, I am currently using simple pages. Example, index.html, order.html, about.html. Should I be doing this? Is this seo friendly urls? Also this site will require paid memberships. How should I save my membership pages? I assume it should be something difficult like jgh/%ggk?.html. Is this right?
????: NamePros.com http://www.namepros.com/programming/690264-couple-coding-questions-help-needed-badly.html

Finally, I will be buying WHMCS for my billing software. Does this include scripts for membership loging in & out? Also, if someone lands on a membership page without being a member, how do you keep them from viewing?

I apologize for all these questions but these things seriously are out of my league. LOL
domainpush is offline   Reply With Quote
Old 12-04-2010, 09:06 PM   #2 (permalink)
New Member
Join Date: Nov 2010
Location: Canada
Posts: 19
ubservers is an unknown quantity at this point
 




Originally Posted by domainpush View Post
Finally, I will be buying WHMCS for my billing software. Does this include scripts for membership loging in & out? Also, if someone lands on a membership page without being a member, how do you keep them from viewing?
????: NamePros.com http://www.namepros.com/showthread.php?t=690264

I apologize for all these questions but these things seriously are out of my league. LOL
WHMCS is a billing and support center. This offers a login/logout system in order for your clients to view their account including: invoices, support tickets, etc.

If you want other pages to be accessible only by some users whmcs won't be able to do so.
__________________
UBservers.com - Reliable LiteSpeed Web Hosting Service | 99.9% up-time | R1Soft Hourly Backups | Since 2008!
LiteSpeed Web Servers | cPanel | Softaculous | RVSite Builder
LiteSpeed Hosting - VPS - Dedicated Servers - Cloud Servers [US/EU/Linux/Windows]
ubservers is offline   Reply With Quote
Old 12-04-2010, 09:12 PM THREAD STARTER               #3 (permalink)
NamePros Regular
Join Date: Jul 2010
Posts: 447
domainpush is a jewel in the roughdomainpush is a jewel in the roughdomainpush is a jewel in the rough
 



Originally Posted by ubservers View Post
WHMCS is a billing and support center. This offers a login/logout system in order for your clients to view their account including: invoices, support tickets, etc.
????: NamePros.com http://www.namepros.com/showthread.php?t=690264

If you want other pages to be accessible only by some users whmcs won't be able to do so.
Who do you recommend? I need all of this to be done by one script. So WHMCS is only good for collecting money, support, and billing? What do I use for logging in and out?
domainpush is offline   Reply With Quote
Old 12-04-2010, 09:15 PM   #4 (permalink)
New Member
Join Date: Nov 2010
Location: Canada
Posts: 19
ubservers is an unknown quantity at this point
 




Originally Posted by domainpush View Post
Who do you recommend? I need all of this to be done by one script. So WHMCS is only good for collecting money, support, and billing? What do I use for logging in and out?
It depends on what you need to do. You can use built-in solutions like Wordpress, Joomla, etc
????: NamePros.com http://www.namepros.com/showthread.php?t=690264

Or you need to make it yourself if you know how to use PHP or other programing languages like JSP.

You need to use sessions
__________________
UBservers.com - Reliable LiteSpeed Web Hosting Service | 99.9% up-time | R1Soft Hourly Backups | Since 2008!
LiteSpeed Web Servers | cPanel | Softaculous | RVSite Builder
LiteSpeed Hosting - VPS - Dedicated Servers - Cloud Servers [US/EU/Linux/Windows]
ubservers is offline   Reply With Quote
Old 12-04-2010, 09:21 PM THREAD STARTER               #5 (permalink)
NamePros Regular
Join Date: Jul 2010
Posts: 447
domainpush is a jewel in the roughdomainpush is a jewel in the roughdomainpush is a jewel in the rough
 



I need to be able to let people pay for memberships and then instantly have access to my website after paying. I need to set up member only pages for paid users.
domainpush is offline   Reply With Quote
Old 12-04-2010, 09:24 PM   #6 (permalink)
New Member
Join Date: Nov 2010
Location: Canada
Posts: 19
ubservers is an unknown quantity at this point
 




Originally Posted by domainpush View Post
I need to be able to let people pay for memberships and then instantly have access to my website after paying. I need to set up member only pages for paid users.
So what you could do is include WHMCS as your client area and your member registration.
????: NamePros.com http://www.namepros.com/showthread.php?t=690264

Then, you could link those accounts within your site by adding those users to your Database and letting them view the member site with session handling. You at least need to use PHP for this.

Hope this helps!
__________________
UBservers.com - Reliable LiteSpeed Web Hosting Service | 99.9% up-time | R1Soft Hourly Backups | Since 2008!
LiteSpeed Web Servers | cPanel | Softaculous | RVSite Builder
LiteSpeed Hosting - VPS - Dedicated Servers - Cloud Servers [US/EU/Linux/Windows]
ubservers is offline   Reply With Quote
Old 12-04-2010, 09:34 PM THREAD STARTER               #7 (permalink)
NamePros Regular
Join Date: Jul 2010
Posts: 447
domainpush is a jewel in the roughdomainpush is a jewel in the roughdomainpush is a jewel in the rough
 



Originally Posted by ubservers View Post
So what you could do is include WHMCS as your client area and your member registration.

Then, you could link those accounts within your site by adding those users to your Database and letting them view the member site with session handling. You at least need to use PHP for this.

Hope this helps!
Thanks but that completely blows my mind. I know how to build websites using html but that it the extent of it. Any step by step articles on how to do that? Does Joomla accomplish these tasks?
domainpush is offline   Reply With Quote
Old 12-04-2010, 09:48 PM   #8 (permalink)
New Member
Join Date: Nov 2010
Location: Canada
Posts: 19
ubservers is an unknown quantity at this point
 




Originally Posted by domainpush View Post
Thanks but that completely blows my mind. I know how to build websites using html but that it the extent of it. Any step by step articles on how to do that? Does Joomla accomplish these tasks?
What is the content you want your users to access? Simple static content? Specific service? Dynamic pages?
????: NamePros.com http://www.namepros.com/showthread.php?t=690264

If you don't know what you are doing, you'd better use an already made solution/script.

What is the site you need?
__________________
UBservers.com - Reliable LiteSpeed Web Hosting Service | 99.9% up-time | R1Soft Hourly Backups | Since 2008!
LiteSpeed Web Servers | cPanel | Softaculous | RVSite Builder
LiteSpeed Hosting - VPS - Dedicated Servers - Cloud Servers [US/EU/Linux/Windows]
ubservers is offline   Reply With Quote
Old 12-04-2010, 09:51 PM   #9 (permalink)
NamePros Member
Join Date: Jul 2010
Location: Orange County, CA USA
Posts: 25
mannydmorales is an unknown quantity at this point
 



Why don't you just PM me with the details of your site, include number of pages and what exactly you wish to accomplish, and what your site does and I would be willing to offer you some advice or services.
mannydmorales is offline   Reply With Quote
Old 12-04-2010, 10:49 PM THREAD STARTER               #10 (permalink)
NamePros Regular
Join Date: Jul 2010
Posts: 447
domainpush is a jewel in the roughdomainpush is a jewel in the roughdomainpush is a jewel in the rough
 



The content is a huge list of wholesalers. I want to give paid access to this list of suppliers to my paying members. Basically just a list that people can skim through. They would be able to click on each wholesaler and get the companies contact info to buy wholesale from them. Does WHMCS update the mysql to do this and give access to members?
Last edited by domainpush; 12-04-2010 at 11:00 PM.
domainpush is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some quick coding needed for Custom WebCart JayA Web Development Wanted 1 05-18-2010 03:57 PM
Simple coding needed! -Alex- Web Development Wanted 5 03-02-2009 07:07 AM
Couple of questions about my site... driftjunke Web Design Discussion 2 08-02-2004 09:57 AM
MP3 Player Coding Help Needed dumai Programming 0 05-22-2004 01:41 PM

 
All times are GMT -7. The time now is 02:41 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger