Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ryoutsu

Members
  • Joined

  • Last visited

  1. In the install.php code I found a section that had the saem explanation as the error I get, but I don't exactly know what to do with it: if (!$e->hasErrors()) { $res = @chmod(BASE_FULL_DIRECTORY . MEDIA_ORIGINALS_DIRECTORY, 0777); if (!$res) { $e->add("Unable to set permissions on directory: " . MEDIA_ORIGINALS_DIRECTORY); } $res2 = @chmod(BASE_FULL_DIRECTORY . MEDIA_INCOMING_DIRECTORY, 0777); if (!$res2) { $e->add("Unable to set permissions on directory: " . MEDIA_INCOMING_DIRECTORY); } $res3 = @touch(BASE_FULL_DIRECTORY . MEDIA_INCOMING_DIRECTORY . '/index.html'); } Thanks for all your help
  2. I am planning to use a better web hosting when I get the site up, but until I get my edits done, I want to use a free host, just to test things out. But I can't get this particular cms to work out. so I was wondering if someone can help me out...
  3. yeah, I thought of that to and tried that out, but am still getting the same result.
  4. I am making a band site that can be edited by other band member who have a lack of html knowledge. Thus, i thought of creating a CMS site. And to do this, I was going to use some open source scripts but I am unabe to get them to open. I am currently using a free web host ( I have tried several out and none work) Here is the CMS open scripts that I am using: http://www.stashcms.com/ http://sourceforge.net/projects/rockband/ http://www.auditionrocks.com/ I believe I have done every thing correct. I created a MySQL database and uploaded all the files on File Management area. I chmod some of the files (if they say to do so on the install area), and I go to the install section section and open the install.php and all of them fail. Stash tells me to chmod the files which I already have, Rockband gives me an error, and Audition takes me to the login page but when I type in the necessary info, it returns an error saying: * Unable to set permissions on directory: /media/originals * Unable to set permissions on directory: /media/incomingsaying Can someone help me with this problem, what am I doing wrong? I really need to get this site up soon...But I gotta be able to iew the site first, so I can edit it and get it ready... Thanks for your time.
  5. I am creating a web site using Stash: http://www.stashcms.com/ And I want to test it before i buy a domain and web host etc. but the free web hosts i could find, only had one MySQL database, and I couldn't figure out how to install it. Can someone help me in installing this app on a free web server? Thanks alot
  6. ryoutsu replied to ryoutsu's topic in Server Side
    Ok, so here is the script i got for the login scetion: "<? function isLogged($UserName, $PassWord, $LogInPage) { //Without this, PHP will create a local //variable called $HTTP_COOKIE_VARS. global $HTTP_COOKIE_VARS; $Entered_UserName = ""; $Entered_PassWord = ""; if(isset($HTTP_COOKIE_VARS["UserName"]) && isset($HTTP_COOKIE_VARS["PassWord"])) { $Entered_UserName = $HTTP_COOKIE_VARS["UserName"]; $Entered_PassWord = $HTTP_COOKIE_VARS["PassWord"]; } if($Entered_UserName != $UserName || $Entered_PassWord != $PassWord) { //$LogInPage should be the name of an existing file //with alternative web content. If you don't wish to //provide such content, just pass the empty string. if($LogInPage != "") include($LogInPage); return(false); } else return(true); } ?>" and "<form name="login"> <table align="center" cellpadding="10" cellspacing="0" border="1"> <tr> <td>User Name </td> <td><input type="text" name="UserName" /></td> </tr> <tr> <td>Password</td> <td><input type="password" name="PassWord" /></td> </tr> <tr> <td colspan="2" align="right"> <input type="button" value="log in" onclick="document.cookie = 'UserName=' + document.login.UserName.value; document.cookie = 'PassWord=' + document.login.PassWord.value; document.EmptyForm.submit();"> </td> </tr> </table> </form> <form name="EmptyForm" method="post"> </form>" Now, because I don't need a register section, so all I need is set a login and password name. If say I set that login = "hello" and password = "world", how do I set that and what type of page should that lead to? When the admin is logged in he would be able to use several PHP applicatins to upload pictures, etc. Thanks alot and sorry for my ignorance.
  7. ryoutsu replied to ryoutsu's topic in Frontend
    hmm. I'll try that out. thanks. I still might need a little help later though. Again, thanks alot.
  8. ryoutsu replied to ryoutsu's topic in Server Side
    I am studying up on the different languages but I am not good enough in them to create such an app... So, I have been searching for different open source scripts but I am having a hard time, finding one similar to mine, where only the admin can upload photos, and others can view it without logging in... Here are some of the ones I had been lokking into: http://www.scripts.com/php-scripts/image-gallery-scripts/ And thank for your help.
  9. ryoutsu replied to ryoutsu's topic in Server Side
    ok, I'll try that out thanks
  10. ryoutsu posted a topic in Server Side
    The frequent admin for the site I am making is going to be one with no knowledge of HTML. But he is only going to be changing some aspects of the site such as uploading new photos, updating newest posts, etc. So, that is fine. And any editing that requires editing code will be done by me. The question is this, I need to have some sort of log in system that allows for the other admin to log in make his changes. But I do not want that log in sectin to be apparent on the site, so other viewers won't mistaken it as something else. Is there a way to do this? Or is there a totally different way to think about this which is more productive? Thanks for your help.
  11. ryoutsu posted a topic in Frontend
    I believe this can be done in Javascript but I am not so sure, I need a section on my home page, where the admin can post new information about the site, but it needs to delete the earlier post and show the new post instead. How would I do this? Thanks you.
  12. I am really a beginner so I need a lot of help. I need to impliment several PHP apps in defferent pages of my site. I just don't know how...I mean literally. If I have page built in HTML, with a CSS file attached to it, and in a portion or the whole main page, i need to have a PHP file such as a Photo Gallery. I need help in figuring out how to do this. Thanks in advanced.
  13. hmm that looks pretty good. But it brought up another question, is there a way to run different domain names through one domain name? So, although the actual domain name is yoursite.com, it can show other domain names with a site per hidden-domain, so that there is yoursite1.com and yoursite2.com which have there individual sites but what is displayed in the URL bar is yoursite1.com and yoursite2.com. Does that make sense?
  14. ryoutsu posted a topic in Server Side
    I am new at web designing so I need a lot of help. I need a photo uploading section on my website, very much like facebook or myspace, where one with no knowledge of html can upload a picture and it will show up on the site, so that there is a small thumbnail and when it is clicked a new page will open with a larger image. Thanks in advanced.
  15. So there is a limit? I've seen some unlimited domain name commercials like: http://www.hostmonster.com/ but how much does each domain cost? So, it would be fine to run many sites with different domain names, with different admins off one account? Sorry, I am new at this, I really appreciate your help.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.