Navigation

    H7

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. teasers
    T
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    teasers

    @teasers

    0
    Reputation
    12
    Posts
    379
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    teasers Follow

    Posts made by teasers

    • TIP – Creating a Cron Job for MySQL Database Cleaning

      Here is how you create a cron job on your server for performing a 'cleanAllOlder' task:

      1- Login to your server using SSH

      2-

      cd /etc
      nano crontab

      3- add following code to your crontab file, replacing 'YourURL' (and 'jabbercam', if different) with the one below

      0 * * * * /usr/bin/wget -q -O /dev/null http://YourURL/jabbercam/admin.php?task=cleanAllOlder

      4- exit nano by saving the file:

      CTRL+X
      y
      ENTER

      5- execute:

      crontab crontab

      That's it!

      Above example sets cron job to run evey hour. Other examples are:

      15 5 * * * every day at 05:15
      0 * * * * hourly

              • every minute
                */15 * * * * every 15 minutes
                0 2,10,19 * * * run 3 times a day: at 02.00, 10.00 and 19.00 hours
      posted in Tech Support
      T
      teasers
    • RE: Importing Flex Project into Adobe Flash Builder 4

      OK..

      1- Find the '.project' file. Double click to open. Windows will give the warning that it cannot open the file. Choose 'select a program from a list of installed programs'. Choose whether notepad or wordpad. You may want to UNcheck the box below, so notepad doesn't become the default program to open this kind of file.

      2- Change this line <name>ChatRouletteClone</name>
      to something else, or do this on the .project file in the other folder. You may have 2 projects with the same name.

      posted in Tech Support
      T
      teasers
    • Working with version 4.1 on Adobe Flash Builder – Last Minute Tips

      You have imported your '4.1.fxp' file into Adobe Flash Builder and getting this error: "ADOBE FLASH PLAYER NOT FOUND" in a pop-up window.

      TIP:

      1- Click on the name of your package in the 'Package Explorer' window 'once', so the name of the package is highlighted

      2- Choose File > Properties
      then go down below and click on: 'Flex Compiler'

      3- You'll see 'HTML wrapper' below.
      Click and enable 'Generate HTML Wrapper File' box.

      4- You can safely click 'yes' on warning window about overwriting wrapper files which comes up after that.

      That's it.

      posted in Tech Support
      T
      teasers
    • RE: Importing Flex Project into Adobe Flash Builder 4

      Hello offblast..

      –-----------
      assets
      html-template
      libs
      red5_serverapp
      src
      .actionScriptProperties
      .flexproperties
      .project

      This is the folder you need. Just copy those files to a safe folder on your hard-drive (i.e. create a folder called 'works', or whatever)

      Then follow step 4 above -- on Adobe Flash Builder. Simply choose 'Project Folder' and browse to that location (choose 'works' folder). Don't get confused with 'fxp' there. THere is no .fxp file in the file you downloaded. You just tell Adobe Flash Builder that where your files are. It doesn't have to be in .fxp format.

      When you once set this location and import files, then you can always save the project in an .fxp format on your hard-drive as a backup.

      Don't get confused by what Flash Builder says at that point: Import Flex Project (FXP)
      You can import from a folder, and you already have it.

      posted in Tech Support
      T
      teasers
    • About history.css and history.js

      I want to learn how important enabling history function is.
      What changes exactly if I disable this function and delete history.css and history.js?
      I think this is about enabling a javascript "back" function in the browser. Assuming I am using only the horizontal.swf, do I really need this?

      Thank you :-)

      posted in Tech Support
      T
      teasers
    • RE: Status messages at the bottom

      That's better, yes. Thanks for the tip.

      posted in Tech Support
      T
      teasers
    • Status messages at the bottom

      I am working on a new design and wondering if removing those:

      'Your ID', 'Partner ID', 'Call Status'

      status messages at the bottom of the swf file completely?

      posted in Tech Support
      T
      teasers
    • Version 4.0 on Red5: Last minute tips

      You switched to version 4.0 on Red5, uploaded everything to your server, made changes in config.php and your script is still not working??

      TIP: Did you double-check the Red5 Connect URL?
      The Red5 Connect URL must be:

      rtmp://YourServerIP/JabberCamApp
      ```Beginning version 4.0, the name of the application is not ChatrouletteApp anymore. So, you must change this line from
      

      rtmp://YourServerIP/ChatrouletteApp to
      rtmp://YourServerIP/JabberCamApp

      posted in Tech Support
      T
      teasers
    • RE: Importing GeoIP data to Govido

      Well.. yes it is :-)
      If I was in your place, I wouldn't even put geolocating :-)

      posted in Tech Support
      T
      teasers
    • Importing Flex Project into Adobe Flash Builder 4

      As I noticed some posts about troubles importing the Flex project into Adobe Flash Builder 4, I decided to open this thread. You will also get rid of those error messages in Adobe Flash Builder 4 (around 20-30).

      1- Download and Install Adobe Flash Builder 4 from Adobe. Choose 60-days trial when installing.

      2- Unzip 'Flex_Project.zip' (which is in your 'ChatRouletteClone_x_x_zip' file) to any location on your hard drive

      3- Launch Adobe Flash Builder 4 program

      4- Go to: File > Import Flex Project (FXP) –- Choose 'Project Folder' and hit Browse. Choose the Folder where you unzipped your 'Flex_Project.zip' (i.e. D: hard-drive, 'Flex_Project' --- Hit 'Finish'

      5- On the upper left corner of Adobe Flash Builder 4, in the Package Explorer view, click 'Flex_Project' once, then choose: File > Properties from menu above.

      6- You'll see Resource, Builders, Data Model...... Click on 'Flex Compiler'

      7- Choose: Use a specific SDK > Flex 3.5
      Then choose 'Use a specific version' and fill in 10.0.0
      Hit OK.

      8- Still seeing Problems? Just wait a few seconds... Adobe Flash Builder 4 is working, and you'll see that on the bottom right corner telling: 'Building workspace'!!.... After a few seconds: Voila! all problems disappear.. You can now work on the project and export it without any problems.

      Well.. and good luck! You have just started :-)
      You can try self-learning the software, and/or you can watch those video tutorials on Adobe website to learn the basics:
      http://tv.adobe.com/show/flex-in-a-week-day-1/ .. and continue on Day 2, 3, 4, 5

      posted in Tech Support
      T
      teasers