MDDHosting Forums: Was Thinking - MDDHosting Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Was Thinking

#1 User is offline   Lucky Me 

  • Member
  • PipPip
  • Group: Members
  • Posts: 32
  • Joined: 28-September 08
  • Gender:Male
  • Location:Nebraska
  • Interests:Learning anything to do with webmaster and images, and Internet. Help me to learn how to make some money would be nice :-)

  Posted 11 November 2008 - 08:01 PM

So are we suppose to post the links to our websites here in this forum? :)
Vic
0

#2 User is offline   MikeDVB 

  • Forum Administrator
  • PipPipPipPipPip
  • Group: Staff Administrator
  • Posts: 1,545
  • Joined: 27-September 08
  • Gender:Male
  • Location:Central Indiana, USA

Posted 13 November 2008 - 07:50 PM

View PostLucky Me, on Nov 11 2008, 08:01 PM, said:

So are we suppose to post the links to our websites here in this forum? :)
You can if you want feedback :)
Michael Denney - MDDHosting, LLC - Professional Hosting Solutions
LiteSpeed Powered - Shared, Reseller, Semi-Dedicated, and VPS
Incremental R1Soft CDP Backups on all shared, semi-dedicated, and VPS services!
http://www.mddhosting.com/ - Follow us on Twitter!
0

#3 User is offline   Lucky Me 

  • Member
  • PipPip
  • Group: Members
  • Posts: 32
  • Joined: 28-September 08
  • Gender:Male
  • Location:Nebraska
  • Interests:Learning anything to do with webmaster and images, and Internet. Help me to learn how to make some money would be nice :-)

Posted 20 November 2008 - 11:47 AM

View PostMikeDVB, on Nov 13 2008, 08:50 PM, said:

You can if you want feedback :)

:) Might need more than a feed back LMAO but maybe a kick in the azzz

OK I am starting to get more into the social thing I think, but

having a lot of issues with many parts

Visit My Website

So would like to keep recovery basically out of it and have some fun. I am installing arcade, also can download google and youtube videos, customizing of profiles, etc. What ya think? Also how would a guy get the site into listings like a myspace and facebook
Vic
0

#4 User is offline   Blind Bandit 

  • Member
  • PipPip
  • Group: Members
  • Posts: 99
  • Joined: 30-September 08
  • Gender:Male
  • Location:Washington State

Posted 25 November 2008 - 08:24 PM

View PostLucky Me, on Nov 20 2008, 08:47 AM, said:

:) Might need more than a feed back LMAO but maybe a kick in the azzz

OK I am starting to get more into the social thing I think, but

having a lot of issues with many parts

Visit My Website

So would like to keep recovery basically out of it and have some fun. I am installing arcade, also can download google and youtube videos, customizing of profiles, etc. What ya think? Also how would a guy get the site into listings like a myspace and facebook


Interesting.

unfortunately for some reason your community comes up as not found on this sever. Which is rather odd.

I'll try back later to see if its back up.
0

#5 User is offline   Blind Bandit 

  • Member
  • PipPip
  • Group: Members
  • Posts: 99
  • Joined: 30-September 08
  • Gender:Male
  • Location:Washington State

Posted 26 November 2008 - 09:11 PM

View PostShaunH, on Nov 25 2008, 05:24 PM, said:

Interesting.

unfortunately for some reason your community comes up as not found on this sever. Which is rather odd.

I'll try back later to see if its back up.


Ok the forum is back now, must have been a minor issue.
0

#6 User is offline   Lucky Me 

  • Member
  • PipPip
  • Group: Members
  • Posts: 32
  • Joined: 28-September 08
  • Gender:Male
  • Location:Nebraska
  • Interests:Learning anything to do with webmaster and images, and Internet. Help me to learn how to make some money would be nice :-)

Posted 16 December 2008 - 04:30 PM

View PostShaunH, on Nov 26 2008, 10:11 PM, said:

Ok the forum is back now, must have been a minor issue.

Not really a minor issue LOL but a issue that is resolved now. However I really am tired of the forums thing I have found this http://www.boonex.com/ which I really want to do :) but am having trouble with just part of the installation of it, toward the bottom after making the cron http://www.boonex.co...DetailedInstall which I am having issues with

Quote

For WINDOWS:

1) create batch files for every cron you wish to create. For example:
c:\wamp\www\periodic\cmd.bat
c:\wamp\www\periodic\notifies.bat
c:\wamp\www\periodic\cupid.bat

This are sample contents of the above mentioned files:

c:\wamp\www\periodic\cmd.bat:

c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cmd.php

c:\wamp\www\periodic\notifies.bat:

c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\notifies.php

c:\wamp\www\periodic\cupid.bat:

c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cupid.php

2) then assign crons for these files this way:

schtasks /Create /tn cmd_cron /sc DAILY /st 00:00:00 /tr c:\wamp\www\periodic\cmd.bat (to run every day at midnight)
schtasks /Create /tn notifies_cron /sc MINUTE /mo 10 /tr c:\wamp\www\periodic\notifies.bat (to run every 10 minutes)
schtasks /Create /tn cupid_cron /sc HOURLY /mo 1 /tr c:\wamp\www\periodic\cupid.bat (to run every 1 hour)


Permission Reversal ¶

Now you should set the post-installation permissions and after delete the install folder.

* Using FTP client.

Log into your FTP account using your favorite FTP client and navigate to the folder in which you have installed Dolphin script.

Notice the chmod commands for specified folders and files on the final installation screen and set the following permissions using right click on the corresponding files and folders:

755 for folders (755 means that the objects possessing these permissions will be readable and executable).
644 for files (644 means that such objects will be only readable).


* Using shell client.

Log into your shell account using your favorite shell client and change directory for that which contains your installed Dolphin script. Now run the following commands under your SSH prompt:

chmod 755 ./inc ./periodic
chmod 644 ./periodic/cmd.php ./periodic/notifies.php ./periodic/cupid.php ./ray/modules/global/inc/header.inc.php


Now you must delete the /install folder.


I really would like to get this going I think it would be a lot of fun!
Vic
0

#7 User is offline   Blind Bandit 

  • Member
  • PipPip
  • Group: Members
  • Posts: 99
  • Joined: 30-September 08
  • Gender:Male
  • Location:Washington State

Posted 17 December 2008 - 05:36 AM

View PostLucky Me, on Dec 16 2008, 01:30 PM, said:

Not really a minor issue LOL but a issue that is resolved now. However I really am tired of the forums thing I have found this http://www.boonex.com/ which I really want to do :) but am having trouble with just part of the installation of it, toward the bottom after making the cron http://www.boonex.co...DetailedInstall which I am having issues with



I really would like to get this going I think it would be a lot of fun!


Interesting it looks like a CMS unless I'm mistaken.

i've heard of it before thought.

If you get it up and working please fill us in on how it goes?

I'm currently considering Tiny portal with SMF. But then again I've not made a final decisions and SMF is taking a really long time to get Version 2 out.
0

#8 User is offline   MikeDVB 

  • Forum Administrator
  • PipPipPipPipPip
  • Group: Staff Administrator
  • Posts: 1,545
  • Joined: 27-September 08
  • Gender:Male
  • Location:Central Indiana, USA

Posted 17 December 2008 - 09:38 PM

View PostShaunH, on Dec 17 2008, 05:36 AM, said:

Interesting it looks like a CMS unless I'm mistaken.

i've heard of it before thought.

If you get it up and working please fill us in on how it goes?

I'm currently considering Tiny portal with SMF. But then again I've not made a final decisions and SMF is taking a really long time to get Version 2 out.

I'm still waiting on IPBv3 before I make the final decision between vBulletin and IPB.
Michael Denney - MDDHosting, LLC - Professional Hosting Solutions
LiteSpeed Powered - Shared, Reseller, Semi-Dedicated, and VPS
Incremental R1Soft CDP Backups on all shared, semi-dedicated, and VPS services!
http://www.mddhosting.com/ - Follow us on Twitter!
0

#9 User is offline   Blind Bandit 

  • Member
  • PipPip
  • Group: Members
  • Posts: 99
  • Joined: 30-September 08
  • Gender:Male
  • Location:Washington State

Posted 18 December 2008 - 02:53 AM

View PostMikeDVB, on Dec 17 2008, 06:38 PM, said:

I'm still waiting on IPBv3 before I make the final decision between vBulletin and IPB.


I saw thats in beta.

I wish I could afford that kind of software. Maybe in the future. I admit Vb / IPB generally are more standard at least from a member prospective.

Good luck I don't know which to choose they both seem good.

Ughh I need to make some more money so I can actually afford the good stuff.lol
0

#10 User is offline   Lucky Me 

  • Member
  • PipPip
  • Group: Members
  • Posts: 32
  • Joined: 28-September 08
  • Gender:Male
  • Location:Nebraska
  • Interests:Learning anything to do with webmaster and images, and Internet. Help me to learn how to make some money would be nice :-)

Posted 18 December 2008 - 06:00 PM

View PostShaunH, on Dec 17 2008, 06:36 AM, said:

Interesting it looks like a CMS unless I'm mistaken.

i've heard of it before thought.

If you get it up and working please fill us in on how it goes?

I'm currently considering Tiny portal with SMF. But then again I've not made a final decisions and SMF is taking a really long time to get Version 2 out.

Well this is more of a myspace type of thing :) which I love! LOVE!

I finally got it working Visit My Website however I am going to get a different domain name for it just haven't though of a creative name yet...something besides recovery...I want something that everyone would want to be a part of.

I think this is what I have been looking forward to doing. I have a few names that I have thought of but so far I am procrastinating :) .
Vic
0

#11 User is offline   Blind Bandit 

  • Member
  • PipPip
  • Group: Members
  • Posts: 99
  • Joined: 30-September 08
  • Gender:Male
  • Location:Washington State

Posted 09 January 2009 - 11:45 PM

View PostLucky Me, on Dec 18 2008, 03:00 PM, said:

Well this is more of a myspace type of thing :) which I love! LOVE!

I finally got it working Visit My Website however I am going to get a different domain name for it just haven't though of a creative name yet...something besides recovery...I want something that everyone would want to be a part of.

I think this is what I have been looking forward to doing. I have a few names that I have thought of but so far I am procrastinating :) .


Lucky who did your fav con and your nice animated banner?
0

#12 User is offline   bunnykins 

  • Member
  • PipPip
  • Group: Client Moderators
  • Posts: 143
  • Joined: 27-September 08
  • Gender:Female

Posted 18 January 2009 - 07:40 AM

Not a huge fan of VB but I like the logo specially the water effect.
You should maybe get another skin/ theme instead of using the default VB one.
My name is Amy and I enjoy helping people with web sites.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users