Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4214
Latest: thatsjustit
New This Month: 5
New This Week: 3
New Today: 0
Stats
Total Posts: 42792
Total Topics: 7455
Most Online Today: 77
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 24
Total: 24

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Wonga

Pages: 1 2 3 [4]
46
Bugs / Re: Error message in SQL?
« on: September 04, 2007, 08:03:00 pm »
Cool... I found a bug!  :D

47
Support / Images in Category
« on: September 04, 2007, 08:02:03 pm »
Is the number of images I enter when creating a new category apply for each listing?

ie.. select 2 images - does that mean when someone creates a listing they can only use 2 images or is it when more than 2 listings are created there are no images left available?

bit confused with this one!  ???

48
Bugs / Error message in SQL?
« on: September 04, 2007, 12:35:26 am »
I get this message when I go to edit a listing

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
File: /home/*******/public_html/forum/Sources/Load.php(1750) : eval()'d code
Line: 3337

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.3, while your database is at version 1.1. The above error might possibly go away if you execute the latest version of upgrade.php.


Any help on what I have to do to fix it thanks.. in plain English would be great  ;D

49
Presales for Products / Re: fsockopen enabled in PHP
« on: September 04, 2007, 12:16:09 am »
Thanks everyone.... I have purchased and installed great  :D

50
Presales for Products / Re: fsockopen enabled in PHP
« on: September 03, 2007, 11:20:56 pm »
Thanks SMFHacks,

when i click on your example I get the same as when I did on mine.. attached is the image of it..

That's what's throwing me cause it looks wrong....


51
Presales for Products / Re: fsockopen enabled in PHP
« on: September 03, 2007, 10:54:21 pm »
Try this php script.
Code: [Select]
<?php
$fp 
fsockopen("www.google.com"80$errno$errstr30);
if (!
$fp) {
    echo 
"$errstr ($errno)<br />\n";
} else {
    
$out "GET / HTTP/1.1\r\n";
    
$out .= "Host: www.example.com\r\n";
    
$out .= "Connection: Close\r\n\r\n";

    
fwrite($fp$out);
    while (!
feof($fp)) {
        echo 
fgets($fp128);
    }
    
fclose($fp);
}
?>


Ok.. SMFHacks,

What sort of response would I get with that script?

Does it say it is working?... will it be obvious to me when I run it what is happening?

Sorry for the silly questions but when you don't know.... you know how it is...  ;)

52
Presales for Products / fsockopen enabled in PHP
« on: September 03, 2007, 07:32:40 pm »
Looks good... Now I'm not a total geek so can someone tell me how I know if my site has

fsockopen enabled in PHP

As this is one of the requirements.. Where do I go to look for it?

Thanks

53
Site Discussion / Re: SMF Classifieds????
« on: August 18, 2007, 07:42:44 am »
any updated news to report on this?

54
Site Discussion / Re: SMF Classifieds????
« on: July 23, 2007, 11:20:57 pm »
Yep.. looking forward to this.. was deciding whether to go for the store but the members of my forum want to sell their own stuff..

I'll keep an eye out for this one  ;)

55
Presales for Products / Re: Shipping question
« on: June 14, 2007, 04:31:40 am »
I would like to know this as well... shipping address that is  ;)

Thanks

56
Presales for Products / Transfers
« on: June 09, 2007, 01:44:01 am »
I have 2 domains and not sure which one I would like to put the store onto.. If I install on one can the license later be easily transfered to the other domain if I prefer it there?

57
Support / Re: Members can't rate photos
« on: June 01, 2007, 07:12:34 pm »
Thanks SMFHacks,
the problem file was the modifications.english.php file...

all working now.. cheers ;)

58
Support / Re: Members can't rate photos
« on: June 01, 2007, 06:21:43 pm »
Interesting as i did uninstall the lite version as per instructions..

See attached requested file.. Thanks

59
Support / Re: Members can't rate photos
« on: June 01, 2007, 05:46:42 pm »
Thanks, That's where I thought it would be but the option isn't showing up on mine.

See attached image... any ideas?


60
Support / Members can't rate photos
« on: June 01, 2007, 08:24:50 am »
I uninstalled the lite version and installed the pro version .. I can rate images when logged in as the admin but not as a general member.. I cannot find the option to turn this on and I haven't found anything using the search on this site that has the same problem..

Any info would be appreciated. Thanks

Pages: 1 2 3 [4]

+- Recent Topics

prettyurls - TroubleShooting.wiki by SMFHacks
Today at 01:49:35 pm

Download Gallery Option by SMFHacks
March 23, 2023, 09:34:02 am

Lost attachments by pete
March 22, 2023, 10:24:17 am

Additional Permissions by mickjav
March 18, 2023, 05:21:23 am

[Mod]Discord Web Hooks by SMFHacks
March 17, 2023, 08:48:30 am

Site upgrade to 2.1 by SMFHacks
March 12, 2023, 08:51:19 am

Theme/CSS design wanted by mickjav
March 11, 2023, 12:10:11 pm

Category Images by Anmer
March 10, 2023, 06:20:04 am

DownloadsPro - Topic Link by Anmer
March 08, 2023, 03:18:05 pm

Bulk File Import by SMFHacks
March 08, 2023, 07:56:23 am

Powered by EzPortal