Posts tagged this
IS THERE AN APP OR SITE THAT’S LIKE THIS?
May 18th
Question by :
Is there an app or site that is like this?
Now me being the person who adores video games and doesnt do well in school had an epiphany and I also thought it might already exist. In WoW, for example, I love watchinf the XP bar fill up as I get closer to my goal of gaining a level (or most recently cenarion expedition rep), would an xp bar exist for real life things as you input data and it would fill up or decrease and fir certain things level up? It could help so many people like myself actually get things done, like drumming or drawing, or get my grades up. I mean why take the game away from the gamer when it can br played another way? If not, someone make one. Id do it but i dont know scripting
Read More >>
WHAT SCRIPT OR SOFTWARE DOES THIS SITE USE?
Apr 24th
Question by k.bryk:
What script or software does this site use?
I was wondering what software or script this website uses, I have seen many sites using this I have always wondered what it was.
http://perezhilton.com/
I’m not asking about the scripting language I was wondering if there actually was one I could download or buy? if it as a name, I know there is like a youtube script, a image upload script something of that sort?
Thanks.
Read More >>
NEED HELP PUTTING THIS JAVASCRIPT ON A PAGE ON A SITE. PLEASE?
Apr 3rd
Question by Jim B:
Need help putting this javascript on a page on a site. please?
REAL SIMPLE – TEST THIS PAGE FOR A DEAD LINK…?
Mar 28th
Question by Andrew C:
Real Easy – Test this page for a dead link…?
AM I ON CRACK???
I am using the script PHPfox and they appear to have a dead link in their RSS feed. I have used different computers, the dead link shows up in Google Webmaster Tools, and I have tested in it in Browser shots, all show that their is a dead link.
This issue can be seen here in their live demo (note: this is with World wide web Explore and some of the other browsers, Firefox does not have a problem.)
http://live.phpfox.com/demo/public/rss/act_blogs/rss_10/
On the top of the page their is the title “phpFoX Konsort v1.6.21 :: Blogs” that points to the link:
http://live.phpfox.com/demo/blogs/
And I get an error code after what appears to be the script trying to load the user “blogs”
Yet phpfox support is insistent that the link is working on their end. I have looked at multiple sites, on multiple browsers, multiple comps, and have yet to see this link work. Not to mention Google is reporting this dead link as well.
Please give me some views on what you guys see, if you do get a link let me know what browser and version you are using.
Thanks everyone.
Do I need to grow some tits to get an answer?
Read More >>
THERE IS SOMETHING WRONG WITH THIS HTML SCRIPT. PLEASE FIX IT?
Feb 13th

Question by runescapelillie:
There is something wrong with this html script. please fix it?
here it is:
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- Resume and job info
- My favorite sites
- Stuff about me.
My resume.
Programming info
Animating info
Web game designer info.
I CANNOT script html do not give me a link.
This script is from dreamweaver I only know LUA.
Read More >>
WHATS YOUR OPINION ABOUT THIS SITE ?
Feb 3rd
Question by hamooo_ l:
whats your view about this site ?
hi i want your openion about this site
http://www.7elm3aber.com
http://www.7elm3aber.com/vb
and please tell me how can i find script like its main 7elm3aber.com
themes and games and ringtons for mobile
Read More >>
WHAT SCRIPT THIS SITE IS USING? TRUMORS.COM?
Jan 20th
Question by ZIGX:
What script this site is using? Trumors.com?
I am just wondering what script this website is using. It has bunch of listings comming from ebay. I want to set up the same thing with ebay or maube with nextag if possible? Any thought? Thanks!
Read More >>
WHAT SCRIPT IS USED IN THIS SHOPPING WEBSITE?
Jan 1st
Question by :
What script is used in this shopping website?
Hello
Can someone tell me what script is used in this website..?
http://www.switchflops.com/cart/home.php
and the javascript used in the scrolling and draggable content..?
I would like to make a website just like that..
so… please..
thanks ~
Read More >>
WHAT DOES THIS SCRIPTING MEAN AND WHENEVER I UPLOAD IT TO MY WEBPAGE IT DOESNT WORK PLEASE HELP?
Nov 18th
Question by The questionaire:
What does this scripting mean and whenever I upload it to my webpage it doesnt work please help?
Configuration Section
# Edit these variables!
local %config;
# The Base Directory. We need an
# absolute path for the base directory.
# Include the trailing slash. THIS SHOULD
# NOT BE WEB-ACCESSIBLE!
$ config{‘basepath’} = ‘/home/hahnfld/auctiondata/’;
# Shut Auction Directory
# This is where shut auction items are stored.
# Leave this blank if you do not want to store
# shut auctions. It can potentially take
# up quite a bit of disk space.
$ config{‘closedir’} = ‘closed’;
# User Registration Directory
# This is where user registrations are stored.
# Leave this blank if you do not want to
# require registration. It can potentially
# take up quite a bit of disk space.
$ config{‘regdir’} = ‘reg’;
# List each directory and its associated
# category name. These directories should
# be subdirectories of the base directory.
%category = (
computer => ‘Computer Hardware and Software’,
elec => ‘Consumer Electronics’,
other => ‘Other Junk’,
);
# This is the password for deleting auction
# items.
$ config{‘adminpass’} = ‘auction’;
# You need to assign either a mail program or
# a mail host so confirmation e-mails can
# be sent out.
# Leave one commented and one uncommented.
#
# YOU NEED EITHER A MAIL PROGRAM
# $ config{‘mailprog’} = ‘/usr/lib/sendmail -t’;
#
# OR YOU NEED A MAIL HOST (SMTP)
$ config{‘mailhost’} = ‘localhost’;
# This line should be your e-mail address
$ config{‘admin_address’} = ‘nobody@yourhost.com’;
# This line should point to the URL of
# your server. It will be used for sending
# “you have been outbid” e-mail. The script
# name and auction will be appended to the
# end automatically, so DO NOT use a trailing
# slash. If you do not want to send outbid
# e-mail, leave this blank.
$ config{‘scripturl’} = ‘www.your.host.com’;
# This will let you define colors for the
# tables that are generated and the
# other page colors. The default colors
# create a nice “professional” look. Must
# be in hex format.
$ config{‘colortablehead’} = ‘#BBBBBB’;
$ config{‘colortablebody’} = ‘#EEEEEE’;
# Site Name (will appear at the top of each page)
$ config{‘sitename’} = ‘Your Site Name Here’;
# You can configure your own header which will
# be appended to the top of each page.
$ config{‘header’} =< <"EOF";
|
$ config{‘sitename’} Online Auction |
EOF
# You can configure your own footer which will
# be appended to the bottom of each page.
# Even though not required, a link back to
# everysoft.com will help to support future
# development.
$ config{‘footer’} =< <"EOF";
EOF
# Sniper Protection… How many minutes
# past last bid to hold auction. If auctions
# should close at exactly closing time, set
# to zero.
$ config{‘aftermin’} = 5;
# File locking enabled? Should be 1 (yes)
# for most systems, but set to 0 (no) if you
# are getting flock errors or the script
# crashes.
$ config{‘flock’} = 1;
# User Posting Enabled- 1=yes 0=no
$ config{‘newokay’} = 1;
Read More >>
CAN SOMEONE TELL ME A SITE LIKE THIS OR BETTER THAN ▼ THAT GIVE ME FREE SUBDOMAIN NOT DOMAIN?
Nov 17th
Question by Alaa YoSeF:
Can someone tell me a site like this or superior than ▼ that give me free subdomain not domain?
http://www.newsit.es/
(Click above to go to this free web site hosting service.)
Interests: Personal, Business.
Free Web Space: 20,000 MB.
Forced Ads: No ads (bannerless).
Your Ads: Allowed.
Upload: FTP, Browser.
Editor: Advanced, Basic, WYSIWYG.
Scripting: PHP.
Pre-Scripts: –
Your URL: Top-level domain name, or Subdomain.
Other Features: Bandwidth limit 300,000 MB/month.
Layered Panel.
PHP5, MySQL databases.
Addon domain.
AwStats statistics.
1-click scripts installer (like Fantastico).
Instant activation.
File size limit 10 MB.
No account expiration.
Multiple accounts granted (unlimited).
Read More >>








